I'm running Traccar 4.15 on raspberry Pi. When I click on "show address" I get a geocoder error "Geocoding failed - Signature does not match."
My xml file contains:
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry>
<entry key='geocoder.key'>MY-KEY-HIDDEN</entry>
There's nothing in log file other than the error displayed on the web page.
Can anyone advise how to fix this please ?
Looks like some SSL issue. Try using system Java instead of the one that's bundled with the installer.
I'm running Traccar 4.15 on raspberry Pi. When I click on "show address" I get a geocoder error "Geocoding failed - Signature does not match."
My xml file contains:
<entry key='geocoder.enable'>true</entry> <entry key='geocoder.url'>https://eu1.locationiq.com/v1/reverse.php</entry> <entry key='geocoder.key'>MY-KEY-HIDDEN</entry>
There's nothing in log file other than the error displayed on the web page.
Can anyone advise how to fix this please ?