Folo icon indicating copy to clipboard operation
Folo copied to clipboard

[API][atom] invalid feed description

Open xc2 opened this issue 1 year ago • 1 comments
trafficstars

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

  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.

Contributions

  • [ ] I am willing to submit a PR to fix this issue
  • [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)

xc2 avatar Sep 19 '24 02:09 xc2

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

hyoban avatar Oct 22 '24 08:10 hyoban