You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have built the latest release and it works fine on one PC (i.e I use GetMatchListAsync and it accepts five arguments and my application works) but on any other PC I try to program on, GetMatchListAsync gives me the following error
Queue is suddenly not allow, I have even copied the packages from the working machine to the other machines, and I still get the same error, currently pulling my hair out haha any ideas, i have also tried to manually copy the solution over, i have created a new solution but get the same issue.
The text was updated successfully, but these errors were encountered:
I looks like your current RiotSharp API build was before the #692 Changes.
GetMatchListAsync used to have only 4 arguments when V5 was first implemented.
Now It uses 6 arguments.
I would double check the .dll file that you are Referencing on your project and make sure its pointing to the one that you have built, and make sure you have the latest checkins.
I will double-check it but the weird thing is I am taking the DLL I used on one project copy pasting it to another PC and using that to install the package and it is different which is baffling to me, I check the XML under netstandard 1.3\riotsharp.xml and it shows all the params
I am having the weirdest problem.
I have built the latest release and it works fine on one PC (i.e I use GetMatchListAsync and it accepts five arguments and my application works) but on any other PC I try to program on, GetMatchListAsync gives me the following error
![image](https://user-images.githubusercontent.com/6462867/185663187-9c2f5fe2-9521-405b-af5a-14c8aab1d73d.png)
Queue is suddenly not allow, I have even copied the packages from the working machine to the other machines, and I still get the same error, currently pulling my hair out haha any ideas, i have also tried to manually copy the solution over, i have created a new solution but get the same issue.
The text was updated successfully, but these errors were encountered: