-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Most images don't load using 0.13.8 #3425
Comments
This comment was originally posted by @makidoll at matrix-org/dendrite#3425 (comment). Seems like images might be coming through now on multiple devices. Maybe it's related to some sort of cache in Dendrite |
This comment was originally posted by @makidoll at matrix-org/dendrite#3425 (comment). This is still happening. Every time I restart any client, all images are lost but over time they start to appear. Very strange |
This comment was originally posted by @makidoll at matrix-org/dendrite#3425 (comment). matrix-org/dendrite#3424 might have helped but still not fully fixed |
This comment was originally posted by @makidoll at matrix-org/dendrite#3425 (comment). Seems like the fix is to just refresh element a few times and the image requests slowly turn from content-type json to jpeg |
This comment was originally posted by @S7evinK at matrix-org/dendrite#3425 (comment). https://github.com/matrix-org/dendrite/blob/6cd1285ca0276bebd407110c37031bc4622f0b79/mediaapi/routing/routing.go#L204 |
This comment was originally posted by @pat-s at matrix-org/dendrite#3425 (comment). Since some weeks I also have this issue. Not exactly sure when it started, but reverting to 0.13.7 didn't help. I see the following in the logs:
seems like dendrite is failing to query images from other servers? Did something change for synapse-based installations so that the path is now different? For the above, the queried path doesn't seem to exist on the server:
EDIT: In my case it was likely a different issue and solved by matrix-org/dendrite#2954 (comment). |
This comment was originally posted by @sleroq at matrix-org/dendrite#3425 (comment).
Seems like there is a limit on the number of thumbnails server able to generate at the same time. For me it's 5. When you refresh, browser won't download cached ones and eventually you load everything. On the server it looks like this: Details
|
This issue was originally created by @makidoll at matrix-org/dendrite#3425.
Background information
go version
:sh: go: not found
Description
I've tried resetting all my clients too. Example below returns
Content-Length: 144
withContent-Type: application/json
without data. Couldn't find any relevant logs either.Steps to reproduce
See images below
The text was updated successfully, but these errors were encountered: