seazon / FeedMe

The documents and forum of FeedMe
1.26k stars 28 forks source link

[BUG] 标签 blockquote 内的内容无显示,同步列表偶见随机一篇标题出现&#XXXX形式的编码 #249

Closed wuhgit closed 2 years ago

wuhgit commented 4 years ago

最近发现一个问题,如果订阅的文章有 blockquote 这样的引用内容,FeedMe 不会显示里面的内容,而是以一段空白代替。

我做了一个测试,新建了如下的内容作为新的文章内容进行复现:

<item>
<title>blockquote 测试</title>
<author>测试</author>
<description>&lt;p&gt;blockquote 显示测试:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;内容第一行;&lt;/p&gt;&lt;p&gt;内容第二行;&lt;/p&gt;&lt;p&gt;内容最后一行。&lt;/p&gt;&lt;/blockquote&gt;</description>
<link></link>
<guid isPermaLink="false">test_202010220933</guid>
<pubDate>Thu, 22 Oct 2020 09:24:21 +0800</pubDate>
</item>

这篇内容在 Inoreader 网页端可以正常显示,但在 FeedMe 中,只有 <p>blockquote 显示测试:</p> 有内容,后续为引用标签内容则是大段的空白。

FeedMe 版本是 3.17.1 Android 版本是 11 (2020-10-05安全更新)

hdhoang commented 3 years ago

hi, this is also happening on Android 10 gplay beta channel (inoreader account, all feeds affected). Hope you have time to look into it.

Thanks for the awesome features combination.

MoriTanosuke commented 3 years ago

Same problem with v3.17.1 on Android 11 and my feeds from a ttrss instance.

wuhgit commented 3 years ago

另一个问题,最近在同步文章列表的时候,有一定机率会有某一篇文章的标题变成&#XXXX形式的编码,但点击进去阅读正文的时候标题显示正常

升级到 3.17.2 后仍旧没解决blockquote的问题,加上我刚刚提到的标题乱码,这是不是 Inoreader 那边的 API 出现了变动?

Another problem is that when synchronizing the article list recently, there is a certain chance that the title of an article will be encoded in the form of &#XXXX, but the title is displayed normally when I click to read the content.

After upgrading to 3.17.2, the blockquote problem is still not resolved, and the garbled title problem just mentioned. Is this the API of Inoreader changed?

seazon commented 3 years ago
hdhoang commented 3 years ago

thank you, 3.17.3 apk works for bq

MoriTanosuke commented 3 years ago

Fixed for me too. Thanks a lot. 👍

wuhgit commented 3 years ago

Thanks! blockquote fixed! I'll close this issue.

wuhgit commented 3 years ago
* backquote fixed in `3.17.3`.

* checking `&#xxx;` issue

@seazon

最近几天通过某新闻事件发现了规律,如果标题中含有 & 这个符号,就会造成标题变成 &#XXXX 形式的编码,不知道这是否有助于排查问题所在。

In recent days, I discovered through a news event that if the title contains the & symbol, it will cause the title to become a code in the form of &#XXXX. I don’t know if this helps to troubleshoot this problem.

wuhgit commented 3 years ago

@seazon

突然又想起,上次反馈这个问题一直都忘记附图了 😅 我目前只缓存了500篇文章,这会从里面找到了几个列表标题和正文标题做了一个对应,我猜测应该是某几个符号在列表标题的转义出现了问题

202108161028

seazon commented 2 years ago

If you have new update, reopen it.