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