Best regards, I write this post in order to receive guidance because I have a problem with geocoding because I reached the limit of requests. It is required to disable this geocoding. I am using version 6.2 of Traccar.
WARN: Geocoder network error - HTTP 429 Too Many Requests - ClientErrorException (... < JsonGeocoder:126 < NotificationManager:129 < *:176 < ProcessingHandler:174 < ...)
In version 6.2 I eliminated the default file so according to the instructions in the documentation any line should be placed in the xml file.
The problem is I am using the suggested configuration to disable reverse geocoding with the following parameters appending them to the xml file in config
<entry key='geocoder.enable'>false</entry>
<entry key='geocoder.type'>nominatim</entry>
https://prnt.sc/46s_Iw15Cvlj
I only have a certain amount of equipment left working, the rest go offline, and in the traccar log file that is the only error that shows me.
So I want to know if there is another way to disable reverse geocoding or if I am doing something wrong in syntax in the xml parameters since the ones I attached above seem not to be working for me
This should disable the geocoder completely:
<entry key='geocoder.enable'>false</entry>
Is this possible to disable the geocoder for selected user??
will be great if traccar will can disable geocoder for selected device, for example via attribute "geocoder:false"
For feature requests there's GitHub.
Best regards, I write this post in order to receive guidance because I have a problem with geocoding because I reached the limit of requests. It is required to disable this geocoding. I am using version 6.2 of Traccar.
In version 6.2 I eliminated the default file so according to the instructions in the documentation any line should be placed in the xml file.
The problem is I am using the suggested configuration to disable reverse geocoding with the following parameters appending them to the xml file in config
<entry key='geocoder.enable'>false</entry> <entry key='geocoder.type'>nominatim</entry>
https://prnt.sc/46s_Iw15Cvlj
I only have a certain amount of equipment left working, the rest go offline, and in the traccar log file that is the only error that shows me.
So I want to know if there is another way to disable reverse geocoding or if I am doing something wrong in syntax in the xml parameters since the ones I attached above seem not to be working for me