-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fetching from reddit isn't working anymore #10
Comments
@mfeineis Thank you for using the site. Unfortunately I am not able to reproduce the issue. I also checked my analytics on errors, and it has not happened very often over the past month. It would be very helpful if you could provide some additional information. The most hopeful would be a screenshot or a dump of the reddit response. This can be obtained in the debugger tools in chrome or firefox. It should look something like this. If you need any help obtaining this information just let me know! Thanks again. |
Hey there, apparently I've been misremembering that I've tried it in Chrome, where the request succeeds - I'm sorry about that. The issue is that my Firefox's TrackingProtection feature blocks the request: The resource at “https://www.reddit.com/r/elm/new/.json” was blocked because tracking protection is enabled. Hope that helps, cheers! OS: Windows 10 |
Thanks for more info! Unfortunately there are no good options for requesting reddit data differently. The only options would be to use the reddit's API which requires Oauth which requires a client id and a secret key which would require a server side component for elm-news to keep the secret key secret. At this moment, that is too much work to fix this issue. In the mean time, you can disable the tracking protection tracking protection for just elm-news.com as a workaround. I am sorry and realize that this is not ideal. |
Thanks, will do :-) |
Independent of network, browser and machine I am presented with a
Failed to fetch content from reddit
every single time I visit elm-news. Thanks for the site, I'd appreciate that working once again :-).The text was updated successfully, but these errors were encountered: