-
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 on bot start, after login. #4910
Comments
Getting similar error. Yesterday I got this error: 2016-08-29 19:34:34,328 [PokemonGoBot] [INFO] I did a full reinstall of dev. Error went away. Stopped bot over night. Launched again this morning and yet again the same error. [2016-08-30 10:35:08] Wondering if there's a file being written regaridng the inventory than when read causes the crash but when doesn't exist is ok? |
i really don't know anything about programming, do you use windows? @azraelppuk |
armv7l GNU/Linux on raspberry pi |
did a fresh 'git pull' and it now works. |
I have same problem run on ubuntu 15. |
@mjmadsen Many thanks for your help, I got an error. "Too many levels of symbolic links" root@ubuntu:/PokemonGo-Bot# git pull
|
@mjmadsen ran all those commands, except source activate bin because it doesn't work on windows. |
update from ubuntu 15.04 to 15.10 , it's ok now. |
Currently i'm installing ubuntu 16.04.1 LTS, hope there will go straighter |
@Creuqe Get it working? |
@mjmadsen This laptop isn't dualbooting ubuntu at all |
Expected Behavior
BOT starts normally and goes on
Actual Behavior
Gives strange error
Your FULL config.json (remove your username, password, gmapkey and any other private info)
AND AUTH.JSON IF NEEDED
{ "auth_service": "google", "username": "--private--", "password": "--private--", "location": "tokyo disneyland", "favorite_locations":[ {"name": "--private--", "coords": "--private--,--private--"} ], "gmapkey": "--private--", "encrypt_location": "", "telegram_token": "" }
Output when issue occurred
Steps to Reproduce
Just start the bot
Other Information
OS: win10
Branch: master
Git Commit: 5eb9fb2
Python Version: 2.7.12(32bit)
Any other relevant files/configs (eg: path files)
I really didn't know how to rename and where to put the encrypt dll/so(the instrucions are poorly organized and not explicit) so i've put all their versions and names in the root directory, i don't think that is the problem tho.
The text was updated successfully, but these errors were encountered: