-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Seems like images might be coming through now on multiple devices. Maybe it's related to some sort of cache in Dendrite |
This is still happening. Every time I restart any client, all images are lost but over time they start to appear. Very strange |
#3424 might have helped but still not fully fixed |
Seems like the fix is to just refresh element a few times and the image requests slowly turn from content-type json to jpeg |
dendrite/mediaapi/routing/routing.go Line 204 in 6cd1285
Is the only place where we actively set the Content-Type to application/json . I couldn't find a reason why we would return HTTP 200 but still have application/json set, yet.
|
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 #2954 (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
|
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: