-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Problems with checkuser command #134
Comments
Do you have the actual log, the message is when google error out, not really checking if quota is expired. |
There was no error in the logs. It just finished after 7 queries
|
I am sure that it is something related to multiple instances running the command or some mixup like that. Check this one, where Gut replies twice https://chat.stackoverflow.com/transcript/111347?m=41038041#41038041
as opposed to this one https://chat.stackoverflow.com/transcript/111347?m=39969534#39969534
|
For starters, https://github.com/SOBotics/Guttenberg/blob/develop/src/main/java/org/sobotics/guttenberg/commandlists/SoBoticsCommandsList.java#L62 should be inside the This would prevent issues like this https://chat.stackoverflow.com/transcript/message/41172958#41172958 |
I guess, this must be fixed, right? The issue was with the multiple instances, IIRC. |
https://chat.stackoverflow.com/transcript/message/40779108#40779108
Quota was depleted after 7 requests (according to the logs)
The text was updated successfully, but these errors were encountered: