tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

AttributeError exception #144

Open adrianamor opened 8 years ago

adrianamor commented 8 years ago

I'm getting this error when launching the script.

2016-07-29 17:03:46,987 [ rpc_api] [DEBUG] Error during protoc parsing - ignored. 2016-07-29 17:03:46,988 [ rpc_api] [DEBUG] Parsing sub RPC responses... 2016-07-29 17:03:46,989 [ rpc_api] [DEBUG] Parsing class: POGOProtos.Networking.Responses_pb2.GetPlayerResponse 2016-07-29 17:03:46,991 [ pgoapi] [ INFO] Cleanup of request! Traceback (most recent call last): File "/spiral_poi_search.py", line 236, in <module> main() File "/spiral_poi_search.py", line 157, in main response_dict = api.call() File "/pgoapi/pgoapi.py", line 89, in __getattr__ raise AttributeError AttributeError

joshk6656 commented 8 years ago

Same here.

tejado commented 8 years ago

Please get latest commit and try again.

rostopira commented 8 years ago

to get latest commit I must use "git pull"? If yes, then terminal says "Already-up-to-date" (OS X El Capitan)

muff1225 commented 8 years ago

we have same error too. pip installed today.