Ashinch / ReadYou

An Android RSS reader presented in Material You style.
GNU General Public License v3.0
5.11k stars 202 forks source link

Flow page does not properly display image links with HTML escape characters #866

Open Leo-Aug opened 2 weeks ago

Leo-Aug commented 2 weeks ago

1. Environment

2. Describe the bug

In the flow page, some RSS items have escape characters in their image links. These pictures are not displayed correctly in the flow page:

Screenshot_2024-11-07-09-17-40-985_me.ash.reader.jpg

I use tiny tiny rss as my server, I can see warning in my backend:

Undefined array key 1
1. classes/Handler_Public.php(758): ttrss_error_handler(Undefined array key 1, classes/Handler_Public.php)
2. public.php(49): cached()

Forwarded For: ****
Forwarded Protocol: https
Remote IP: ****
Request URI: /public.php?op=cached&file=images/e7ac1d48a7bcc95006b095d6782beda581b2780c
User agent: ReadYou/0.10.1(25)

The correct url should be:

/public.php?op=cached&file=images/e7ac1d48a7bcc95006b095d6782beda581b2780c
Leo-Aug commented 2 weeks ago

Maybe this is duplicate of #824.