matrix.to links don't show images #966
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#966
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If one clicks on a matrix.to link, the image doesnt load, see for example my profile.
I'm using firefox, which says "NS_BINDING_ABORTED" (but curl is also unhappy as it returns
{"errcode":"M_INVALID_PARAM","error":"Query parameter width must be an integer"}
).Interesting, given that this is trying to request the image via a Synapse server -
https://matrix-client.matrix.org/_matrix/media/r0/thumbnail/pngn.cc/FYQCHT95bsd9zN9ce2UJTXlACrNnNp8S?width=64&height=64&method=crop
is giving:May be to do with unauthenticated media being disabled - if you tell matrix.to to go via a continuwuity server, you get a 403
matrix.to's media doesn't work after authenticated media was introduced, https://github.com/matrix-org/matrix.to/issues/351
That error sounds... erroneous though, more like a malformed request than anything.
Regardless, I visited the matrix.to link you sent and changed my preview server to one with unauthenticated media enabled, and it loaded fine: https://matrix.transgender.ing/_matrix/media/r0/thumbnail/pngn.cc/FYQCHT95bsd9zN9ce2UJTXlACrNnNp8S?width=64&height=64&method=crop.