You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, let me say the new Sniper is excellent in concept, but I'm encountering a few difficulties getting it working properly as follows:
If using social, everything works great so YAY :)
If using url mode, I get a bot crash with error [ERROR] [u'IndexError: list index out of range. I can work around this by changing line 383 in sniper.py to pokemon_name = pokemon['pokemon_name'] but that's just a bandaid.
Once I've done that, if using url with Pokemongo-Map (localhost:5000/raw_data), I get error (Source 'http://localhost:5000/raw_data' contains errors. Details: The following params dont exist: iv.) Could be my pokemongo-map config? Or something else?
If using http://pokesnipers.com/api/v1/pokemon.json, it teleports there and back, but everything gives me a does not exist error. Not sure if issue is with bot or pokesnipers.
I haven't bothered including my full config etc as everything else is fine. Here's my current "Sniper" config, which I'm running with modified line 383 as mentioned in 2 above.
[2016-09-20 08:43:16] [ Sniper] [INFO] Teleporting to meet Dratini (40.765892; -73.974508)...
[2016-09-20 08:43:21] [ Sniper] [INFO] Damn! Its not here. Reasons: too far, caught, expired or fake data. Skipping...
[2016-09-20 08:43:21] [ Sniper] [INFO] Teleporting back to the old position (-37.8181876802; 144.961045918)...
The text was updated successfully, but these errors were encountered:
First off, let me say the new Sniper is excellent in concept, but I'm encountering a few difficulties getting it working properly as follows:
[ERROR] [u'IndexError: list index out of range
. I can work around this by changing line 383 in sniper.py topokemon_name = pokemon['pokemon_name']
but that's just a bandaid.I haven't bothered including my full config etc as everything else is fine. Here's my current "Sniper" config, which I'm running with modified line 383 as mentioned in 2 above.
Result from this is
The text was updated successfully, but these errors were encountered: