Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stopped getting new events from room, can't rejoin it #1760

Open
zephryn opened this issue Feb 9, 2021 · 2 comments
Open

stopped getting new events from room, can't rejoin it #1760

zephryn opened this issue Feb 9, 2021 · 2 comments
Labels
F-State-Res T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.

Comments

@zephryn
Copy link

zephryn commented Feb 9, 2021

Background information

  • Dendrite version or git SHA: still on 0.3.8
  • Monolith or Polylith?: monolith
  • SQLite3 or Postgres?: sqlite3
  • Running in Docker?: nope
  • go version: 1.15.8 linux/amd64

Description

a few days ago i noticed that a room i was in wasn't receiving new events.

when trying to leave the room, i get the following error:

Error leaving room
User "(matrix account)" is not a member of room "(id of room i can't join)"

attempting to rejoin the room returns a different error:

InputRoomEvents auth failed: eventauth: eventauth: "(matrix account)" is not allowed to change their membership from "leave" to "join"

this message is similar to the one shown in issue #1023.

trying to rejoin also produces these logs server-side:

level=error msg="helpers.CheckAuthEvents failed for event, rejecting event" func="processRoomEvent\n\t" file=" [github.com/matrix-org/dendrite/roomserver/internal/input/input_events.go:106]" auth_event_ids="[(event id)]" error="eventauth: \"(matrix account)\" is not allowed to change their membership from \"leave\" to \"join\"" event_id="(event id)"
level=info msg="Error authing soft-failed event" func="processRoomEvent\n\t" file=" [github.com/matrix-org/dendrite/roomserver/internal/input/input_events.go:120]" error="eventauth: \"(matrix account)\" is not allowed to change their membership from \"leave\" to \"join\"" event_id="(event id)" room="(id of room i can't join)" type=m.room.member
http: TLS handshake error from (client-side ip goes here): EOF
@zephryn
Copy link
Author

zephryn commented Apr 19, 2021

short update on this issue: these room errors came and went for a while in two rooms i was in and have not reoccurred for about a month now. not sure if the issue was resolved with a new release or if it just happened to go away after some time.

@kegsay
Copy link
Member

kegsay commented Jul 9, 2021

Possibly related: #1662

@kegsay kegsay added T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. F-State-Res and removed bug labels Dec 5, 2022
S7evinK added a commit that referenced this issue Oct 23, 2023
danpe pushed a commit to globekeeper/dendrite that referenced this issue Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-State-Res T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Projects
None yet
Development

No branches or pull requests

3 participants