Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

consent fails under py3 #4136

@richvdh

Description

@richvdh
  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'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions