PDA

View Full Version : RSS Feed Errors


zygote
01-24-2014, 12:32 AM
Version vBulletin 4.2.2
PHP: 5.2.5

Does anyone know why the rss feed is returning this error
XML Error: Unknown Feed Type at Line 0

Here is the URL
http://api.steampowered.com/ISteamNews/GetNewsForApp/v0002/?appid=730&count=3&maxlength=3&format=xml

And is there a quick fix I can apply, to help weed out any code that might be invalid?

Thanks

ozzy47
01-24-2014, 12:38 AM
Is this a rss for your site, or one from another site?

zygote
01-24-2014, 12:59 AM
the posted RSS Feed is from another site...

Here is the URL
http://api.steampowered.com/ISteamNews/GetNewsForApp/v0002/?appid=730&count=3&maxlength=3&format=xml

ozzy47
01-24-2014, 01:01 AM
Yeah there is no way to stop errors like that, they happen randomly. I would just set the feed up, and let it run on it's own, and see if they actually post in the forum you designate.

RichieBoy67
01-24-2014, 01:01 AM
So it is just this feed? Other feeds work?
I have mine set up like this

Yoursite title Feeds - Your source for what ever your site is!

{feed:description}
{rss:content:encoded}

More... ({feed:link})

ozzy47
01-24-2014, 01:04 AM
So it is just this feed? Other feeds work?

I have seen this happen with various feeds, but it only seems to show up when you set the feed up, or edit it, and then click on preview. If you just set it and let it run, most of the time it works.

It in not something in vB causing it, it is something in the feed that is the issue, but like I said, generally letting it run, works.

zygote
01-24-2014, 01:11 AM
So it is just this feed? Other feeds work?
I have mine set up like this

Yoursite title Feeds - Your source for what ever your site is!

{feed:description}
{rss:content:encoded}

More... ({feed:link})All other feeds work fine but this one.
--

Also if I Run Scheduled Task Now.
RSS Poster Robot
News XML Error: Unknown Feed Type at line 0
then halts

ozzy47
01-24-2014, 01:13 AM
Then it is a issue with the feed, nothing you can do about it.

RichieBoy67
01-24-2014, 01:13 AM
Yeah, I have had issues with certain feeds on occasion as well. I just wasn't sure as to the issue and what exactly was happening or if constant.

ozzy47
01-24-2014, 01:16 AM
Rich, you should check out the post on my site to get the full text in the feeds, it is pretty cool, no more short feed posts. :)

zygote
01-24-2014, 01:22 AM
ok thanks, I'll see if I can't work something out.. ;)