Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not connect to transmission #2

Open
BadderBlackBart opened this issue Jul 27, 2021 · 4 comments
Open

Could not connect to transmission #2

BadderBlackBart opened this issue Jul 27, 2021 · 4 comments

Comments

@BadderBlackBart
Copy link

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
Copy link
Owner

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

@BadderBlackBart
Copy link
Author

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

@basilgello
Copy link
Owner

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

@BadderBlackBart
Copy link
Author

The system has the 3.9.6 version installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants