I use nominatim in traccar.cfg like below but I set geocoder.enable to >true<. Than I get an error message like " result too long for address in row1...". Not exact that Message but similar meaning. I did not copy it.
<!-- Geocoder options -->
<entry key='geocoder.enable'>false</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>http://nominatim.openstreetmap.org/reverse</entry>
Oh, sorry it was a mistake to post last message three times. Meanwhile I changed geoprovider to google:
<entry key=’geocoder.enable’>true</entry>
<entry key=’geocoder.type’>google</entry>
Now it works! I found that I had it so in my last running traccer-cfg version before my trouble.
I use nominatim in traccar.cfg like below but I set geocoder.enable to >true<. Than I get an error message like " result too long for address in row1...". Not exact that Message but similar meaning. I did not copy it.