Event missing from reports endpoint

Josh A12 days ago

Hello!

I am hosting a Traccar server hooked up to multiple live devices. Recently, we had an event (geofenceExit) occur which was:

  • processed by our backend in realtime
  • retrievable from the Traccar server's database
  • retrievable from the events/{id} endpoint

However, querying the reports/events endpoint with the associated device ID and time range does not return that event, though we see plenty of others in that query. It also follows that this event cannot be seen in the Web UI as it uses the same endpoint.

I am wondering if this points to an issue with the way we've set things up or if this should be investigated as a bug? Happy to provide (redacted) specifics on our setup or that event.

Many thanks

Anton Tananaev12 days ago

Are you using the latest official release without any code modifications?

Josh A11 days ago

We are currently using v6.5 (one behind the latest), without any modifications

Anton Tananaev11 days ago

Then it should be there. My only guess is that you're not using the right time interval.

Josh A9 days ago

Turns out it was an access restriction on the API token, so all good on the endpoint side - thanks for your time