Google Reader not showing any RSS items!

  • Thread starter Thread starter Zeb
  • Start date Start date
Z

Zeb

Hi all.

I've got some RSS feeds that are built on request. They work fine in a
browser, in FeedReader and in Outlook.

But recently (within the last few weeks I think), google reader has
started to show no results whatsoever for these feeds.

Has anyone else come across this before? In the last few weeks I added
proper html to the feeds (proper unordered lists with images for
bullets). Could this be related?


Thanks,

Matt
 
I've got some RSS feeds that are built on request. They work fine in a
browser, in FeedReader and in Outlook.

But recently (within the last few weeks I think), google reader has
started to show no results whatsoever for these feeds.

Has anyone else come across this before? In the last few weeks I added
proper html to the feeds (proper unordered lists with images for
bullets). Could this be related?

Well, it could be - but I'm not sure how it's related to C#. It would
probably be worth asking in a group related to Google reader.

Jon
 
Well, it could be - but I'm not sure how it's related to C#. It would
probably be worth asking in a group related to Google reader.

Jon

Okay. I'll try that, thanks.

I posted it here because I wrote the RSS feed handler in C# and
figured it's the sort of thing that would be encountered by C#
coders! :)
 
Okay. I'll try that, thanks.

I posted it here because I wrote the RSS feed handler in C# and
figured it's the sort of thing that would be encountered by C#
coders! :)

Not really - it'll entirely depend on what the output of your script
is, and while that's *controlled* by C#, it's not likely to be a C#
issue.

If you work out what you're meant to write out to get it to work, and
then have a hard time getting the C# to actually produce that output,
*then* it's entirely reasonable to ask here :)

Jon
 
Not really - it'll entirely depend on what the output of your script
is, and while that's *controlled* by C#, it's not likely to be a C#
issue.

If you work out what you're meant to write out to get it to work, and
then have a hard time getting the C# to actually produce that output,
*then* it's entirely reasonable to ask here :)

Jon

Apologies. I wasn't claiming it was a C# issue at all. Just thought
that other C# coders may have come across the same issue with Google
Reader. I've posted in their group now, so hopefully it should yield
some answers. Thanks for pointing me in the right direction :)
 
Back
Top