2015-01-28, 10:10
getting Trakt script failed at kodi boot.
Does it not like mysql?
I tried both the dev and master branch.
Does it not like mysql?
I tried both the dev and master branch.
Code:
00:08:56 T:3320 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.OperationalError'>
Error Contents: unable to open database file
Traceback (most recent call last):
File "C:\Users\administrator.QUIKS\AppData\Roaming\Kodi\addons\script.trakt-master\default.py", line 6, in <module>
from service import traktService
File "C:\Users\administrator.QUIKS\AppData\Roaming\Kodi\addons\script.trakt-master\service.py", line 19, in <module>
class traktService:
File "C:\Users\administrator.QUIKS\AppData\Roaming\Kodi\addons\script.trakt-master\service.py", line 24, in traktService
dispatchQueue = sqliteQueue.SqliteQueue()
File "C:\Users\administrator.QUIKS\AppData\Roaming\Kodi\addons\script.trakt-master\sqliteQueue.py", line 56, in __init__
with self._get_conn() as conn:
File "C:\Users\administrator.QUIKS\AppData\Roaming\Kodi\addons\script.trakt-master\sqliteQueue.py", line 72, in _get_conn
self._connection_cache[id] = sqlite3.Connection(self.path, timeout=60)
OperationalError: unable to open database file
-->End of Python script error report<--
00:08:56 T:4140 NOTICE: Thread JobWorker start, auto delete: true