gcobb321 / icloud3_v3

iCloud3 v3, Development Version - This Repo/Version is used for development and testing of new and updated features. It is not the official release of iCloud3 v3, .
MIT License
169 stars 13 forks source link

sql error #329

Closed GugZi closed 2 weeks ago

GugZi commented 2 months ago

Why do i get this error? it seems to crash my HA 2024-08-30 00:11:24.544 ERROR (SyncWorker_62) [custom_components.icloud3] Traceback (most recent call last): File "/config/custom_components/icloud3/support/waze_history.py", line 354, in _get_all_records self.cursor.execute(sql)

gcobb321 commented 2 months ago

An error message like that just indicates you have an error with the waze history data base but gives no indication what it is. My guess is the data base has been corrupted. I would just delete it and let it rebuild itself. The data base just stores a history of gps points with the distance and travel times to the Home zone to reduce the number of internet requests to get that data when you are driving and it’s not required.

Delete file _config/.storage/icloud3/waze_locationhistory.db and restart HA.

GugZi commented 2 months ago

i can't find that location

gcobb321 commented 2 weeks ago

Closed with the v3.1.1 Release. Create a new issue if you continue to experience this problem.