-
Notifications
You must be signed in to change notification settings - Fork 24
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
Breaks on Mastodon RSS feed #79
Comments
Hey @captn3m0, thanks so much for the bug report! This looks to me like we're definitely "trying too hard" to get RSS content from the web; I think the answer here is for us to have a separate Mastodon provider so that we can parse the (relatively consistent) ActivityPub responses from Mastodon servers. Thoughts? |
I don't understand the "trying too hard" part - given a properly formatted RSS feed, it should parse the feed right? Why doesn't that work? It might be easier to use the Mastodon API if we go down this route, instead of the ActivityPub, which might require too much work. |
I've been trying to use this RSS feed, from an account I run: https://tatooine.club/@dykindia.rss
Relevant config is straight forward:
However, the result is very confusing, since it seems to be getting a noscript tag that's not present in the actual RSS feed.
I've been running goosepaper with docker, so haven't gotten around to debugging it yet.
The text was updated successfully, but these errors were encountered: