bunzosteele / PokeWatch

A twitter bot that uses the Pokemon Go API to find rare pokemon.
47 stars 32 forks source link

ExcludedPokemon - Not fuctioning as expected #92

Closed NX3 closed 8 years ago

NX3 commented 8 years ago

I've removed Abra and Eevee from the excluded list but I keep seeing them excluded.

"30/08/2016 21:29:59: [!]Excluded: Eevee (799 seconds): 51.449628,-2.594482"

When I add to the list that seems to work and changes to priority list. Its picking up the json file from the folder I'm editing, single user of the file with nothing else using it. I can't see why it excluded's them when they aren't on the list anymore.

NX3 commented 8 years ago

This issue is caused by ConfigGenerator.html spacing one entry per line for excluded pokemon

RedSparr0w commented 8 years ago

hmm, not sure why this would impact it? seems to be working fine for me when i add/remove pokemon from the excluded/priority list.

bunzosteele commented 8 years ago

spacing shouldnt impact this. you may want to double check that you dont have any region specific overrides. ctrl+f the pokedexid, and see if there are any unexpected hits

NX3 commented 8 years ago

I've worked out the issue was Notepad++ caching files I'm editing was the issue. Sorry, just took a while to figure out what it was doing.