-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
newly 1st run bot crashed #5233
Comments
can you post the whole log ? this is usually caused by the bot terminating before it is being able to login. |
im having the same error from dev |
@rawgni |
@madzul should be on the screen where you copy the output above. I just wanted to see more output. Thanks :) |
@rawgni i've pasted to that (in the output section) |
@madzul output from ./run.sh to where it crashes. What you posted is only the Traceback |
@rawgni like this: |
I have exactly that issue too
|
@cvld-poke pgoapi.exceptions.NotLoggedInException. Not logged in |
I've tried on different machine, on different subnet |
@madzul i think you did not login successfully.
The login procedure started but not successful. |
@rawgni Yes, I think so. Is there any handler for failed login condition?? |
@rawgni I try update login information, check google acount setting but nothing change, always throw pgoapi.exceptions.NotLoggedInException. |
I think there is. @mjmadsen thoughts? |
I found the problem, I change to use PTC account, all things work. Please check the feature login with Google account, thanks. |
@c-poke thanks... I tried with PTC it work but when attempt to pokemon hit another error, anyway thanks |
Expected Behavior
Bot should run and completing the tutorial
Actual Behavior
Bot crashed
Your FULL config.json (remove your username, password, gmapkey and any other private info)
use examples from configs
Output when issue occurred
Traceback (most recent call last):
File "pokecli.py", line 802, in
main()
File "pokecli.py", line 238, in main
report_summary(bot)
File "pokecli.py", line 286, in report_summary
metrics.capture_stats()
File "/home/madzul/work/zz/pgb/PGB-Dev0/pokemongo_bot/metrics.py", line 105, in capture_stats
self.dust['latest'] = self.bot.stardust
File "/home/madzul/work/zz/pgb/PGB-Dev0/pokemongo_bot/init.py", line 72, in stardust
return filter(lambda y: y['name'] == 'STARDUST', self._player['currencies'])[0]['amount']
AttributeError: 'PokemonGoBot' object has no attribute '_player'
Steps to Reproduce
run new bot
Other Information
OS:
Linux 2.6.32-279.el6.x86_64
Branch:
dev
Git Commit:
d3e0b3a
Python Version:
Python 2.7.12
Any other relevant files/configs (eg: path files)
The text was updated successfully, but these errors were encountered: