-
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
Followpath issue #2827
Comments
don't forget the git comment what is specified in the issue template. |
{ |
@nivong it works well with .gpx files as well. @AcorpBG thanks, that sovled the issue :). |
Expected Behavior
Bot should run and use the .gpx file for path.
Actual Behavior
Bot does not start and gives:
Traceback (most recent call last):
File "pokecli.py", line 493, in
main()
File "pokecli.py", line 126, in main
if bot:
UnboundLocalError: local variable 'bot' referenced before assignment
Steps to Reproduce
Use the below config and run it.
Other Information
Here is the full config:
}
When i remove this part then the bot runs fine (until the luredFort issue mentioned in #2808 kicks in):
],
OS: Ubuntu 15.04
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
Python Version: Python 2.7.9
The text was updated successfully, but these errors were encountered: