Just a few random observations...
- Kodi 20 is Alpha, so breakage can happen
- The librarywatchdog add-on may do some interfering?
- Some bookmarks/resumes are removed
sql:
DEBUG <general>: Mysql execute: delete from bookmark where idFile=9561 and type=1
DEBUG <general>: Mysql execute: delete from bookmark where idFile=5725 and type=1
- A bookmark/resume is updated
sql:
DEBUG <general>: Mysql execute: update bookmark set timeInSeconds = 551.595303, totalTimeInSeconds = 6841.000000, thumbNailImage = '', player = '', playerState = '' where idBookmark = 523
- A new bookmark/resume is added
sql:
DEBUG <general>: Mysql execute: insert into bookmark (idBookmark, idFile, timeInSeconds, totalTimeInSeconds, thumbNailImage, player, playerState, type) values(NULL,9561,4402.287498,5586.000000,'','','', 1)
and all those MySQL transactions are committed, thus approved and executed. No errors there.
- This doesn't help, likely a MariaDB hiccup, although 10.5.17 is the current stable version.
xml:
2022-09-24 17:58:55.966 T:1188 DEBUG <general>: connect replacing configured host 192.168.1.20 with resolved host 192.168.1.20
2022-09-24 17:58:56.804 T:1199 INFO <general>: Skipped 20 duplicate messages..
2022-09-24 17:58:56.804 T:1199 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 26
2022-09-24 17:58:56.804 T:1199 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 31
2022-09-24 17:58:56.804 T:1199 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 40
2022-09-24 17:58:56.804 T:1199 DEBUG <general>: DatabaseUtils::GetSortFieldList: unknown field 68
Running LibreELEC, do you have "Wait for network" enabled?