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

500 Internal Server Error: Failed handle request via 'GroupRoomServlet' #4786

Closed
jo-so opened this issue Mar 3, 2019 · 2 comments
Closed
Labels
z-bug (Deprecated Label) z-p2 (Deprecated Label)

Comments

@jo-so
Copy link

jo-so commented Mar 3, 2019

Description

synapse.http.server: [GET-46332] Failed handle request via 'GroupRoomServlet': <XForwardedForRequest at 0x7fc86d47c4a8 method='GET' uri='/_matrix/client/r0/gro
Traceback (most recent call last):
  File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/http/server.py", line 81, in wrapped_request_handler
    yield h(self, request)
  File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/http/server.py", line 316, in _async_render
    callback_return = yield callback(request, **kwargs)
  File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
    result = g.send(result)
  File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/rest/client/v2_alpha/groups.py", line 355, in on_GET
    result = yield self.groups_handler.get_rooms_in_group(group_id, requester_user_id)
  File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/handlers/groups_local.py", line 34, in f
    if self.is_mine_id(group_id):
  File "/opt/venvs/matrix-synapse/lib/python3.5/site-packages/synapse/server.py", line 237, in is_mine_id
    return string.split(":", 1)[1] == self.hostname
IndexError: list index out of range

Version information

  • Version: 0.99.2+stretch1
  • Install method: Debian package from matrix.org
  • Platform: Debian stable
@neilisfragile neilisfragile added z-bug (Deprecated Label) z-p2 (Deprecated Label) labels Mar 8, 2019
@richvdh richvdh changed the title Unhandled error: Failed handle request via 'GroupRoomServlet' 500 Internal Server Error: Failed handle request via 'GroupRoomServlet' Jun 18, 2019
@richvdh
Copy link
Member

richvdh commented Mar 19, 2020

is this still a problem?

@richvdh
Copy link
Member

richvdh commented Apr 2, 2020

assuming not.

@richvdh richvdh closed this as completed Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
z-bug (Deprecated Label) z-p2 (Deprecated Label)
Projects
None yet
Development

No branches or pull requests

3 participants