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 Apr 26, 2024. It is now read-only.
File "/home/matrix/.synapse-py3/lib/python3.6/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
result = g.send(result)
File "/home/matrix/synapse/synapse/rest/consent/consent_resource.py", line 148, in _async_render_GET
self._check_hash(username, userhmac)
File "/home/matrix/synapse/synapse/rest/consent/consent_resource.py", line 232, in _check_hash
if not compare_digest(want_mac, userhmac):
builtins.TypeError: a bytes-like object is required, not 'str'