Traccar 6.2 Update

Gerard Iscalaa year ago

Hello everyone, I currently have a traccar server on an EC2 Instance on Aws, with 8 RAM 2 vCPU. My traccar database is in the RDS service with MySQL.

I currently have 115 GPS devices reporting their location every 10 seconds. After updating to traccar 6.2 I have noticed that some devices stay with the last location and are no longer reported. But I reboot the server so they start reporting their location again. What could be happening?

Anton Tananaeva year ago

Have you checked the troubleshooting guide?

Gerard Iscalaa year ago

Notice that in the tracker-server.log file

If I am receiving the data from the devices, but the application does not update it.

Gerard Iscalaa year ago

Notice that in the tracker-server.log file
If I am receiving the data from the devices, but the application does not update it.

in the racker-server.log file I see the data with coordinates.

In the App in route reports, I observe that the routes have changed, that is, I have different coordinates, which means that they have been moving.

But the app stays with a previous data and does not move on the map.

When I restart the server from the App, after a few seconds they start working and after a few minutes it comes back and the same thing happens, it stays with a location and they don't move on the map.

Anton Tananaeva year ago
  1. Make sure you check all the timestamps
  2. Check the browser console to see what data you receive in the web app
Gerard Iscalaa year ago

ok, I'm going to check the browser console

KONAN Georges10 months ago

I have the same problem and so far I don't have a solution.