mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-29 07:38:33 -04:00
Merge pull request #2277 from matrix-org/erikj/media
Throw exception when not retrying when downloading media
This commit is contained in:
commit
a09e09ce76
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class MediaRepository(object):
|
|||
raise
|
||||
except NotRetryingDestination:
|
||||
logger.warn("Not retrying destination %r", server_name)
|
||||
raise SynapseError(502, "Failed to fetch remote media")
|
||||
except Exception:
|
||||
logger.exception("Failed to fetch remote media %s/%s",
|
||||
server_name, media_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue