Docker geocoder Traccar 429

tedi.sky99 28 days ago

Hi.. I install docker geocoder traccar + docker Traccar 6.14.5 in the same vps with nginx
AI help me till finish installation.
all looks like normal when we test https://abc.com/reverse?lat=-6.200000&lon=106.816666&key=API_KEY, it show the address

but when we use in traccar. the address didnt show up (rate/second = 5, rate/day=10.000)
traccar.xml :

<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://abc.com/reverse</entry>
<entry key='geocoder.key'>******</entry>
<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>
<entry key='geocoder.reuseDistance'>10</entry>

when we

root@abc:~# docker exec traccar sh -c 'grep -i "geocoder" /opt/traccar/logs/tracker-server.log | tail -30' 
2026-08-22 11:24:44 WARN: Geocoder network error - HTTP 429 Too Many Requests - ClientErrorException (... < JsonGeocoder:152 < ServerResource:129 < ... < WebServer:130 < ... < OverrideFileFilter:55 < ...)

Do we miss something?

1 more question. how to change password login geocoder for admin ?

thanks alot

Track-trace 28 days ago

If you run it on the same vps should you not use the local server ip with your traccar server on the same vps ?

tedi.sky99 28 days ago

<entry key='geocoder.url'>http://127.0.0.1:3000/reverse</entry> ?

Anton Tananaev 28 days ago

The error means that you hit the limit.

You don't need to use IP.

tedi.sky99 28 days ago

what is the solution? do we need to raise rate/second and rate/day?

Anton Tananaev 28 days ago

Probably.

tedi.sky99 28 days ago

my 2nd question. how to change password login geocoder-traccar ?
right now
user = admin
password = admin.

In upper left corner web login. 405 times login. :(
Cause I just login 5-7 times
I didnt see option to change password

Anton Tananaev 28 days ago

Currently there's no way to change it. You can open the database file and replace hash there or remove user and recreate it.

tedi.sky99 28 days ago

ok thanks

tedi.sky99 28 days ago

when first login to geocoder traccar as admin, I see Menu to add more user. (sorry, do I need create new topic)

but right now It disappear. like in the picture
ss1.png
I am afraid someone login to my geocder-traccar and create many user without our permission.
what database that geocoder-traccar used? so we can recreate new admin and password

Anton Tananaev 28 days ago

It's a simple text file.

tedi.sky99 28 days ago

thanks anton. it works