-
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
Unbound Error? #2902
Comments
First off, wherever you are running Run that command from the correct directory and edit your post so we can have the necessary info to debug the problem. |
@kyleboe Edited: Sorry about that. Thank you |
I would recommend switching to the latest commit in the dev branch.
The commit you are on is close to 24 hours old and there have been a number of changes during that time. |
@kyleboe updated successfully to b5b3e70 still receiving. |
This won't solve whatever is causing your problem to happen, but fixed variable problem (#2912). For one reason or another, the main try is failing for you. Can you post your config? |
@mjmadsen actually just got my config to pass through JSONLint.com. I will still post below. Currently getting this read out. My config
}` and my git is now b5b3e70 |
Are you still having problems? |
Expected Behavior
Bot to run
Actual Behavior
2016-08-07 14:35:45,098 [ cli] [INFO] PokemonGO Bot v1.0
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
Other Information
OS: MAC OS X 10.11.6
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here) 153ea21
Python: Python 2.7.12
The text was updated successfully, but these errors were encountered: