-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Broken images being fetched #2
Comments
The problem might be not having |
Thanks for the suggestions @tulir. The image is uploaded correctly to the matrix media folder and I can see it correctly with a image viewing program. Any clue how I could debug this issue? |
Hi, I had the same issue.
curling a different picture (uploaded by me) results in the correct content-type: image/png This only happened on the image sent when using NOTE: I installed python-magic mid-way through, so I don't remember if the second image was loaded correctly because of that. The broken image was still broken after that until I deleted the cache entry. TL;DR: installed python-magic, deleted broken images (empty mime_type) from bot database via the web management tool. |
Hey, it seems that the bot is fetching broken PNG images.
No matter if in the config I have the comics set to display inline or not, the comics are not correctly displayed. It seems that garbage bytes are being added to the fetched PNG file.
The text was updated successfully, but these errors were encountered: