Traccar 5.1 preview

Edilon 2 years ago

i created a pull request would that be that? If it is not guide me how to open the ticket please

Anton Tananaev2 years ago

You just need to create an issue here:

https://github.com/traccar/traccar/issues/new/choose

Pull request is not the right way :)

Anton Tananaev2 years ago
x6883992 years ago

I can't download it. I get this error:

<Error>
AccessDenied
<BucketName>traccar</BucketName>
<RequestId>tx0000000000000f34a3b89-0062bdebaa-319bec8f-nyc3c</RequestId>
<HostId>319bec8f-nyc3c-nyc3-zg03</HostId>
</Error>
Anton Tananaev2 years ago

Fixed access.

GaryLog2 years ago

Best regards, and thanks for the great work you have done, this is not a fault, it is more of a question , I am testing with several users, and we agree that the interface looks much better if you zoom out at 70% or 80%, is it possible to adjust that, or place the option in the menu? (I put an images for sample)

normal size https://uploaddeimagens.com.br/imagens/qmeQ2KQ

zoomed https://uploaddeimagens.com.br/imagens/P1Mw_C4

Anton Tananaev2 years ago

Your screenshots are from old version.

GaryLog2 years ago

yes. from 5.0 but is the same size in 5.1

Anton Tananaev2 years ago

There might be a way to adjust, but I don't know if it makes sense. You can just do the zoom, like you did. If you still think it's needed, please create a ticket, so we can discuss it there.

Edilon 2 years ago

Kevin i don't understand why you want to zoom out, if seeing the icon vehicle without showing the streets doesn't change anything. It would be better then to zoom in focusing on the streets when clicking on the vehicle like this:

https://uploaddeimagens.com.br/imagens/xyzPI5g

SwayDev2 years ago

Hello Anton,

Based on your suggestion I reviewed further and realized it was a configuration error on my side to allow connection from any host to MySQL.

Thank you, I have the instances working connected to the same DB now.

Is there any way to see or monitor/log the activities between each node, such as the broadcast, etc? I did not see any log entries for broadcast/comm between nodes when I performed a quick test even with the full stack traces enabled and was hoping to gather some additional information that could help in reporting any issues.

Thanks

Anton Tananaev2 years ago

I don't think there's any logging, but the way to test it is - connect device to one server and try changing some attributes of that device on another server. See if it gets synced. For example you can try speed limit or something like that.

Anton Tananaev2 years ago

You can also enable query logging to see that it read new data from the database.

SwayDev2 years ago

Thank you, I shall try your suggestions.

Question: I have a device connected to server X, and I had both Server X UI and server Y UI open When the device sent data to Server X, Server Y's UI was not updated until I refreshed the page manually.Is this expected (not implemented yet)?

Anton Tananaev2 years ago

It should be updated. Sounds like a bug. Feel free to create a bug ticket for it.