-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
RuntimeError: maximum recursion depth exceeded while calling a Python object #2655
Comments
Same problem. |
In your config file, set "health_record": false. This solved the recursion problem for me |
Other Information OS: Windows 7 |
I got this error when set "health_record" to true.
|
Setting
|
@dezayner are you sure you don't mean |
Different error. You need to download encrypt.so (there are links in one of the other issue threads) and place it in the PokemonGo-Bot directory. Be sure you get the correct version of the file for your OS. |
@AlexandreCassagne @dezayner i got following after setting health_record to false Traceback (most recent call last): |
@LHagood Yep: working perfectly. Thanks ! |
@LHagood PokemonGo-Bot meaning root directory or pokemongo_bot directory? |
@LHagood do you have any recommended site to get encrypt.dll for Windows 7 ? Thanks |
Compiled the files. Renamed libencrypt.so to encrypt.so Kept it in home directory of bot. Got the following error. Traceback (most recent call last): |
@pranavperfect check it out |
@pranavperfect are you still experiencing this issue or can it be closed? |
Expected Behavior
Actual Behavior
Steps to Reproduce
Other Information
OS:
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)
The text was updated successfully, but these errors were encountered: