lrstanley / deluge-remove-after

daemon for removing torrents from deluge after a specified timeframe
MIT License
0 stars 0 forks source link

Cannot authenticate to deluge #16

Closed bryantlee closed 2 days ago

bryantlee commented 6 days ago

🌧 Describe the problem

I am trying to see if you have suggestions on how to debug this error, I see lots online about the deluge-console needing the right auth files, but since this is a container that is self-contained, im struggling to understand what to try

`deluge-remove-after-deluge-remove-after-1 | {"fields":{"arch":"amd64","commit":"latest","go_version":"go1.21.5","name":"deluge-remove-after","os":"linux","version":"master"},"level":"debug","timestamp":"2024-07-06T00:17:36.384874977Z","message":"logger initialized"} deluge-remove-after-deluge-remove-after-1 | {"fields":{"error":"RPC error BadLoginError('Password does not match')\nTraceback: Traceback (most recent call last):\n File \"/usr/lib/python3.12/site-packages/deluge/core/rpcserver.py\", line 275, in dispatch\n ret = component.get('AuthManager').authorize(*args, **kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.12/site-packages/deluge/core/authmanager.py\", line 121, in authorize\n raise BadLoginError('Password does not match', username)\ndeluge.error.BadLoginError: Password does not match\n"},"level":"fatal","timestamp":"2024-07-06T00:17:36.435863022Z","message":"unable to connect to deluge daemon"}

`

⛅ Expected behavior

Unsure, never gotten it to wokr

🔄 Minimal reproduction

No response

💠 Version: deluge-remove-after

latest

🖥 Version: Operating system

linux/other

⚙ Additional context

No response

🤝 Requirements

bryantlee commented 6 days ago

I will add that the password seems to work elsewhere, and i have enabled remote connections in deluge config.

bryantlee commented 2 days ago

Figured it out - issue on my end!