We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "response": [ 200049981, 455320942 ], "execute_errors": [ { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" } ] } { "response": [ 608015282, 455320942 ], "execute_errors": [ { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" }, { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" } ] } { "response": [ 608015282, 455320942 ], "execute_errors": [ { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" }, { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" } ] } { "response": [ 687688688, 608015282, 455320942 ], "execute_errors": [ { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" }, { "method": "friends.add", "error_code": 1, "error_msg": "Unknown error occurred" } ] }
This error occurs when friends limit reached.
The script should try to:
When the current number of friends is below 10000 the script can start to accept friends requests again.
This script should work better if it uses a storable state that contains the current number of friends.
For example, there is no need to accept friend requests when the limit of friends is reached.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This error occurs when friends limit reached.
The script should try to:
When the current number of friends is below 10000 the script can start to accept friends requests again.
This script should work better if it uses a storable state that contains the current number of friends.
For example, there is no need to accept friend requests when the limit of friends is reached.
The text was updated successfully, but these errors were encountered: