We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was importing an atom URL and found the description in the result is not string but {"$":{"type":"text"}} which crashed the discover page
{"$":{"type":"text"}}
https://www.xuezhao.space/feed/atom/
data[0].feed.description is
data[0].feed.description
{ "$": { "type": "text" } }
No response
Web
0.0.1-alpha.13
Windows 11
The text was updated successfully, but these errors were encountered:
FOL-199 [API][atom] invalid feed description
Sorry, something went wrong.
This is the same as #690. It should have been fixed.
No branches or pull requests
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 pageFeed Info
https://www.xuezhao.space/feed/atom/
Unexpected field
data[0].feed.description
isReproduction Video
No response
App Type
Web
Version
0.0.1-alpha.13
Operating System
Windows 11
Browser Info
No response
Validations
Contributions
The text was updated successfully, but these errors were encountered: