Append Logfile
you find it here: \raspberry\teslalogger\nohup.out
03.02.2024 11:47:54 : Reverse geocoding by Nominatim1
03.02.2024 11:48:00 : MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '45.110687-7.230283' for key 'ix_key'
at MySql.Data.MySqlClient.MySqlStream.ReadPacketAsync (System.Boolean execAsync) [0x00127] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.NativeDriver.GetResultAsync (System.Int32 affectedRow, System.Int64 insertedId, System.Boolean execAsync) [0x000fa] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.Driver.GetResultAsync (System.Int32 statementId, System.Int32 affectedRows, System.Int64 insertedId, System.Boolean execAsync) [0x00083] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.Driver.NextResultAsync (System.Int32 statementId, System.Boolean force, System.Boolean execAsync) [0x000b9] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync (System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x0020f] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync (System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x0077a] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x004c1] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x009da] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x00aeb] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQueryAsync (System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x000c2] in <5af83e1b1b3246d78d7a16668621fd41>:0
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery () [0x00012] in <5af83e1b1b3246d78d7a16668621fd41>:0
at TeslaLogger.SQLTracer.TraceNQ (MySql.Data.MySqlClient.MySqlCommand cmd, System.Int64& lastInsertedId, System.String callerFilePath, System.Int32 callerLineNumber) [0x00053] in <36199776b3b8425fa130daa748537cc8>:0
at TeslaLogger.GeocodeCache.Insert (System.Double lat, System.Double lng, System.String address) [0x0008f] in <36199776b3b8425fa130daa748537cc8>:0
03.02.2024 11:48:00 : Reverse geocoding by Nominatim2
Describe the bug
The car position is not shown on the map.
Neither in the Teslalogger main page, nor in the Dashboard pages (Charging, Consumption), see attached screenshots
The above log snippet refers to geocoding, but I don't know if it is relevant to the issue.
To Reproduce
Login to Teslalogger: no map/location data
Select Consumption dashboard: no map/location data
Expected behavior
Goeocoding and travel maps should be visible
Append Logfile you find it here: \raspberry\teslalogger\nohup.out 03.02.2024 11:47:54 : Reverse geocoding by Nominatim1 03.02.2024 11:48:00 : MySql.Data.MySqlClient.MySqlException (0x80004005): Duplicate entry '45.110687-7.230283' for key 'ix_key' at MySql.Data.MySqlClient.MySqlStream.ReadPacketAsync (System.Boolean execAsync) [0x00127] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.NativeDriver.GetResultAsync (System.Int32 affectedRow, System.Int64 insertedId, System.Boolean execAsync) [0x000fa] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.Driver.GetResultAsync (System.Int32 statementId, System.Int32 affectedRows, System.Int64 insertedId, System.Boolean execAsync) [0x00083] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.Driver.NextResultAsync (System.Int32 statementId, System.Boolean force, System.Boolean execAsync) [0x000b9] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync (System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x0020f] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlDataReader.NextResultAsync (System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x0077a] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x004c1] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x009da] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlCommand.ExecuteReaderAsync (System.Data.CommandBehavior behavior, System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x00aeb] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQueryAsync (System.Boolean execAsync, System.Threading.CancellationToken cancellationToken) [0x000c2] in <5af83e1b1b3246d78d7a16668621fd41>:0 at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery () [0x00012] in <5af83e1b1b3246d78d7a16668621fd41>:0 at TeslaLogger.SQLTracer.TraceNQ (MySql.Data.MySqlClient.MySqlCommand cmd, System.Int64& lastInsertedId, System.String callerFilePath, System.Int32 callerLineNumber) [0x00053] in <36199776b3b8425fa130daa748537cc8>:0 at TeslaLogger.GeocodeCache.Insert (System.Double lat, System.Double lng, System.String address) [0x0008f] in <36199776b3b8425fa130daa748537cc8>:0 03.02.2024 11:48:00 : Reverse geocoding by Nominatim2
Describe the bug The car position is not shown on the map. Neither in the Teslalogger main page, nor in the Dashboard pages (Charging, Consumption), see attached screenshots The above log snippet refers to geocoding, but I don't know if it is relevant to the issue.
To Reproduce Login to Teslalogger: no map/location data Select Consumption dashboard: no map/location data
Expected behavior Goeocoding and travel maps should be visible
Screenshots
Teslalogger Type
Linux raspberry 4.19.118-v7l+ #1311 SMP Mon Apr 27 14:26:42 BST 2020 armv7l GNU/Linux
Do you use Tasker or iBeacon
Additional context Add any other context about the problem here.