Page 1 of 1

Can't change password

Posted: Wed Jun 12, 2019 1:19 pm
by someguy4
I'm running Deluge 2.0.0-0-201906082034-ubuntu18.04.1 on Unraid 6.6.7
I am unable to change the login password.

Code: Select all

08:11:11 [ERROR ][deluge.ui.web.json_api :168 ] Error calling method `auth.change_password`: Unicode-objects must be encoded before hashing

08:11:11 [ERROR ][deluge.ui.web.json_api :1343] Unicode-objects must be encoded before hashing

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/deluge/ui/web/json_api.py", line 160, in _handle_request
result = self._exec_local(method, params, request)
File "/usr/lib/python3/dist-packages/deluge/ui/web/json_api.py", line 122, in _exec_local
return meth(*params)
File "/usr/lib/python3/dist-packages/deluge/ui/web/auth.py", line 219, in change_password
return self._change_password(new_password)
File "/usr/lib/python3/dist-packages/deluge/ui/web/auth.py", line 201, in _change_password
s = hashlib.sha1(salt)
TypeError: Unicode-objects must be encoded before hashing

Re: Can't change password

Posted: Wed Jun 12, 2019 6:28 pm
by Cas
Fixed in 2.0.3