Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

voiprestservlet is broken #5327

Closed
richvdh opened this issue Jun 3, 2019 · 1 comment
Closed

voiprestservlet is broken #5327

richvdh opened this issue Jun 3, 2019 · 1 comment

Comments

@richvdh
Copy link
Member

richvdh commented Jun 3, 2019

suspect this was during the kill-off-v2 refactor:

2019-06-03 17:22:23,223 - synapse.http.server - 112 - ERROR - GET-73899- Failed handle request via 'VoipRestServlet': <XForwardedForRequest at 0x7f2d4e05dfd0 method='GET' uri='/_matrix/client/r0/voip/turnServer' clientproto='HTTP/1.1' site=8008>
Traceback (most recent call last):
  File /opt/synapse/synapse/synapse/http/server.py, line 81, in wrapped_request_handler
    yield h(self, request)
  File /opt/synapse/synapse/synapse/http/server.py, line 316, in _async_render
    callback_return = yield callback(request, **kwargs)
  File /opt/synapse/env3/lib/python3.5/site-packages/twisted/internet/defer.py, line 1418, in _inlineCallbacks
    result = g.send(result)
  File /opt/synapse/synapse/synapse/rest/client/v1/voip.py, line 35, in on_GET
    requester = yield self.auth.get_user_by_req(
AttributeError: 'VoipRestServlet' object has no attribute 'auth'
@richvdh
Copy link
Member Author

richvdh commented Jun 3, 2019

think this is a regression, so marking as a release-blocker

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants