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
Currently if federated media takes too long to download, the media repo responds with Replying with result: *_responses.ErrorResponse &{Code:M_UNKNOWN Message:Unexpected Error InternalCode:M_UNKNOWN}, which somewhat masks the true cause which is that upstream is slow. This would aid debugging issues where users report 500 errors on media, which often are the result of other homeserver issues.
The text was updated successfully, but these errors were encountered:
Half-Shot
changed the title
Specific error code / message for upstream timeouts
Specific error code / message for federated download timeouts
Aug 13, 2024
Currently if federated media takes too long to download, the media repo responds with
Replying with result: *_responses.ErrorResponse &{Code:M_UNKNOWN Message:Unexpected Error InternalCode:M_UNKNOWN}
, which somewhat masks the true cause which is that upstream is slow. This would aid debugging issues where users report 500 errors on media, which often are the result of other homeserver issues.The text was updated successfully, but these errors were encountered: