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

Generated RSS/Atom Feed parsing issues #8

Closed
colinmahns opened this issue Aug 26, 2023 · 4 comments
Closed

Generated RSS/Atom Feed parsing issues #8

colinmahns opened this issue Aug 26, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@colinmahns
Copy link

Observed behavior:
Loading the atom and rss links in browser displayed an error that one of the feed sources had a malformed character:
Screenshot from 2023-08-26 00-53-10

Location: https://feed.dsausa.org/global/atom.xml
Line Number 509, Column 49:
    <id>https://www.dsausa.org/?post_type=blog&p=11440</id>
------------------------------------------------^```

Links:
https://feed.dsausa.org/global/rss20.xml
https://feed.dsausa.org/global/atom.xml

Expected behavior: 
RSS should load in browser and/or be downloaded locally as an .xml file. 
@colinmahns
Copy link
Author

Looks to be related: feedreader/pluto#5 (comment)

@colinmahns
Copy link
Author

@victoria-riley-barnett was able to fix this in #25 and #26. One line fix! Thank you so much.

Both feeds are now generating and displaying without this issue, going to close this out
https://feed.dsausa.org/global/atom.xml
https://feed.dsausa.org/global/rss20.xml
image

@ryantimjohn
Copy link

@colinmahns
Copy link
Author

colinmahns commented Aug 29, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants