You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently running Kodi Matrix 19.1 on a Raspberry Pi 3 running Arch. The add-on won't open.
My settings are localhost (the transmission daemon is running locally), port 9091 (which is reachable via web-interface). Username and password are disabled in the transmission-daemon.
Any ideas what might be the problem? There is the part of the log concerning the transmisson-addon. Thanks!
2021-07-27 10:34:26.500 T:2553 DEBUG : -->Python Interpreter Initialized<--
2021-07-27 10:34:26.501 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): the source file to load is "/var/lib/kodi/.kodi/addons/script.transmission/default.py"
2021-07-27 10:34:26.506 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): setting the Python path to /var/lib/kodi/.kodi/addons/script.transmission:/var/lib/kodi/.kodi/addons/script.module.kodi-six/libs:/var/lib/kod>
2021-07-27 10:34:26.514 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): entering source directory /var/lib/kodi/.kodi/addons/script.transmission
2021-07-27 10:34:26.517 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): instantiating addon using automatically obtained id of "script.transmission" dependent on version 3.0.0 of the xbmc.python api
2021-07-27 10:34:29.142 T:571 DEBUG : ------ Window Init (/var/lib/kodi/.kodi/addons/script.transmission/resources/skins/Default/720p/script-Transmission-main.xml) ------
2021-07-27 10:34:29.162 T:571 INFO : Loading skin file: /var/lib/kodi/.kodi/addons/script.transmission/resources/skins/Default/720p/script-Transmission-main.xml, load type: LOAD_ON_GUI_INIT
2021-07-27 10:34:29.516 T:571 DEBUG : [Warning] CGUITextureManager::GetTexturePath: could not find texture 'DialogCloseButton-focus.png'
2021-07-27 10:34:29.517 T:571 DEBUG : [Warning] CGUITextureManager::GetTexturePath: could not find texture 'DialogCloseButton.png'
2021-07-27 10:34:29.586 T:2553 DEBUG : DialogProgress::Open called
2021-07-27 10:34:29.721 T:571 DEBUG : ------ Window Init (DialogConfirm.xml) ------
2021-07-27 10:34:29.787 T:2553 DEBUG <CAddonSettings[script.transmission]>: trying to load setting definitions from old format...
2021-07-27 10:34:30.101 T:571 DEBUG : ------ Window Init (DialogConfirm.xml) ------
2021-07-27 10:34:30.281 T:571 DEBUG : ------ Window Deinit (/var/lib/kodi/.kodi/addons/script.transmission/resources/skins/Default/720p/script-Transmission-main.xml) ------
2021-07-27 10:34:30.281 T:571 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------
2021-07-27 10:34:30.350 T:571 DEBUG : [Warning] CGUITextureManager::GetTexturePath: could not find texture 'DialogCloseButton.png'
2021-07-27 10:34:34.261 T:867 DEBUG : PushCecKeypress - received key b duration 0
2021-07-27 10:34:34.280 T:571 DEBUG : HandleKey: 11 (0x0b, obc244) pressed, action is Select
2021-07-27 10:34:34.480 T:867 DEBUG : PushCecKeypress - received key b duration 219
2021-07-27 10:34:34.559 T:571 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------
2021-07-27 10:34:34.614 T:2553 INFO : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): script successfully run
2021-07-27 10:34:34.617 T:2553 DEBUG : onExecutionDone(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py)
2021-07-27 10:34:34.673 T:2553 DEBUG : .
2021-07-27 10:34:34.808 T:2553 INFO : Python interpreter stopped
2021-07-27 10:34:34.816 T:2553 DEBUG : Thread LanguageInvoker 1710223488 terminating
2021-07-27 10:34:36.060 T:867 DEBUG : PushCecKeypress - received key b duration 0
2021-07-27 10:34:36.101 T:571 DEBUG : HandleKey: 11 (0x0b, obc244) pressed, action is Select
2021-07-27 10:34:36.131 T:2554 DEBUG : Thread LanguageInvoker start, auto delete: false
2021-07-27 10:34:36.132 T:2554 INFO : initializing python engine.
2021-07-27 10:34:36.132 T:2554 DEBUG : CPythonInvoker(40, /var/lib/kodi/.kodi/addons/script.transmission/default.py): start processing
The text was updated successfully, but these errors were encountered:
Currently running Kodi Matrix 19.1 on a Raspberry Pi 3 running Arch. The add-on won't open.
My settings are localhost (the transmission daemon is running locally), port 9091 (which is reachable via web-interface). Username and password are disabled in the transmission-daemon.
Any ideas what might be the problem? There is the part of the log concerning the transmisson-addon. Thanks!
2021-07-27 10:34:26.500 T:2553 DEBUG : -->Python Interpreter Initialized<--
2021-07-27 10:34:26.501 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): the source file to load is "/var/lib/kodi/.kodi/addons/script.transmission/default.py"
2021-07-27 10:34:26.506 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): setting the Python path to /var/lib/kodi/.kodi/addons/script.transmission:/var/lib/kodi/.kodi/addons/script.module.kodi-six/libs:/var/lib/kod>
2021-07-27 10:34:26.514 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): entering source directory /var/lib/kodi/.kodi/addons/script.transmission
2021-07-27 10:34:26.517 T:2553 DEBUG : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): instantiating addon using automatically obtained id of "script.transmission" dependent on version 3.0.0 of the xbmc.python api
2021-07-27 10:34:29.142 T:571 DEBUG : ------ Window Init (/var/lib/kodi/.kodi/addons/script.transmission/resources/skins/Default/720p/script-Transmission-main.xml) ------
2021-07-27 10:34:29.162 T:571 INFO : Loading skin file: /var/lib/kodi/.kodi/addons/script.transmission/resources/skins/Default/720p/script-Transmission-main.xml, load type: LOAD_ON_GUI_INIT
2021-07-27 10:34:29.516 T:571 DEBUG : [Warning] CGUITextureManager::GetTexturePath: could not find texture 'DialogCloseButton-focus.png'
2021-07-27 10:34:29.517 T:571 DEBUG : [Warning] CGUITextureManager::GetTexturePath: could not find texture 'DialogCloseButton.png'
2021-07-27 10:34:29.586 T:2553 DEBUG : DialogProgress::Open called
2021-07-27 10:34:29.721 T:571 DEBUG : ------ Window Init (DialogConfirm.xml) ------
2021-07-27 10:34:29.787 T:2553 DEBUG <CAddonSettings[script.transmission]>: trying to load setting definitions from old format...
2021-07-27 10:34:30.101 T:571 DEBUG : ------ Window Init (DialogConfirm.xml) ------
2021-07-27 10:34:30.281 T:571 DEBUG : ------ Window Deinit (/var/lib/kodi/.kodi/addons/script.transmission/resources/skins/Default/720p/script-Transmission-main.xml) ------
2021-07-27 10:34:30.281 T:571 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------
2021-07-27 10:34:30.350 T:571 DEBUG : [Warning] CGUITextureManager::GetTexturePath: could not find texture 'DialogCloseButton.png'
2021-07-27 10:34:34.261 T:867 DEBUG : PushCecKeypress - received key b duration 0
2021-07-27 10:34:34.280 T:571 DEBUG : HandleKey: 11 (0x0b, obc244) pressed, action is Select
2021-07-27 10:34:34.480 T:867 DEBUG : PushCecKeypress - received key b duration 219
2021-07-27 10:34:34.559 T:571 DEBUG : ------ Window Deinit (DialogConfirm.xml) ------
2021-07-27 10:34:34.614 T:2553 INFO : CPythonInvoker(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py): script successfully run
2021-07-27 10:34:34.617 T:2553 DEBUG : onExecutionDone(39, /var/lib/kodi/.kodi/addons/script.transmission/default.py)
2021-07-27 10:34:34.673 T:2553 DEBUG : .
2021-07-27 10:34:34.808 T:2553 INFO : Python interpreter stopped
2021-07-27 10:34:34.816 T:2553 DEBUG : Thread LanguageInvoker 1710223488 terminating
2021-07-27 10:34:36.060 T:867 DEBUG : PushCecKeypress - received key b duration 0
2021-07-27 10:34:36.101 T:571 DEBUG : HandleKey: 11 (0x0b, obc244) pressed, action is Select
2021-07-27 10:34:36.131 T:2554 DEBUG : Thread LanguageInvoker start, auto delete: false
2021-07-27 10:34:36.132 T:2554 INFO : initializing python engine.
2021-07-27 10:34:36.132 T:2554 DEBUG : CPythonInvoker(40, /var/lib/kodi/.kodi/addons/script.transmission/default.py): start processing
The text was updated successfully, but these errors were encountered: