-
Notifications
You must be signed in to change notification settings - Fork 2
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
Error when looping Answers.Yes #1
Comments
Hello there! I'll investigate this. |
Hello again, where did you do the try catch error? I never got the error on my end. Also, could you send the stack trace? |
The issue is that it appears to be random. I wasn't able to replicate the issue again so I can't get the stack trace, but I'll send it here when I have something. I only do know that when using AkinatorClient#answer, it would throw that error although it can be bypassed by simply catching and attempting to answer again. |
Okay, let me know. Perhaps it is a rate limit issue? |
I did as suggested in the README.md to test out the client by continuously answering yes. It worked the first time, but broke the second time. The only way I fixed this is by catching the error. It seems that this is very inconsistent.
The text was updated successfully, but these errors were encountered: