Sad face media Center crash loop

https://paste.osmc.tv/pasuhigali

Just started happening minutes ago. Kodi was doing nothing.

1 Like

Itā€™s a bug created by TheTVDB making some changes. You will need to manually edit guisettings.xml to turn off video library scanning on Kodi start. From a SSH session:

sudo systemctl stop mediacenter
nano .kodi/userdata/guisettings.xml

Search for updateonstart and change the line so it looks like this:

<setting id="videolibrary.updateonstartup" default="true">false</setting>

Save the file and restart Kodi

sudo systemctl start mediacenter

Kodi should be working now, but will still crash if you try to do a library scan.

1 Like

so ā€œbugā€ on the tvdb api side?
Not in kodi then. Thanks for the quick reply btw

Actually, itā€™s a combination. I should have said a change to TVDB that exposed a Kodi bug.

Hot fix kinda thing? Or are libraries out of action for a while?

The suggested ā€˜fixā€™ is to stop using TVDB and change the scaper to use TheMovieDB.

If you want details:

https://forum.kodi.tv/showthread.php?tid=345915

TheTVDB has sent an email to all API customers and released a rollback.

https://forums.thetvdb.com/viewtopic.php?f=118&t=57711

Back to square one.

Iā€™ve put some details in Kodi Slack regarding the issue. While the API failure is beyond Kodiā€™s remit, it shouldnā€™t crash when getting unexpected data back from the API. It should fall over more gracefully.

2 Likes

Thanks for sharing the update.

Thanks for the update. I hope the api will be fixed soon but Iā€™m also wondering about this quote on the Kodi forum by a member of team Kodi

We donā€™t currently have an active developer of the TVDB scraper, which is why the newer Kodi installs use the movieDB for TV as well as movies, albeit as noted their database isnā€™t quite as good as TVDB in some cases.
https://forum.kodi.tv/showthread.php?tid=345935&pid=2873560#pid2873560

Frankly, all the other tv scrapers are rubbish and the themoviedb doesnā€™t even find things like supernatural so not an option at all.

1 Like