seazon / FeedMe

The documents and forum of FeedMe
1.19k stars 27 forks source link

Images not shown #686

Open molecula2788 opened 6 months ago

molecula2788 commented 6 months ago

For some feeds (reddit for example) images are not shown, but a broken image icon is shown instead.

I've also noticed that if I tap the broken image icon, the image url is shown as beginning with feedme://showImage/..., as opposed to a feed where images work, where the url is file:///storage/....

Screenshot_20240312-120428

seazon commented 6 months ago

'feedme://showImage' is the value before download, 'file://' means downloaded. Maybe failed to download the image.

molecula2788 commented 6 months ago

Is there a way to debug how this might have happened?

Undomeno commented 6 months ago

Same problem here

seazon commented 6 months ago

Is there a way to debug how this might have happened?

Check the imge is valid or not

molecula2788 commented 6 months ago

Check the imge is valid or not

Yes, if I take the url and remove the feedme://showImage part, the resulting url points to a valid image. Also, the image is displayed correctly in the freshrss web interface.

MarkLuk commented 3 months ago

I've set up FreshRSS today with FeedMe as an Android client. I have the same issue on almost all of my feeds. If I click the broken image icon, the image opens fine in the browser. I've tried to configure an image proxy on my domain (all images are coming from the same domain), but it didn't solve the issue.

molecula2788 commented 3 months ago

I think I found a workaround: it works if you set Download web page at sync to Disabled for that feed.

MarkLuk commented 3 months ago

I think I found a workaround: it works if you set Download web page at sync to Disabled for that feed.

Unfortunately, no impact on my side. Still no images.

molecula2788 commented 3 months ago

I think it won't work for articles that have been already downloaded, but in my tests it works for future ones.

matt-parish commented 2 months ago

I have this issue from a FreshRSS backend. molecula2788's workaround partially solves it for me, but I then still have to sync a couple of times to actually get images downloaded, and sometimes the images appear in the list view, but not in the actual article.

If there's anything I can do to help debug, happy to do so.

seazon commented 2 months ago

please try 4.2.9 Note: This version will affect the display of downloaded images. Please clear cache and resynchronize after updating the version for a better experience.