-
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
ValueError: Expecting , delimiter: line 18 column 3 (char 456) #3084
Comments
can you check your config.json |
Sure, I've removed some of the data { // ... |
Assuming it wasn't deleted before posting here, there is a comma missing after evolve_all. Try this http://jsonlint.com/ to check your config for formatting errors. |
Ooo, that is handy, well, I put a comma in there and got this: Error: Parse error on line 16: |
Oh that's from the checker btw |
Remove the line that starts with // As there have been many updates since this issue was posted, I'm assuming this issue has been resolved. If I'm wrong, please reopen. |
Expected Behavior
Run the bot
Actual Behavior
Get error when running
python pokecli.py -cf config.json
2016-08-08 11:31:25,472 [ cli] [INFO] PokemonGO Bot v1.0
Traceback (most recent call last):
File "pokecli.py", line 502, in
main()
File "pokecli.py", line 133, in main
raise e
ValueError: Expecting , delimiter: line 18 column 3 (char 456)
Steps to Reproduce
python pokecli.py -cf config.json
Other Information
OS:
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
5b3fe3d
Linux 2.6.32-042stab113.21 #1 SMP Wed Mar 23 11:05:25 MSK 2016 x86_64 x86_64 x86_64 GNU/Linux
Centos 7
Python Version: (run 'python -V' and paste it here)
Python 2.7.5
The text was updated successfully, but these errors were encountered: