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

ERROR] encrypt.so is not found! Please place it in the bots root directory or set libencrypt_location in config. #3680

Closed
3ryanob3 opened this issue Aug 12, 2016 · 7 comments

Comments

@3ryanob3
Copy link

3ryanob3 commented Aug 12, 2016

Can anyone help ??

2016-08-11 21:02:25,267 [PokemonGoBot] [INFO] Level: 23 (Next Level: 102573 XP) (Total: 457427 XP)
2016-08-11 21:02:25,267 [PokemonGoBot] [INFO] Pokemon Captured: 1196 | Pokestops Visited: 1005
2016-08-11 21:02:25,267 [PokemonGoBot] [INFO] Pokemon Bag: 195/250
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] Items: 300/500
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] Stardust: 1154 | Pokecoins: 40
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] PokeBalls: 63 | GreatBalls: 21 | UltraBalls: 4
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] RazzBerries: 14 | BlukBerries: 0 | NanabBerries: 0
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] LuckyEgg: 0 | Incubator: 0 | TroyDisk: 0
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] Potion: 51 | SuperPotion: 8 | HyperPotion: 3 | MaxPotion: 0
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] Incense: 0 | IncenseSpicy: 0 | IncenseCool: 0
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO] Revive: 134 | MaxRevive: 0
2016-08-11 21:02:25,268 [PokemonGoBot] [INFO]
2016-08-11 21:02:25,269 [PokemonGoBot] [ERROR] encrypt.so is not found! Please place it in the bots root directory or set libencrypt_location in config.
2016-08-11 21:02:25,269 [PokemonGoBot] [INFO] Platform: darwin Encrypt.so directory: /Users/Iby/Desktop/Pokemon6/PokemonGo-Bot
(PokemonGo-Bot) -MacBook-Pro:PokemonGo-Bot Iby$

@JaydenHamence
Copy link

do you have encrypt.so?

@3ryanob3
Copy link
Author

I installed everything as it said. Does it need to be installed manually?

@JaydenHamence
Copy link

yes its seperate you need to download it and place it in the pokemon go bot folder manually

@3ryanob3
Copy link
Author

Ok cool , I hate to ask but do you have the link by any chance?

@k4n30
Copy link
Contributor

k4n30 commented Aug 12, 2016

As we don't host the .so in this repo you have to either compile it yourself or get it from another repo

eg: You could get it from here

ensure you get the right one for your OS and rename it as appropriate

@3ryanob3
Copy link
Author

thank you @k4n30 and @JaydenHamence

@TheSegfault
Copy link

Already fixed with #2966

brew install wget

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

@k4n30 k4n30 closed this as completed Aug 12, 2016
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

4 participants