Question about geocoder on/by demand

Jose B4 years ago

Hi Anton,

Today in my traccar.xml (traccar 4.10) I have the following configuration: (to use geocoder only by demand)

        entry key ='geocoder.onRequest' true
        entry key ='geocoder.ignorePositions' true
        entry key ='geocoder.processInvalidPositions' true
        entry key='geocoder.reuseDistance'   10
        entry key='geocoder.cacheSize'  20000

but in traccar.log I have : many warmings:

WARN: Geocoder network error - HTTP 429 Too Many Requests - ClientErrorException (... < JsonGeocoder:114 < NotificationManager:74 < *:122 < BaseEventHandler:31 < ...)

I did not understand why. Could you help me please?

JB

Anton Tananaev4 years ago

You should check with your geocoding provider first.

Jose B4 years ago

I use Nominatim geocoder free mode (10.000 request by day), and traccar are set to ask only by demand (entry key ='geocoder.onRequest' true) .
Sorry, I did not understand how has '429 Too Many Requests' on log since I don't request manually anything for geocoder by demand, I asked to support nomatin, but until now thet did not answer.