{{{
Error calling method `auth.change_password`: Unicode-objects must be
encoded before hashing
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3262>
Deluge <http://deluge-torrent.org/>
Deluge Project
Comment (by Cas):
Full backtrace:
{{{
12:36:26 [ERROR ][deluge.ui.web.json_api :1418] Unicode-objects must
be encoded before hashing
Traceback (most recent call last):
File "/home/calum/projects/deluge/deluge/ui/web/json_api.py", line 160,
in _handle_request
result = self._exec_local(method, params, request)
File "/home/calum/projects/deluge/deluge/ui/web/json_api.py", line 122,
in _exec_local
return meth(*params)
File "/home/calum/projects/deluge/deluge/ui/web/auth.py", line 219, in
change_password
return self._change_password(new_password)
File "/home/calum/projects/deluge/deluge/ui/web/auth.py", line 201, in
_change_password
s = hashlib.sha1(salt)
TypeError: Unicode-objects must be encoded before hashing
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3262#comment:1>
Comment (by Cas):
Fixed in develop [632089940c]
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3262#comment:2>
* status: new => closed
* resolution: => Fixed
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3262#comment:3>