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
It raises "NotLoggedInException()" pgoapi.exceptions.NotLoggedInException
when I attempt to run it.
2016-08-10 13:04:31,825 [PokemonGoBot] [INFO] [login_started] Login procedure st
arted.
Traceback (most recent call last):
File "pokecli.py", line 521, in <module>
main()
File "pokecli.py", line 137, in main
report_summary(bot)
File "pokecli.py", line 146, in report_summary
metrics.capture_stats()
File "C:\POGO\BOT\PokemonGo-Bot\pokemongo_bot\metrics.py", line 76, in capture
_stats
response_dict = request.call()
File "C:\POGO\BOT\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 90, in cal
l
if not self.can_call():
File "C:\POGO\BOT\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 58, in can
_call
raise NotLoggedInException()
pgoapi.exceptions.NotLoggedInException
Your config.json (remove your credentials and any other private info)
Expected Behavior
Bot should login and play
Actual Behavior
It raises "NotLoggedInException()" pgoapi.exceptions.NotLoggedInException
when I attempt to run it.
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
stuck on
python pokecli.py -cf po
(my config file is named "PO" and is in root folder)
Other Information
OS: Windows 8.1
Git Commit: 63f777b
Python Version: Python 2.7.10
The text was updated successfully, but these errors were encountered: