2017-12-28, 22:34
Hello,
I am running the latest LibreELEC 8.2.2 with Kodi 17.6 and the Kodi VNSI-Client. Unfortunally the log is filled with SQL errors. I turned on debug and got the following:
Before the first line quoted here all other 2709 channels are listed. I also see these errors with the radio channels. And these messages do repeat themselves at least every minute, most of the time a lot more often.
What I really don't understand is why I get an ERROR and a successful result behind. Also the query does work, I tested it in my MySQL console. Oh, by the way, I switched to MySQL for the TV29 database, but these errors are not new, they existed also before I switched from the default database system.
Any idea?
Cheers,
Roi
I am running the latest LibreELEC 8.2.2 with Kodi 17.6 and the Kodi VNSI-Client. Unfortunally the log is filled with SQL errors. I turned on debug and got the following:
Code:
21:27:03.269 T:139680564528896 INFO: PVRChannelGroupInternal - AddAndUpdateChannels - updated TV channel 'Real Time HD'
21:27:03.278 T:139680564528896 DEBUG: CPVRChannelGroup - Persist - persisting channel group 'Alle Kanäle' with 2709 channels
21:27:03.278 T:139680564528896 DEBUG: Mysql execute: REPLACE INTO channelgroups (idGroup, bIsRadio, iGroupType, sName, iLastWatched, bIsHidden, iPosition) VALUES (21, 0, 1, 'Alle Kanäle', 1514495091, 0, 0)
21:27:03.310 T:139680564528896 DEBUG: Mysql Start transaction
21:27:03.311 T:139680564528896 ERROR: SQL: [TV29] Successful result
Query: REPLACE INTO channelgroups (idGroup, bIsRadio, iGroupType, sName, iLastWatched, bIsHidden, iPosition) VALUES (21, 0, 1, 'Alle Kanäle', 1514495091, 0, 0)
21:27:03.313 T:139680564528896 DEBUG: Mysql rollback transaction
21:27:03.313 T:139680564528896 ERROR: CommitInsertQueries - failed to execute queries
21:27:03.317 T:139680564528896 DEBUG: CPVRChannelGroups - PersistAll - persisting all changes in channel groups
Before the first line quoted here all other 2709 channels are listed. I also see these errors with the radio channels. And these messages do repeat themselves at least every minute, most of the time a lot more often.
What I really don't understand is why I get an ERROR and a successful result behind. Also the query does work, I tested it in my MySQL console. Oh, by the way, I switched to MySQL for the TV29 database, but these errors are not new, they existed also before I switched from the default database system.
Any idea?
Cheers,
Roi