tel8618217223380 / dropthings

Automatically exported from code.google.com/p/dropthings
0 stars 0 forks source link

RSS widget cannot load some feeds (example slashot) #212

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add feed: http://rss.slashdot.org/Slashdot/slashdotGames 

Please provide any additional information below.

The problem happens in file RssHelper.cs
feed.Element("channel") returns null.

   if (feed.Element("channel") != null)
...

Original issue reported on code.google.com by lanswee...@gmail.com on 17 Jun 2011 at 8:02