-
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
[MASTER] Error spinning pokestop #922
Comments
is this always at the same place? |
I'm having the same issues, after I re run, it's fine edited: Other Information |
Also happens on Dev Branch: |
Some problem here,
|
Same issue here too |
Try reinstalling |
trying tstumm solution, still happening on same spot |
Same here, i have the same issue always on the unknow spinning |
Fixed 💯 👍 @x1024 |
@pararang I am still having the issue. Because of this I am unable to spin any pokestop |
Confirmed on 3aca6d7 Traceback (most recent call last): |
Fixed by a PR a couple of hours ago |
At least on dev |
@tstumm What about on Master then ? |
Actual Behavior
[2016-07-26 12:35:42] [#] PokeStop on cooldown. Time left: 5.15 minutes
[2016-07-26 12:35:44] [#] Found fort bf7f4467e41b4039b13883553327bbbc.16 at distance 0.08km
[2016-07-26 12:35:44] [#] Need to move closer to Pokestop
[2016-07-26 12:35:44] [#] Walking from (-6.123799, 106.834561) to (-6.124769, 106.834192) for approx. 28.00 seconds
[2016-07-26 12:36:36] [#] Finished walking
[2016-07-26 12:36:36] [#] Arrived at Pokestop
[2016-07-26 12:36:39] [#] Now at Pokestop: Mini Turtle Statue - Spinning...
[2016-07-26 12:36:41] [+] Loot:
[2016-07-26 12:36:41] [+] 50 xp
[2016-07-26 12:36:41] [+] 1x Pokeball (Total: 18)
[2016-07-26 12:36:42] [+] 2x Razz Berry (Total: 147)
[2016-07-26 12:36:42] [#] PokeStop on cooldown. Time left: 5.16 minutes
[2016-07-26 12:36:44] [#] Found fort ebd6b7a5be514c8aafaaacb52bcc1922.16 at distance 0.13km
[2016-07-26 12:36:44] [#] Need to move closer to Pokestop
[2016-07-26 12:36:44] [#] Walking from (-6.124769, 106.834192) to (-6.123268, 106.834349) for approx. 41.00 seconds
[2016-07-26 12:37:57] [#] Finished walking
[2016-07-26 12:37:58] [#] Arrived at Pokestop
[2016-07-26 12:38:00] [#] Now at Pokestop: Ocean Ecopark - Ancol - Spinning...
Traceback (most recent call last):
File "pokecli.py", line 220, in
main()
File "pokecli.py", line 211, in main
bot.take_step()
File "C:\pogomap\PokemonGo-Bot\pokemongo_bot__init__.py", line 36, in take_step
self.stepper.take_step()
File "C:\pogomap\PokemonGo-Bot\pokemongo_bot\stepper.py", line 62, in take_step
self.work_at_position(position[0], position[1], position[2], True)
File "C:\pogomap\PokemonGo-Bot\pokemongo_bot\stepper.py", line 139, in work_at_position
self.bot.work_on_cell(cell, position, pokemon_only)
File "C:\pogomap\PokemonGo-Bot\pokemongo_bot__init.py", line 96, in work_on_cell
hack_chain = worker.work()
File "C:\pogomap\PokemonGo-Bot\pokemongo_bot\cell_workers\seen_fort_worker.py", line 51, in work
if spin_details['result'] == 1:
KeyError: 'result'
Steps to Reproduce
here is config :
{
"auth_service": "google",
"username": "",
"password": "",
"location": "",
"gmapkey": "",
"max_steps": 2,
"mode": "all",
"walk": 4.16,
"debug": false,
"test": false,
"initial_transfer": 1,
"location_cache": true,
"distance_unit": "km",
"item_filter": "101,102,103,104,201",
"evolve_all": "NONE"
}
run bot about 10 minutes and error occured
Other Information
OS: WIN 10 64bit
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
The text was updated successfully, but these errors were encountered: