Since the upgrade to Krypton and the migration of the databases, I started getting weird issues like unable to search music library by artist.
I dropped the MySQL database and created a new one.
All was good and I could browse Artists.
Looking at the MySQL database, both artist and artistview had 2482 rows.
I then ran Universal music scraper to get all artist and album information and this emptied everything from artistview. So I can’t browse artists again.
Looking in the kodi.log I can see:
ERROR: SQL: [kodi_music60] Undefined MySQL error: Code (1030)
Query: SELECT * FROM artistview LEFT JOIN discography ON artistview.idArtist = discography.idArtist WHERE artistview.idArtist = 739
22:41:05.808 T:1339024368 ERROR: GetArtist(739) failed
It does this for every single artist but the artist list is still complete and ok.
Any ideas why ArtistView is empting and why I’m getting the errors above?
Thanks.