I am facing this problem whenever any of the scrapers get metadata info about music or shows that use non-ASCII characters.
It will be something like
ERROR: SQL: [xbmc_video107] Undefined MySQL error: Code (1366)
Query: UPDATE tvshow SET c00='Pakt',c01='Piotr Grodecki (Marcin Dorociński) ...
It is always when you have one or more extended characters in the field being updated. That I have verified.
Since this happens to all scrapers (video or audio), it suggests a problem in some common update routines or the sql database schema itself.
I cleared the entire library and rebuilt it but the problem persists.
I have not done anything manually to the database schema except blindly follow the instructions here long time ago. Since successive updates of Kodi seems to have migrated the database over time, so I have no idea what schema it may be using.
Any suggestions on what to do or look for?
It will be something like
ERROR: SQL: [xbmc_video107] Undefined MySQL error: Code (1366)
Query: UPDATE tvshow SET c00='Pakt',c01='Piotr Grodecki (Marcin Dorociński) ...
It is always when you have one or more extended characters in the field being updated. That I have verified.
Since this happens to all scrapers (video or audio), it suggests a problem in some common update routines or the sql database schema itself.
I cleared the entire library and rebuilt it but the problem persists.
I have not done anything manually to the database schema except blindly follow the instructions here long time ago. Since successive updates of Kodi seems to have migrated the database over time, so I have no idea what schema it may be using.
Any suggestions on what to do or look for?