-
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 starting dev bot #928
Comments
your json is wrong
|
My error |
@anhkhoi You are softbanned try again later. @alexanderrock Your JSON has a faulty syntax as @foxy1990 said. |
I see this error frequently without the nice softban messages. Part of the confusion in the error is that it implies that something is wrong in other files that have not been touched. It seems we could replace the messaging with a note stating that either:
It seems we know when they have been soft banned so it can be streamlined even further. |
* Update requirements.txt to fix PokemonGoF#926 gpsoauth 0.4.0 is now required * Update requirements.txt to fix PokemonGoF#926 Removed gpsoauth requirement completely as this lib is only used by pgoapi that already defines this requirement in its own requirements.txt
* Make too late scanning configurable Some would rather catch all spawns (for statistical analysis) Others only want ones they can get to in time. Making this configurable allows you to start skipping queued items earlier, so if workers get behind they can eventually catch up again. * Status improvements (PokemonGoF#935) * Improved Overseer line Now shows next queue item, when that item is supposed to be scanned (for -ss), and how far ahead/behind of realtime your queue is. * Username already shown, not need to write it twice * Format all lat/lng to 6 decimals That is an accuracy of approx 10cm, more than enough for display purposes. * Show sleep length, reformat some messages * Appease travis * Make too late scanning configurable Some would rather catch all spawns (for statistical analysis) Others only want ones they can get to in time. Making this configurable allows you to start skipping queued items earlier, so if workers get behind they can eventually catch up again. * Show total skipped items * Add account name back into log message * Update config.ini * Update requirements.txt to fix PokemonGoF#926 (PokemonGoF#928) * Update requirements.txt to fix PokemonGoF#926 gpsoauth 0.4.0 is now required * Update requirements.txt to fix PokemonGoF#926 Removed gpsoauth requirement completely as this lib is only used by pgoapi that already defines this requirement in its own requirements.txt * Add username of possibly banned accounts (PokemonGoF#941) Just a small fix in order to add banned usernames. * Prevent header from cutting off bottom of accordion (PokemonGoF#873) height: 100% doesn't take into account the #header height of 3.5em * Make too late scanning configurable Some would rather catch all spawns (for statistical analysis) Others only want ones they can get to in time. Making this configurable allows you to start skipping queued items earlier, so if workers get behind they can eventually catch up again. * Show total skipped items * Update config.ini
Commit: b93db8f
Error:
Config File:
{ "auth_service": "ptc", "username": "xxxx", "password": "xxxx", "location": "Buchhornplatz, Friedrichshafen, DE", "gmapkey": "xxxx", "max_steps": 5, "mode": "all", "walk": 4.16, "debug": false, "test": false, "initial_transfer": 0, "location_cache": true, "distance_unit": "km", "item_filter": ["101","102","103","104","201","701"], "evolve_all": "NONE", "cp_min": 300, "use_lucky_egg": false, "evolve_captured": false, "catch": { "any": {"catch_above_cp": 0, "catch_above_iv": 0, "logic": "or"}, }, "release": { "any": {"release_below_cp": 0, "release_below_iv": 0, "logic": "or"}, } }
The text was updated successfully, but these errors were encountered: