-
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 #3311
Comments
{
} |
@curtybird95 not sure if it will fix everything, but the double quotes at the username and password are different from the rest
Should be
|
that worked apparently :) |
Curtiss-MacBook-Pro:PokemonGo-Bot curtismcintyre$ docker run --name=pokego-bot1 --rm -it -v $(pwd)/configs/config-account1.json:/usr/src/app/configs/config.json pokemongo-bot
2016-08-09 15:57:26,932 [ cli] [INFO] PokemonGO Bot v1.0
2016-08-09 15:57:26,938 [ 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:38: Info: Recovering parsing after character u'"'
| At line 3, column 38, offset 72
configs/config.json:3:40: Error: Line terminator characters must be escaped inside string literals: 'U+000D'
| At line 3, column 40, offset 74
| String started at line 3, column 38, offset 72
configs/config.json:3:38: Error: Values must be separated by a comma
| At line 3, column 38, offset 72
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:3:38: Error: Missing value for object property, expected ":"
| At line 3, column 38, offset 72
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:4:6: Error: Unknown identifier: u'assword'
| At line 4, column 6, offset 82
configs/config.json:4:33: Error: Line terminator characters must be escaped inside string literals: 'U+000D'
| At line 4, column 33, offset 109
| String started at line 4, column 13, offset 89
configs/config.json:4:13: Error: Values must be separated by a comma
| At line 4, column 13, offset 89
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:4:13: Error: Missing value for object property, expected ":"
| At line 4, column 13, offset 89
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:5:6: Error: Unknown identifier: u'ocation'
| At line 5, column 6, offset 117
configs/config.json:5:13: Error: Values must be separated by a comma
| At line 5, column 13, offset 124
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:5:13: Error: Missing value for object property, expected ":"
| At line 5, column 13, offset 124
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:5:29: Warning: JSON only permits string literals as object properties (keys)
| At line 5, column 29, offset 140
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:5:29: Error: Missing value for object property, expected ":"
| At line 5, column 29, offset 140
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:5:42: Error: Can not decode value starting with character u','
| At line 5, column 42, offset 153
configs/config.json:6:4: Info: Recovering parsing after character u'\r'
| At line 6, column 4, offset 160
configs/config.json:6:4: Error: Values must be separated by a comma
| At line 6, column 4, offset 160
| Object started at line 1, column 0, offset 0 (AT-START)
configs/config.json:19:8: Warning: Object contains duplicate key: u'type'
| At line 19, column 8, offset 449
| Object started at line 13, column 8, offset 340
configs/config.json:20:8: Warning: Object contains duplicate key: u'config'
| At line 20, column 8, offset 482
| Object started at line 13, column 8, offset 340
configs/config.json: has errors
2016-08-09 15:57:27,000 [ cli] [CRITICAL] Error with configuration file
The text was updated successfully, but these errors were encountered: