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
{{ message }}
This repository was archived by the owner on Aug 12, 2023. It is now read-only.
After latest upgrades, I can no longer connect to transmission. When I test it (on "Download Clients" page), I get the the following log error:
INFO [2023-02-12 06:02:03,810] core.downloaders.Transmission.test_connection.18: Testing connection to Transmission. ERROR [2023-02-12 06:02:03,811] core.downloaders.Transmission.test_connection.35: Unable to connect to TransmissionRPC. Traceback (most recent call last): File "/mnt/HDD/extensions/watcher/core/downloaders/Transmission.py", line 26, in test_connection client = transmission_rpc.Client(host, port, user=user, password=password) TypeError: __init__() got an unexpected keyword argument 'user'Reverted back to old watcher version cd5b4db (w/ python 3.7) for now, but I'd like to use the newest.