-
Notifications
You must be signed in to change notification settings - Fork 9
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
Not working with Lemmy Communities #14
Comments
I have no experience with Lemmy TBH and I've been focusing solely on Mastodon. |
OK, I had the chance to look intot this! Initially I believed this was a federation issue (i.e., a problem where you wanted to talk to the birb from Lemmy and receive posts via ActivityPub). Now I see this is "simply" about following the feed of a Lemmy community. I looked into the page source of https://lemmy.ml/c/test. It declares an Atom feed like so: That is perfectly legit, but when I try to load it in a browser I get this error instead of the feed: If I remove the query parameter and simply load https://lemmy.ml/feeds/c/test.xml, then I get the Atom feed back. I messaged the birb about it and it returned with the parrot account: https://rss-parrot.net/web/feeds/lemmy.ml.c.test SUMMARY: It appears to me that the feed URL embedded in the community's page does not work. For now I'm marking this as "not an issue" from RSS Parrot's perspective, but LMK if I'm missing something! |
I am considering removing any query parameters from feed URLs before retrieving them. AFAIK there is no standard convention about using query parameters here, and it seems to me they can be used to "multiply" feeds unnecessarily. Notably, I don't want four different accounts in the Parrot because the same feed can be retrieved ordered by ascending or decscending order, according to two different parameters... |
Tried using rss-parrot on a lemmy community RSS feed and nothing seems to be coming through the bot when I can confirm new posts have come through on an ordinary RSS app (eg, feedly).
The bot: https://rss-parrot.net/web/feeds/lemmy.ml.c.test
The lemmy community: https://lemmy.ml/c/test
Posts made since the bot was created that haven't been posted: https://lemmy.ml/post/10189784 https://lemmy.ml/post/10191680
The two posts above did come through on feedly.
The text was updated successfully, but these errors were encountered: