RSSNext / Follow

🧡 Next generation information browser.
https://follow.is
GNU General Public License v3.0
15.99k stars 679 forks source link

[API][atom] invalid feed description #493

Closed xc2 closed 2 weeks ago

xc2 commented 1 month ago

Describe the bug

I was importing an atom URL and found the description in the result is not string but {"$":{"type":"text"}} which crashed the discover page

image

Feed Info

https://www.xuezhao.space/feed/atom/

Unexpected field

data[0].feed.description is

{
  "$": {
    "type": "text"
  }
}

Reproduction Video

No response

App Type

Web

Version

0.0.1-alpha.13

Operating System

Windows 11

Browser Info

No response

Validations

Contributions

linear[bot] commented 1 month ago

FOL-199 [API][atom] invalid feed description

hyoban commented 2 weeks ago

This is the same as https://github.com/RSSNext/Follow/issues/690. It should have been fixed.