Skip to content
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

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

Open
Leo-Aug opened this issue Nov 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Leo-Aug
Copy link

Leo-Aug commented Nov 7, 2024

1. Environment

  • Device: [Xiaomi 14]
  • OS: [Hyper OS/Android 14]
  • APP: [0.10.1]

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 Leo-Aug added the bug Something isn't working label Nov 7, 2024
@Leo-Aug
Copy link
Author

Leo-Aug commented Nov 7, 2024

Maybe this is duplicate of #824.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant