Shoutbox

RSS Feed error = no LiveMessage - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: RSS Feed error = no LiveMessage (/showthread.php?tid=43163)

RSS Feed error = no LiveMessage by linx05 on 04-19-2005 at 10:09 AM

Ok, I have been having problems getting LiveMessage to work. I have tried emailing them but they said my RSS feed has errors in it.

I use RSS Builder and other people say it works fine for them.

Is it a server issue? Is there something wrong with the server I have the feed on. As you can see by the help link it gave me, it made me think it was a server issue.

Can anybody help me? I've been trying to work out how to fix it for ages...


RE: RSS Feed error = no LiveMessage by RaceProUK on 04-19-2005 at 11:03 AM

quote:
Originally posted by Feed Validator
Feeds should not be served with the "application/octet-stream" media type
Try changing the MIME-type to 'text/xml'.
RE: RSS Feed error = no LiveMessage by linx05 on 04-20-2005 at 04:07 AM

errrm how do I do that? lol

Trying to google it but I've been getting all the wrong sites...


RE: RSS Feed error = no LiveMessage by RaceProUK on 04-20-2005 at 11:08 AM

What hosting have you got?


RE: RSS Feed error = no LiveMessage by -dt- on 04-20-2005 at 11:13 AM

if its php add this to the top of your php document like..

code:
<?php
Header ("Content-type: text/xml");
?>


RE: RSS Feed error = no LiveMessage by linx05 on 04-21-2005 at 10:14 AM

quote:
Originally posted by raceprouk
What hosting have you got?
It isn't php. It is hosted on my ISPs server. So strictly html files and such.
RE: RSS Feed error = no LiveMessage by segosa on 04-21-2005 at 03:19 PM

It would help if you took the two minutes it takes to learn RSS syntax instead of using some program like RSSBuilder.


RE: RSS Feed error = no LiveMessage by RaceProUK on 04-21-2005 at 06:12 PM

quote:
Originally posted by linx05
quote:
Originally posted by raceprouk
What hosting have you got?
It isn't php. It is hosted on my ISPs server. So strictly html files and such.
Is the RSS file you upload .xml? If so, your ISP is delivering this as application/octet-stream, so basically either:
  • Upload it as HTML with an <?xml?> header
  • Move to a different webhost

RE: RSS Feed error = no LiveMessage by linx05 on 04-22-2005 at 01:46 PM

Thanks raceprouk. I've tried everything but nothing work. Looks like I'll have to find a different host just for the RSS feed.

Thanks!