Closed ChrisHaPunkt closed 8 years ago
same here with dev commit: 5a8a95a ("Writing the location file to fix the web ui (#3767)", 2016-08-12)
It's line 370 in pokemon_catch_worker.py
its pokemon.num when it should be pokemon.pokemon_id
'pokemon_id': pokemon.num
'pokemon_id': pokemon.pokemon_id
replacing pokemon.num with pokemon.pokemon_id appears to work as intended.
Well picked the wrong thumbs direction my bad.
pokemon.id or pokemon.pokemon_id ?
# Unique ID for this particular Pokemon
self.id = data.get('id', 0)
# Id of the such pokemons in pokedex
self.pokemon_id = data['pokemon_id']
It’s been fixed. Please close the issue
Fixed by #3780
after latest dev pull:
Steps to Reproduce
Other Information
OS: deb8 Branch: dev Git Commit:4b632d84c2c4422ee0cd0342b2b882e8c1bce2bb Python Version: 2.7