Skip to content
New issue

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

[API][atom] invalid feed description #493

Closed
2 of 4 tasks
xc2 opened this issue Sep 19, 2024 · 2 comments
Closed
2 of 4 tasks

[API][atom] invalid feed description #493

xc2 opened this issue Sep 19, 2024 · 2 comments

Comments

@xc2
Copy link
Contributor

xc2 commented Sep 19, 2024

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

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • 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!)
Copy link

linear bot commented Sep 19, 2024

@hyoban
Copy link
Member

hyoban commented Oct 22, 2024

This is the same as #690. It should have been fixed.

@hyoban hyoban closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants