modrzew / pokeminer

Pokemon location scraper
MIT License
220 stars 62 forks source link

Weird data #78

Closed MrYadro closed 8 years ago

MrYadro commented 8 years ago

I'm having bunch (about 300) of pokemons spawned with despawn time 1468878815 is that a bug, or niantic trying to add some "noise" in pokemon spawns.

Could anyone confirm that?

modrzew commented 8 years ago

Those are 30min/45min spawns. Which version are you using? I realized I may have removed code that prevented them from being put in the database when I moved to pgoapi.

MrYadro commented 8 years ago

I'm using latest code from you repo and pgoapi from requirements.txt

modrzew commented 8 years ago

Yeah, that explains it. For now just remove those records from database manually when analyzing data/generating reports. Those spawns will be added as normal when expiration time goes under 15min, so you won't loose data about sighting (provided that you run workers for long enough).

modrzew commented 8 years ago

Fix added to master, aaaaand it was just released together with v0.4.