Signature does not match

Nathan3 years ago

Hi,

I'm getting an error when viewing trips. Otherwise functionality appears to be fine.

api/reports/trips?deviceId=2&from=2022-09-07T14:00:00.000Z&to=2022-09-08T13:59:59.999Z returns a status 400 with the following error:

Signature does not match. - SignatureException (... < JsonGeocoder:126 < ReportUtils:235 < *:325 < *:381 < TripsReportProvider:61 < ...)

Logs don't appear to show anything of use to track down whats causing the error.

2022-09-08 10:11:32  INFO: user: 1, report: trips, from: 2022-09-01 00:00, to: 2022-09-30 23:59, devices: [7], groups: []

Traccar 5.3 ARM, Raspbian 11 (bullseye)

Any assistance would be appreciated.

Thanks,
Nathan

Anton Tananaev3 years ago

Looks like you have some problem with your geocoder. Try disabling it.

Nathan3 years ago

Thanks Anton,

I added <entry key='geocoder.enable'>false</entry> to my traccar.xml file and its no longer erroring.