Skip to content
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

bot not working #3203

Closed
yehan77 opened this issue Aug 9, 2016 · 3 comments
Closed

bot not working #3203

yehan77 opened this issue Aug 9, 2016 · 3 comments

Comments

@yehan77
Copy link

yehan77 commented Aug 9, 2016

Please check configuration at http://jsonlint.com/ before posting an issue.

Expected Behavior

for it to work

Actual Behavior

2016-08-09 13:11:53,469 [PokemonGoBot] [INFO] Revive: 59 | MaxRevive: 0
2016-08-09 13:11:53,469 [PokemonGoBot] [INFO]
2016-08-09 13:11:53,469 [PokemonGoBot] [ERROR] encrypt.so is not found! Please place it in the bots root directory or set libencrypt_location in config.
2016-08-09 13:11:53,469 [PokemonGoBot] [INFO] Platform: darwin Encrypt.so directory: /Volumes/UserData/Users/sooriay/PokemonGo-Bot
sooriay:PokemonGo-Bot sooriay$

Steps to Reproduce

fix pls

Other Information

OS: OSX
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: (run 'python -V' and paste it here)

@shivamkalra
Copy link

shivamkalra commented Aug 9, 2016

You need encrypt.so. You may run below from root directory but I suggest to still check encrypt.c for any malicious code.

wget http://pgoapi.com/pgoencrypt.tar.gz && tar -xf pgoencrypt.tar.gz && cd pgoencrypt/src/ && make && mv libencrypt.so ../../encrypt.so

@yehan77
Copy link
Author

yehan77 commented Aug 9, 2016

How do i run from root directory on mac?

@shivamkalra
Copy link

In your terminal change directory to root directory and run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants