You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an error when I bot after 40 mins.
Here is the error message...
2016-08-25 10:46:24,738 [ pgoapi] [ERROR] Request for new Access Token failed! Logged out...
Traceback (most recent call last):
File "pokecli.py", line 88, in
main()
File "pokecli.py", line 80, in main
bot.run()
File "/root/OpenPoGoBot/pokemongo_bot/bot.py", line 140, in run
self.stepper.current_lng
File "/root/OpenPoGoBot/pokemongo_bot/mapper.py", line 33, in get_cells
response_dict = self.api_wrapper.call()
File "/root/OpenPoGoBot/api/init.py", line 107, in call
results = request.call()
File "/root/OpenPoGoBot/src/pgoapi/pgoapi/pgoapi.py", line 244, in call
raise NotLoggedInException(error)
pgoapi.exceptions.NotLoggedInException: Request for new Access Token failed! Logged out...
The text was updated successfully, but these errors were encountered:
kevinlife
changed the title
Request for new Access Token failed! Logged out...
[Issue] Request for new Access Token failed! Logged out...
Aug 25, 2016
I got an error when I bot after 40 mins.
Here is the error message...
2016-08-25 10:46:24,738 [ pgoapi] [ERROR] Request for new Access Token failed! Logged out...
Traceback (most recent call last):
File "pokecli.py", line 88, in
main()
File "pokecli.py", line 80, in main
bot.run()
File "/root/OpenPoGoBot/pokemongo_bot/bot.py", line 140, in run
self.stepper.current_lng
File "/root/OpenPoGoBot/pokemongo_bot/mapper.py", line 33, in get_cells
response_dict = self.api_wrapper.call()
File "/root/OpenPoGoBot/api/init.py", line 107, in call
results = request.call()
File "/root/OpenPoGoBot/src/pgoapi/pgoapi/pgoapi.py", line 244, in call
raise NotLoggedInException(error)
pgoapi.exceptions.NotLoggedInException: Request for new Access Token failed! Logged out...
The text was updated successfully, but these errors were encountered: