PokemonGoF / PokemonGo-Bot

The Pokemon Go Bot, baking with community.
MIT License
3.86k stars 1.54k forks source link

Bot stuck after starting after applying new commits #3486

Closed jphme closed 8 years ago

jphme commented 8 years ago

After updating with "git pull" the bot seems to be stuck at this line:

2016-08-10 17:49:48,390 [PokemonGoBot] [INFO] Found encrypt.so! Platform: linux2 Encrypt.so directory: /PokemonGo-Bot 2016-08-10 17:49:48,390 [PokemonGoBot] [INFO]

And afterwards nothing happens anymore. Yesterday as of this commit everything worked fine and the error started appearing (and is currently still appearing) latest at this commit .

Any idea whats wrong or what did change in between? There is no error message or any hint, why the bot freezes.

Ph4i1ur3 commented 8 years ago

Try running with debug:true in the config and paste here

jphme commented 8 years ago

@Ph4i1ur3 :

Tried that, and there is a lot of output (seems to me like the program is still generating requests like before). I verified now that the bot keeps running (XP keeps increasing with each consecutive run) but there is no output to the console after the last line I posted above anymore.

Any ideas what can be changed to get the console output like before?

Ph4i1ur3 commented 8 years ago

Sounds like the event system is broken

Chumpos commented 8 years ago

Try logging in on the app and see if you can see pokestops/pokemon around you. It's possible you got IP banned.

jphme commented 8 years ago

@JarodKY As I wrote above, my IP is definitely not banned and the app is still running (and catching Pokémon) but not displaying anything after the [PokemonGoBot] [INFO] anymore. The error only appears if on a commit newer than 6bcc6...

crvfts commented 8 years ago

I receive the same error with latest master. I have been using the master since merge after API was broken and haven't had issues. I tested older master and it still works properly. I am not IP banned.

Here is a snippet from debug. You will note I removed what I thought may identify my account and replaced with *****

2016-08-10 15:10:51,904 [pgoapi.rpc_api] [DEBUG] Decode raw over protoc (protoc has to be in your PATH): Couldn't find protoc in your environment OR other issue... 2016-08-10 15:10:51,905 [pgoapi.rpc_api] [DEBUG] Parsing sub RPC responses... 2016-08-10 15:10:51,905 [pgoapi.pgoapi] [INFO] API Endpoint redirect... re-execution of call 2016-08-10 15:10:51,905 [pgoapi.rpc_api] [DEBUG] Generating main RPC request... 2016-08-10 15:10:51,905 [pgoapi.rpc_api] [DEBUG] Incremented RPC Request ID: *REMOVED BY ME* 2016-08-10 15:10:51,905 [pgoapi.rpc_api] [DEBUG] Generating sub RPC requests... 2016-08-10 15:10:51,905 [pgoapi.rpc_api] [DEBUG] Subrequest class: POGOProtos.Networking.Requests.Messages_pb2.DownloadSettingsMessage 2016-08-10 15:10:51,905 [pgoapi.rpc_api] [DEBUG] No Session Ticket found - using OAUTH Access Token 2016-08-10 15:10:51,905 [pgoapi.auth] [DEBUG] Access Token still valid for further 00:57:59 hours (147******* < 147*******) 2016-08-10 15:10:51,907 [pgoapi.auth] [DEBUG] Using cached Google Access Token 2016-08-10 15:10:51,907 [pgoapi.rpc_api] [DEBUG] Generated protobuf request: status_code: 2

I have encrypt.dll and protoc.exe in the main folder just like before.

k4n30 commented 8 years ago

Update please