And not telling which device, which protocol, server log etc ?
Coban 103B device, gps103 protocol, server log the one I reported previously
What's your database configuration?
mysql with mariadb
I meant the URL you're using in Traccar.
jdbc:mysql://localhost/traccar?zeroDateTimeBehavior=round&serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=''
Seems like the mode is not working for MariaDB:
sessionVariables=sql_mode=''
Have you tried using mariadb driver instead?
No, I have no tired, I don't know how, can you help me?
Consider that the problem only occurs when the Tracker loses the GPS signal and the date passes 1970
I'll try tomorrow, let you know
Thanks so much
HI,
using mysql I noticed that when a device loses the GPS signal while inside a building, the server reports this error
probably due to the wrong date, is
this normal? don't you start the check with LBS?
Thank you