-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Error on creation of dynamic image sizes #4915
Comments
I'm suspecting this to be a server-side problem. Do you have any large stack traces in the server logs? (Edit: in my haste, I thought this was riot-web, but the question still applies.) |
[edited to fix log formatting by @richvdh] Hey. no big traces. I put synapse to DEBUG log state but nothing seriousi can see. But Dimension server puts in log:
https://dimension.fablabchemnitz.de//api/v1/dimension/media/thumbnail/t2bot.io/193408b58f5e1eb72d9bea13f23914e6?width=120&height=120&method=scale&animated=true some images are working partially, some completely not so i am guessing this is more related to Dimension instead of Synapse |
Dimension isn't handling the error gracefully, but the fact that synapse is returning M_NOT_FOUND for a thumbnail is the problem. There should be at least something in the synapse logs to highlight the request and what happened though. |
I don't know if it is connected but I get this tracebacks since the last update, the config is mostly the same as vmario89s:
|
@turt2live where do you see @vmario89 please find the "Received request" line in your synapse logs for a URL which doesn't work and share the logs as per https://github.com/matrix-org/synapse/wiki#how-can-i-find-the-lines-corresponding-to-a-given-http-request-in-my-homeserver-log |
Hi @richvdh , the following i found in log. seems to be same behaviour like @L0ric0 has got.
|
thanks. can you share any other log lines for |
hey. this comes before the error entry:
|
Great, thanks. This looks like a duplicate of #2182 so I will close this and add your logs to that issue. |
Showed up when I clicked the links yesterday. Seems fixed now though |
Hi,
in Riot i got the problem that when i want to post a sticker i cannot see the preview images but posting them works:
It seems that the Matrix instance does not accept the option
dynamic_thumbnails
.An example of the image: the first one is not available but the last two are working.
As i understand the option the URL should return an image because Matrix should generate a cached image from source by the request with parameters width/height.
the image thingy worked once without problems but i dont know which point made the breaking change.
regards, Mario
The text was updated successfully, but these errors were encountered: