-
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
keep getting this Traceback after about 3 mins. #4555
Comments
What commit are you using? Post your path config as well. |
this #4493 didn't work Traceback (most recent call last): |
Are you in the dev branch? If so, git pull as your follow_path looks outdated. |
@mjmadsen just pulled dev then, was in the main b4. |
Hm. What was the error log? |
ok running the dev now no fail atm, it was just the main pull of git. it walked, thx for the help |
No problem. A few tips for future issue posts: Anyway, thanks for using the bot! |
keep getting this call back after about 3 mins,
"health_record": false.
Traceback (most recent call last):
File "C:\Program Files (x86)\pokemon\FileChecker\pokecli.py", line 674, in
main()
File "C:\Program Files (x86)\pokemon\FileChecker\pokecli.py", line 118, in main
bot.tick()
File "C:\Program Files (x86)\pokemon\FileChecker\pokemongo_bot__init__.py", line 541, in tick
if worker.work() == WorkerResult.RUNNING:
File "C:\Program Files (x86)\pokemon\FileChecker\pokemongo_bot\cell_workers\follow_path.py", line 143, in work
'current_position': (lat, lng, alt),
UnboundLocalError: local variable 'alt' referenced before assignment
The text was updated successfully, but these errors were encountered: