Ahh, I found in the log, maybe this is the problem?2023-08-02 15:11:08 WARN: Geocoder network error - HTTP 429 Too Many Requests - ClientErrorException (... < JsonGeocoder:126 < ReportUtils:205 < *:285 < *:341 < TripsReportProvider:62 < ...)
What can I do?
I modify the config: <entry key='geocoder.type'>nominatim</entry> <entry key='geocoder.url'>https://nominatim.openstreetmap.org/reverse</entry> <entry key='geocoder.onRequest'>false</entry> <entry key='geocoder.ignorePositions'>false</entry> <entry key='geocoder.reuseDistance'>10</entry> <entry key='geocoder.cacheSize'>30000</entry>
Now it seems to be OK, quickly loaded, just need to click manually to Show address link if it is needed.
Hi!
I tried to query a trip history for the previous month, its thinking a while, but nothing to show.
If I query last week, or a 2 weeks back with custom filter, it is working... But 3 weeks are not. Why?
Too many data? Row limit? Query time limit? Or something else?
Can anybody help me?
Thanks!