Release plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners
Hi, I'm dealing with a problem regarding to this addon that I can't get fixed. I constantly get the error message "TheMovieDbHelper error" on kodi and it's pretty annoying.
As for the logs the error is this:
Code:
2024-03-16 19:46:35.473 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Deleting Corrupt File: /home/<username>/.kodi/userdata/addon_data/plugin.video.themoviedb.helper/database_v6/TraktAPI.db...
2024-03-16 19:46:35.473 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Initialising: /home/<username>/.kodi/userdata/addon_data/plugin.video.themoviedb.helper/database_v6/TraktAPI.db...
2024-03-16 19:46:35.473 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Exception while initializing _database: Cursor() argument 1 must be sqlite3.Connection, not sqlite3.Connection (2)
database_v6_TraktAPI.db_simplecache
2024-03-16 19:46:36.228 T:21788 warning <general>: CPythonInvoker(44, /home/<username>/.kodi/addons/plugin.video.palantir3/default.py): the python script "/home/<username>/.kodi/addons/plugin.video.palantir3/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon9xbmcaddon5AddonE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon7xbmcgui6WindowE,N9XBMCAddon4xbmc7MonitorE,N9XBMCAddon4xbmc7MonitorE,N9XBMCAddon4xbmc7MonitorE,N9XBMCAddon7xbmcgui6WindowE
2024-03-16 19:46:36.494 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Initialising: /home/<username>/.kodi/userdata/addon_data/plugin.video.themoviedb.helper/database_v6/TraktAPI.db...
2024-03-16 19:46:36.494 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Exception while initializing _database: Cursor() argument 1 must be sqlite3.Connection, not sqlite3.Connection (1)
database_v6_TraktAPI.db_simplecache
2024-03-16 19:46:37.494 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Initialising: /home/<username>/.kodi/userdata/addon_data/plugin.video.themoviedb.helper/database_v6/TraktAPI.db...
2024-03-16 19:46:37.494 T:21791 info <general>: [plugin.video.themoviedb.helper]
CACHE: Exception while initializing _database: Cursor() argument 1 must be sqlite3.Connection, not sqlite3.Connection (0)
database_v6_TraktAPI.db_simplecache
2024-03-16 19:46:37.495 T:21791 info <general>: [plugin.video.themoviedb.helper]
lib.addon.cache get_cache
Error Type: AttributeError
Error Contents: ('__enter__',)
File "/home/<username>/.kodi/addons/script.module.jurialmunkey/resources/modules/jurialmunkey/logger.py", line 10, in wrapper
return func(self, *args, **kwargs)
File "/home/<username>/.kodi/addons/script.module.jurialmunkey/resources/modules/jurialmunkey/bcache.py", line 34, in get_cache
return self._cache.get(cache_name, cur_time=cur_time)
File "/home/<username>/.kodi/addons/script.module.jurialmunkey/resources/modules/jurialmunkey/scache.py", line 89, in get
return result or self._get_db_cache(endpoint, cur_time) # Fallback to checking database if not in memory
File "/home/<username>/.kodi/addons/script.module.jurialmunkey/resources/modules/jurialmunkey/scache.py", line 147, in _get_db_cache
cache_data = self._execute_sql(query, (endpoint,))
File "/home/<username>/.kodi/addons/script.module.jurialmunkey/resources/modules/jurialmunkey/scache.py", line 270, in _execute_sql
with self._get_database() as _database:
Already tried deleting the database_v6 folder but it keeps showing after every restart.
Did anyone faced this issue?
Can you guide me on what else can I do?
Reply


Messages In This Thread
RE: TheMovieDB Helper - by jurialmunkey - 2019-07-31, 11:47
RE: plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners - by javicasper - 2024-03-16, 20:58
Logout Mark Read Team Forum Stats Members Help
plugin.video.themoviedb.helper - Access to TheMovieDb API for Skinners2