jurialmunkey / plugin.video.themoviedb.helper

GNU General Public License v3.0
211 stars 96 forks source link

Constant TMDB Helper Error log #1200

Closed larsmichiko11 closed 6 months ago

larsmichiko11 commented 7 months ago

Describe the bug

I just got back to using my Kodi again. When I opened my Kodi I get a 'TMDB Helper Error' at the beginning and saying I have to check logs for error information: https://paste.kodi.tv/odepaxuxev.kodi

Thank you in advance!

Steps To Reproduce

Start Kodi (using AH2 skin) Wait to finish AH2 load Got the TMDB Helper error

Debug log

https://paste.kodi.tv/odepaxuxev.kodi

Screenshots and Additional Info

No response

Checklist

C-O-D commented 6 months ago

I am getting these constant errors for a few days now with Arctic Fuse since I upgraded to KODI 21.0. I have already deleted the complete user directory of TMDB Helper and also logged out of TRAKT and logged in again, but the error messages still appear every time I start KODI. Never had those before and would be too nice to get rid of them: https://paste.kodi.tv/exawaginic.kodi

C-O-D commented 6 months ago

I deactivated AutoWidget which produced a lot of errors so here's a much cleaner log: https://paste.kodi.tv/ivasejofay.kodi

jurialmunkey commented 6 months ago

I deactivated AutoWidget which produced a lot of errors so here's a much cleaner log: https://paste.kodi.tv/ivasejofay.kodi

@C-O-D

You're using Manjaro Linux with a different version of Python installed (3.12) than what ships with Kodi. Errors are to be expected due to difference in modules used. These are different errors to the original bug report in this thread.

It is too difficult for me to test multiple versions of Python other what ships with Kodi (which is 3.11.12 for LibreELEC/Android and 3.8.15 for Windows afaik).

Possibly might be related to a corrupted database file. You can try deleting your database files then start Kodi .kodi/userdata/addon_data/plugin.video.themoviedb.helper/database_v6

jurialmunkey commented 6 months ago

I just got back to using my Kodi again. When I opened my Kodi I get a 'TMDB Helper Error' at the beginning and saying I have to check logs for error information: https://paste.kodi.tv/odepaxuxev.kodi

@larsmichiko11 - Looks like you only had a partial response from the TMDb API when asking for Genre IDs and that ended up being cached (which then continues to cause the issue because the cache isn't of the type expected).

The commit above should avoid that occurring, will be in next update (5.2.24)