Skip to content
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

URL no longer links to RSS-feed #74

Closed
stevewhitmore opened this issue Dec 3, 2015 · 2 comments
Closed

URL no longer links to RSS-feed #74

stevewhitmore opened this issue Dec 3, 2015 · 2 comments

Comments

@stevewhitmore
Copy link

I noticed the RSS feed I have set up on a website I'm working on for my firm no longer displays RSS content. I was doing jQuery updates on the site so I reverted it to an older version (+1 week old when feed was still showing up) to see if I was causing a conflict but the issue remained. I tried setting up the feed in a different environment but keep getting the "jQuery RSS: url doesn't link to RSS-Feed" error message. I've also tried using different feeds from different sites but run into the same issue.

Do you know what could have changed in the last 48 hours that would cause this? I've got it set up in a test environment here. The .rss() function gets called in script.js and I put a few print statements inside jquery.rss.js to try and debug the issue but I'm not having much luck.

Any help would be greatly appreciated!

@stevewhitmore stevewhitmore changed the title Throws error now when trying to run getJSON URL no longer links to RSS-feed Dec 3, 2015
@sdepold
Copy link
Owner

sdepold commented Dec 3, 2015

Hi @stevewhitmore,

did which version of jqueryrss are you running? Is it possible that you didn't update in a while and still run a version < 3.0 ? If that's the case, you experience the shutdown of the google feed api which is deprecated since the beginning of the year. Please upgrade jquery.rss to use the sort-of drop-in replacement that I wrote and which is used by jquery-rss 3.0+. Please note that you can also host the server on your own: https://github.com/sdepold/feedrapp

@stevewhitmore
Copy link
Author

Thanks for your quick reply @sdepold. I think we're good to go now. I appreciate the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants