-
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
[ERROR] maximum recursion depth exceeded while calling a Python object #2716
Comments
Same here. I'm on dev branch 0b319bc I have done |
sure, im on dev branch too, and i have run install.sh and pip install -r requerment.txt but still error |
I will try to make a clean install from scratch |
Add the encrypt.so file to the PokemonGo-Bot directory. Here is the download link https://slack-files.com/T1U6G9ZEW-F1YV50RGQ-cc979942b7 . Thx @Segflow |
@slaxmtk where did you get this ? |
@slaxmtk Even after adding this encrypt.so file, the problem persists. |
my problem still same after download and add encrypt.so |
copied the file and it works now |
For me @slaxmtk fix worked fine! |
add encrypto.so , go another error encrypt.so is either not designed to run on Windows or it contains an error. Try installing the program again using the original installation media or contact your system administrator or the software vendor for support. Error status 0xc000012f. |
I had the same issue, adding the encrypt.so file fixes that |
I built encrypt.so, placed it in the project root folder, and I'm still getting: 'OSError: encrypt.so: cannot open shared object file: No such file or directory' (PokemonGo-Bot) |09:57:30|ubuntu:[PokemonGo-Bot]> ll | grep encrypt.so |
sorry guys. it seems that the encrypt.so only works for MacOS |
ohh noo.. i use centos 7 64bit, maybe you have link encrypt.so for linux 64bit |
Yeah, me using Ubuntu 16.04 and unfortunately doesn't run, I'll try on Arch as well. |
theLastLivingGhost: I compiled encrypt.so from the pgoapi tar, on 16.04, but no dice. Let me know if you have any success. |
Im on debian 8, its not working on this OS, either. |
I have tried:
But still doesn't work... |
Lunik: Did you rename the .so generated to encrypt.so? |
Got it. Went into init.py, changed encrypt.so to "./encrypt.so" to reference the file I built. |
It ran for 50 seconds and UnicodeDecodeError again, it cleared my pokemons based on iv though so I'm way more happy than I was in the past few days. Did what @NerdsMcGee told to do. |
I wound up pulling the dev branch, and I'm still working. |
2016-08-07 13:22:37,489 [sentry.errors] [ERROR] Sentry responded with an error: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128) (url: https://app.getsentry.com/api/90254/store/) |
@NerdsMcGee its work for me :D , i use centos 7 64bit |
@NerdsMcGee Thanks man! Mine is also working now. |
Here is the error message with full call stack on Ubuntu 16.04: And now I go and try to install it on my Pi on Arch ARM, I bloody well hope it'll run it. fingers crossed |
You'll need to compile encrypt.so on the Pi, since it's per-system |
@theLastLivingGhost I use ubuntu 16.04 Goto pgoencrypt/src then "libencrypt.so", after that open init.py, change encrypt.so to "./encrypt.so" to reference the file I built. and the bot will work. I just tried it |
@RioRizkyRainey |
Yeah, I forgot markup was applied when I copied the file. Everyone seems to know what I meant though. ;) |
on cygwin in Windows 10, I got following error when I tried to make $ make ^ |
@RioRizkyRainey Thanks so much for clearing this up. Works for me 100% |
Rename This is working :) |
@Lunik Isn't it "libencrypt.so"? |
Yes mispelling ;) |
Still hnaving the same error with encrypt.dll [ERROR] maximum recursion depth exceeded while calling a Python object |
Fix for me (Win 10): And boom, working PokeBot! |
Fix for OSX: |
@RioRizkyRainey sollution with "libencrypt.so" worked just fine for ubuntu 14.04, thanks. |
As this is the least recently updated issue, I'll assume it was based on an old commit and close. Most if not all of these issues have been resolved in PRs as far as I'm aware. |
Sorry, but i have some errors. But i still not fix it. I am used Windowns 10. I have download encryp.dll. Pls help me!
|
@QuanHuynhM What is that? Error logs? or code? Please join the slack server as per the README for help |
My problem: "maximum recursion depth exceeded while calling a Python object". I follow @indiealexh . But i still not working. |
hello dev, this bot script always error like that, can you solved this, thank you
2016-08-07 08:55:27,121 [sentry.errors.serializer] [ERROR] maximum recursion depth exceeded while calling a Python object
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/raven/utils/serializer/manager.py", line 76, in transform
return repr(value)
File "/usr/lib64/python2.7/ctypes/init.py", line 367, in repr
(self._handle & (_sys.maxint*2 + 1)),
File "/usr/lib64/python2.7/ctypes/init.py", line 373, in getattr
func = self.getitem(name)
The text was updated successfully, but these errors were encountered: