Tomek Modrzyński
Tomek Modrzyński
I think that 30s timeout from the most recent pgoapi will help with this issue. Also I've been adding fixes here and there in `coroutines` that should further improve the...
Thanks for sharing! I intend on adding a few visualization tools to the repo, so I won't be merging it, but I'll leave it in case someone wants to use...
@gatomiaurex yes, that's possible. You can have any number of pokeminers feeding the same database. Be sure to use MySQL instead of SQLite, though. You can also define a large...
@Baklap4 having a Google Maps API key in the config is _precisely_ the reason I switched to Leaflet. Simply because their daily request quota is very low and you run...
Occassional kills are _normal_ (ekhm), I mean that worker gets killed if it doesn't find anything for 5 minutes. It may be lack of spawns (then you might try disabling...
What @gunawanputra says makes sense. Though I'm not that much inclined to do it, since my accounts are still working without need for proxy :wink: If anyone wants to give...
Could you try checking the query on MySQL 5.7 if possible? I don't have any issues with it there.
I don't use proxy by myself, so I won't be an expert here, but try setting the same value for both http and https. It should be an URL in...
@Corinos you don't need to touch pokeminer's code to do what you want. You can convert timestamp into readable date using just SQL - for example, using MySQL's `FROM_UNIXTIME` function....
It is now possible to change map provider URL in config (0ecdb1a) - please update master branch.