-
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
error with configuration file #3290
Comments
Still getting the same error. any other suggestions? |
With suggested:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker run --name=pokego-bot1 --rm -it -v $(pwd)/configs/config.json:/usr/src/app/configs/config.json pokemongo-bot
2016-08-09 13:26:23,926 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-09 13:26:23,931 [ cli] [INFO] No config argument specified, checking for /configs/config.json
configs/config.json:3:16: Error: Can not decode value starting with character u'\u201c'
| At line 3, column 16, offset 50
configs/config.json:3:39: Info: Recovering parsing after character u','
| At line 3, column 39, offset 73
configs/config.json:4:16: Error: Can not decode value starting with character u'\u201c'
| At line 4, column 16, offset 92
configs/config.json:4:34: Info: Recovering parsing after character u','
| At line 4, column 34, offset 110
configs/config.json:100:6: Warning: Object contains duplicate key: u'any'
| At line 100, column 6, offset 2665
| Object started at line 98, column 15, offset 2579
configs/config.json:110:6: Warning: Object contains duplicate key: u'// Zubat'
| At line 110, column 6, offset 3220
| Object started at line 98, column 15, offset 2579
configs/config.json: has errors
2016-08-09 13:26:23,980 [ cli] [CRITICAL] Error with configuration file
not sure why but i always get this error with configuration file?
The text was updated successfully, but these errors were encountered: