-
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] encrypt.so is not found! Please place it in the bots root directory or set libencrypt_location in config. #3680
Comments
do you have encrypt.so? |
I installed everything as it said. Does it need to be installed manually? |
yes its seperate you need to download it and place it in the pokemon go bot folder manually |
Ok cool , I hate to ask but do you have the link by any chance? |
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 |
thank you @k4n30 and @JaydenHamence |
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 |
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$
The text was updated successfully, but these errors were encountered: