Closed d0s000m closed 8 years ago
same problem here, OS Mint 18 (ubuntu 16.04) latest dev
@d0s000m this solved for me:
git fetch origin
git pull
##get the encryption.so and move to right folder
wget http://pgoapi.com/pgoencrypt.tar.gz
tar -xzvf pgoencrypt.tar.gz
cd pgoencrypt/src/
make
cd ../../
#make the encrypt able to load
cp pgoencrypt/src/libencrypt.so encrypt.so
pip install -r requirements.txt
source bin/activate
./run.sh configs/config.jso
2016-08-08 09:14:10,539 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop Fonte Edifício Landmark - 0.12km (attraction of lure 0.12km) 2016-08-08 09:14:15,943 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop Fonte Edifício Landmark - 0.11km (attraction of lure 0.11km) 2016-08-08 09:14:18,402 [CatchLuredPokemon] [INFO] [lured_pokemon_found] Lured pokemon at fort Fonte Edifício Landmark (f79d13371c5840c78d6030fbe0731337.11) 2016-08-08 09:14:18,688 [PokemonCatchWorker] [INFO] [pokemon_appeared] A wild Zubat appeared! [CP 58] [Potential 0.49] [S/A/D 12/6/4] 2016-08-08 09:14:20,936 [PokemonCatchWorker] [INFO] [threw_pokeball] Used Pokeball, with chance 78.21 (40 left) 2016-08-08 09:14:21,660 [PokemonCatchWorker] [INFO] [pokemon_caught] Captured Zubat! [CP 58] [Potential 0.49] [12/6/4] [+210 exp] 2016-08-08 09:14:26,669 [MoveToFort] [INFO] [moving_to_lured_fort] Moving towards pokestop Fonte Edifício Landmark - 0.11km (attraction of lure 0.11km)
i have try this like you, but the same problem is here only walking, but in the end from the script you see 0.00km
[ cli] [INFO] Ran for 0:17:24 [ cli] [INFO] Total XP Earned: 0 Average: 0.00/h [ cli] [INFO] Travelled 0.00km
The bot is only say "Walking from ... to .." but dont walk, you can see this in my first post (logs) Maybe all my vps are still ip blacklistet/banned?
UPDATE
i try this on my home ubuntu pc, it works so i think my server ip's are blacklisted, someone know how long they can be blacklisted?
Bot is only walking, dont take stops or pokemon
starting with pokecli.py
my config.json
use the latest dev linux 14.04