-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
No longer recognizing reddit RSS feeds #83
Comments
I remember when I first put the application together that Reddit didn't like it unless I setup a custom user-agent. They're a bit strict about blocking access. So there's an obvious suspicion that the feed-request is just getting blocked/filtered/broken at their side. Can you download the feed(s) with curl, successfully? If it's broken for everything then it's clearly their fault. If you can download via curl, but not via the app then it might be something I can fix. For what it's worth my own feed (of "private inbox" messages) continues to work so it might not necessarily be something that is globally broken. |
Oddly, wget works just fine, but when I use curl, I get:
So, is there someway for me to put a sleep before/after a call to reddit? Thanks! |
BTW:
|
Then I'd probably suggest they're using the
As for sleeping between feed-requests? I'm afraid not, though it does seem like something that could be added. I could add:
That would give a ten second sleep before fetching the first feed, and a twenty-second delay before the second. Added that in #84 - along with a simple heuristic that adds a delay automatically if the feed being fetched is from the same hostname as the previous request. So assuming your feed contains:
you won't need to make any config-file changes, it'll delay automatically. |
Added support for a per-feed `sleep` setting, which can force a sleep after making a feed-request. This was inspired by #83.
So, using the version 2.5, it is still not working for me on reddit. :(
Which hopefully would be working with the delay and the user-agent string, but still no joy:
Any thought, or should I go look for something to build custom RSS feed for my reddit feeds? Thanks, |
I'm sorry to hear that the recent delay didn't help, nor the user-agent switch. Using some other wrapper, to fetch feeds from reddit, and present anew which you can then fetch locally should work - but I admit I'm not really too sure what options are out there, or how likely they are to get blocked in the future either. (Feedburner?) But for this project I'm not sure there's any more useful changes I can make - I could add our version number to the default user-agent, but nothing else comes to mind. |
This started in the last day or two for me. I am using the latest release version release-2.4.
When trying to run, I get:
And so on for all my reddit entries.
Any thoughts?
The text was updated successfully, but these errors were encountered: