Hi I have created a rss generator for my web site; it is http://www.rordirectory.com/rss The feed displays correctly; but when I try to subscribe from my yahoo account, after entering the feed url, I get the following message :- "There was a problem subscribing to the following feeds. Please try again later" what am I doing wrong? thanks -- Posted via http://www.ruby-forum.com/.
ror directory wrote:> Hi > I have created a rss generator for my web site; it is > http://www.rordirectory.com/rss > The feed displays correctly; but when I try to subscribe from my yahoo > account, after entering the feed url, I get the following message :- > > "There was a problem subscribing to the following feeds. Please try > again later" > > what am I doing wrong?The feed doesn''t display correctly for me. I get an XML Parsing Error. Have you checked you feed on the feed validator? http://feedvalidator.org/ It doesn''t think you have a valid feed either. It also tells you why. -- Ray
ror directory
2006-Jun-09 06:06 UTC
[Rails] Re: RSS Generator - Can not subscribe from yahoo
thank u for your help! I fixed my problem; I had <html> tags Ray Baxter wrote:> ror directory wrote: >> Hi >> I have created a rss generator for my web site; it is >> http://www.rordirectory.com/rss >> The feed displays correctly; but when I try to subscribe from my yahoo >> account, after entering the feed url, I get the following message :- >> >> "There was a problem subscribing to the following feeds. Please try >> again later" >> >> what am I doing wrong? > > The feed doesn''t display correctly for me. I get an XML Parsing Error. > > Have you checked you feed on the feed validator? > http://feedvalidator.org/ > > It doesn''t think you have a valid feed either. It also tells you why. > > -- > > Ray-- Posted via http://www.ruby-forum.com/.