2023-09-02, 17:12
Hello so installed latest version of le 12 nightly based on the following version of kodi: https://github.com/LibreELEC/LibreELEC.t...84/commits
however now i have no library for TV or Movies. Its gone on boot.
in logs I see this error:
Not skin problem as i see same missing library in default skin. If i switch back to previous build it works again.
however now i have no library for TV or Movies. Its gone on boot.
in logs I see this error:
Code:
2023-09-02 16:01:34.802 T:1029 info <general>: [script.module.jurialmunkey]JSONRPC Error:
{'jsonrpc': '2.0', 'method': 'VideoLibrary.GetMovies', 'id': 1, 'params': {'properties': ['title', 'imdbnumber', 'originaltitle', 'uniqueid', 'year', 'file']}}
{'error': {'code': -32603, 'message': 'Internal error.'}, 'id': 1, 'jsonrpc': '2.0'}
2023-09-02 16:01:34.926 T:977 info <general>: Loading skin file: Home.xml, load type: KEEP_IN_MEMORY
2023-09-02 16:01:35.057 T:977 warning <general>: Skin has invalid include:
2023-09-02 16:01:35.802 T:1029 info <general>: [plugin.video.themoviedb.helper]
Getting KodiDB movie FAILED!
2023-09-02 16:01:35.803 T:1029 info <general>: [script.module.jurialmunkey]JSONRPC Error:
{'jsonrpc': '2.0', 'method': 'VideoLibrary.GetTVShows', 'id': 1, 'params': {'properties': ['title', 'imdbnumber', 'originaltitle', 'uniqueid', 'year']}}
{'error': {'code': -32603, 'message': 'Internal error.'}, 'id': 1, 'jsonrpc': '2.0'}
2023-09-02 16:01:36.803 T:1029 info <general>: [plugin.video.themoviedb.helper]
Getting KodiDB tvshow FAILED!
Not skin problem as i see same missing library in default skin. If i switch back to previous build it works again.