Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetMatchList Async not accepting 5 arguments #714

Open
Swiftzn opened this issue Aug 19, 2022 · 2 comments
Open

GetMatchList Async not accepting 5 arguments #714

Swiftzn opened this issue Aug 19, 2022 · 2 comments

Comments

@Swiftzn
Copy link

Swiftzn commented Aug 19, 2022

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

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.

@Swarven
Copy link
Contributor

Swarven commented Aug 19, 2022

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.
image

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.

@Swiftzn
Copy link
Author

Swiftzn commented Aug 19, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants