5andr0 / PogoLocationFeeder

Json feed of pokemon location data
GNU Affero General Public License v3.0
493 stars 170 forks source link

v0.1.10 List Refresh seems to have problems #451

Open amisrtv opened 7 years ago

amisrtv commented 7 years ago

0.1.7 will show new data for each site (Within 1 minutes) 0 1 7 After update 0.1.10 Close a variety of validation Tens of minutes will only get a small amount of data. 0 1 10

And the old version of the difference is too large

Open verification Even worse open For a long time will only get a small amount of information,not be updated Sometimes the list is empty

ExcuseMi commented 7 years ago

0.1.7 uses skiplagged validation. Skiplagged sends back multiple rare pokemon on the same location. Like 5 venusaurs right next to each other, never heard of a venusaur nest. So that data isn't correct.

The 1.10 without verification shows an accurate list what's have been gotten from the repositories.

Not all pokemon get verified, some coordinates just aren't correct or already expired. Verification takes a little longer and shows only the captured pokemon.

amisrtv commented 7 years ago

understand tks.