Folo
Folo copied to clipboard
[API][atom] invalid feed description
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
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!)
This is the same as https://github.com/RSSNext/Follow/issues/690. It should have been fixed.