-
Notifications
You must be signed in to change notification settings - Fork 48
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
Web feed polling: better error handling #1202
Comments
Is there any way to manually request a re-poll if a user has reason to believe an error has caused polling to stop/never start, and the user believes the error to be repaired? |
Sure! Just let me know which site here, I can kick it. |
https://zipmartini.photography I apologize, I didn't realize a path couldn't be set; the application/rss+xml tag I set on the index.html should do the trick. |
@ZipMartini sure! And agreed! Next step is to switch your Atom |
Also I've made the web site form at https://fed.brid.gy/#enter-web-site now re-poll, so feel free to use that to test once you've updated your feed! |
That seemed to work! Well, at least on the Bluesky end; there are no posts going out to the Fediverse. That's probably because I'm using my own domain name. I'm sure I screwed something up setting up that .htaccess file (although it's pretty much verbatim what's in the Apache example). I notice that every time I pull up my Fediverse profile, it then redirects back to my website. I probably shouldn't be trying anything this advanced... just wait until I try selfhosting a PixelFed instance on this thing. |
Bridgy Fed only delivers posts to fediverse instances where you have at least one follower: https://fed.brid.gy/docs#only+delivers
If you're loading a remote URL directly on an instance where you're not logged in, eg https://mastodon.social/@[email protected] , then yeah, that's just what many fediverse servers do. Try searching for @[email protected] on an instance where you're logged in and then click on the profile in the search results. |
Ah, I should have read the docs more closely, my bad. |
Depends on the fediverse server, but often sadly yes: https://fed.brid.gy/docs#Mastodon+currently+shows |
This is largely fixed, and also if a site isn't polling, entering it into https://fed.brid.gy/web-site now recreates the poll task. |
Right now, when we fetch and process an RSS/Atom feed, there are a number of classes of errors that will stop us from polling it in the future. We also don't create a poll task if we have trouble creating a user object and then later create it ok. We need to be better about adding the next poll-feed task in those cases.
The text was updated successfully, but these errors were encountered: