basilgello / Transmission-Control-Panel

The control panel add-on for Transmission Bittorrent client for Kodi 19.0 "Matrix" and newer versions
MIT License
6 stars 3 forks source link

Could not connect to transmission #2

Open BadderBlackBart opened 3 years ago

BadderBlackBart commented 3 years ago

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

basilgello commented 3 years ago

What happens if addon settings directory is removed? i.e /var/lib/kodi/.kodi/userdata/addon_data/script.transmission ?

BadderBlackBart commented 3 years ago

No change. I keep getting the same error. I tried putting in a username and password as a test but it changes nothing.

basilgello commented 3 years ago

I cant reproduce it with Python 3.9.2. But I assume Arch has 3.10 alreasy?

BadderBlackBart commented 3 years ago

The system has the 3.9.6 version installed