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 has been archived by the owner on Apr 26, 2024. It is now read-only.
In the browser's dev tools it looks like the request didn't actually complete and is locked into a "Stalled" state:
The request is separately also displayed as "failed" though:
instrument.js:144 GET https://element.ems.host/_matrix/client/v1/rooms/!aREzkHGCDRZFBtnnxx%3Aone.ems.host/relations/%24Y0_WGya6JZSpb98hrg9iqP6inbHHIrdST8TuenbmyKU/m.replace/m.room.encrypted?limit=1 net::ERR_FAILED
(anony
Oh, its worth noting that the workers on matrix.org HS that service those requests have been overloaded recently, so that could be a cause of slow requests.
This was on element.io but I'm not able to reproduce it again this morning. The timestamps would have been shortly before the time I opened this issue. Unless that's helpful, feel free to close this issue and I'll come back with timestamps if I see it again.
I can't see anything in the graphs to suggest that anything was going wrong at that point. If you do have a specific request + timestamp combo then we can go and have a look at that specific request.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
As part of investigating element-hq/element-web#25479 / https://github.com/matrix-org/element-web-rageshakes/issues/21713, I've noticed that requests to fetch events and relations in the affected room appear are failing for no apparent reason.
Here are examples of requests that failed:
https://element.ems.host/_matrix/client/r0/rooms/!aREzkHGCDRZFBtnnxx%3Aone.ems.host/event/%242IxstC5MW8GXED7OJFFoW9d9njGHL13JsSqGq42ejYA
https://element.ems.host/_matrix/client/v1/rooms/!aREzkHGCDRZFBtnnxx%3Aone.ems.host/relations/%24BIGtDHogyvgyOEOoJV0rCGYaBj1v1RMfs3y9E9kbH8M/m.replace/m.room.encrypted?limit=1
In the browser's dev tools it looks like the request didn't actually complete and is locked into a "Stalled" state:
The request is separately also displayed as "failed" though:
Steps to reproduce
I wasn't able to consistently reproduce it but it does happen fairly frequently on retrying.
Homeserver
element.io / element.ems.host
Synapse Version
1.84.1
Installation Method
I don't know
Database
I don't know
Workers
I don't know
Platform
I don't know
Configuration
I don't know
Relevant log output
No response
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: