-
Notifications
You must be signed in to change notification settings - Fork 154
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
VkClient return error #146
Comments
Can you please submit a pr |
Excuse me, what is "pr"? |
Pull request, also do you have any documentation for the supported versions and api changes? |
I don't have documentation.
As a result, I received an error message: Fixed 5.74 to 5.81 and it worked! (5.131 is actual) |
Thanks for that, if you want to submit a pull request to change the version that would be greatly appreciated. |
Need to change line:
args.Request.AddParameter("v", "5.74");
5.74 is not supported now. 5.81 is correct value.
The text was updated successfully, but these errors were encountered: