Invalid livelink in rss prevents all rss links from displaying

Issue #466 duplicate
Former user created an issue

This may be caused by the same bug as 465 but the conditions are different. In this case there is a definite error in the fifth link (a space after a &) but the error should be reported by itself and not prevent the other valid links in the rss from displaying.

Following are the rss, and the log errors {{{ <?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">

<channel> <title>Live TV Networks </title> <link>https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss</link> <description>Network TV streams</description>

<item>
    <title>NBC 82 </title>
    <link>http://link1</link>
    <media:stream url="rtmp://82.192.95.157/live/_definst_4iitvlist" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>
<item>
    <title>NBC 68 </title>
    <link>http://link2</link>
    <media:stream url="rtmp://68.68.30.247/edge/ 2lli5tzxrtt2gc0" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>
<item>
    <title>CBS </title>
    <link>http://link3</link>
    <media:stream url="rtmp://68.68.26.53/live/_definst_ 4iitvlist" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>
<item>
    <title>ABC </title>
    <link>http://link4</link>
    <media:stream url="rtmp://68.68.26.45/live/_definst_ fordprefect" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>
<item>
    <title>FOX </title>
            <link>http://link5</link>
    <media:stream url="rtmp://streamer.tucanalenlinea.com/1_244_204_60& nfl1023" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>
<item>
    <title>CNBC </title>
    <link>http://link6</link>
    <media:stream url="rtmp://68.68.30.239/edge eu747ffyq9ufrzh" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/cretetv.jpg" />
</item>     
<item>
    <title>ESPN </title>
    <link>http://link7</link>
    <media:stream url="rtmp://68.68.30.243/edge 4fqpgvznh9xdn3n" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/cretetv.jpg" />
</item>     
<item>
    <title>Discovery </title>
    <link>http://link8</link>
    <media:stream url="rtmp://68.68.30.247/edge uy58ynxuslwh0r0" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>
<item>
    <title>GOLF </title>
    <link>http://link9</link>
    <media:stream url="rtmp://68.68.30.247/edge 4cbs1ylkjcz4rdr" />
    <media:thumbnail url="https://sites.google.com/site/jhbrsstest/greektv.jpg" />
</item>

</channel> </rss>

}}}

{{{ 2011-11-22 16:52:01,442 DEBUG [OnlineLibraryManager] Feed https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss expired, will reload it 2011-11-22 16:52:01,442 DEBUG [OnlineLibraryManager] Feed https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss not in cache yet, loading it 2011-11-22 16:52:01,442 DEBUG [FeedParser] Parsing feed 'https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss' 2011-11-22 16:52:01,989 DEBUG [FeedParser] Found matching url extractor (LiveFeeds) for feed https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss 2011-11-22 16:52:01,989 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: NBC 82 2011-11-22 16:52:02,324 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:02,325 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:02,325 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: NBC 68 2011-11-22 16:52:02,833 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:02,833 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:02,833 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: CBS 2011-11-22 16:52:03,232 DEBUG [AbstractCDSLibraryIndexingListener] Library updated, notifying CDS 2011-11-22 16:52:03,264 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:03,264 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:03,264 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: ABC 2011-11-22 16:52:03,559 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:03,559 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:03,559 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: FOX 2011-11-22 16:52:04,030 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:04,030 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:04,030 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: CNBC 2011-11-22 16:52:04,308 DEBUG [DiscoverySSDPMessageListener] Received a valid M-SEARCH message for search target upnp:rootdevice from address /192.168.1.10:57538 2011-11-22 16:52:04,308 DEBUG [DiscoverySearchResponder] Sending 1 M-SEARCH response message(s) to /192.168.1.10:57538 2011-11-22 16:52:04,570 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:04,570 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:04,570 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: ESPN 2011-11-22 16:52:05,097 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:05,097 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:05,097 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: Discovery 2011-11-22 16:52:05,556 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:05,556 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:05,556 DEBUG [FeedItemUrlExtractor] LiveFeeds: Starting extraction of url for item: GOLF 2011-11-22 16:52:06,075 DEBUG [FeedParser] Unexpected error during url extractor plugin invocation (LiveFeeds): The entity name must immediately follow the '&' in the entity reference. 2011-11-22 16:52:06,075 DEBUG [FeedParser] Cannot add feed entry of feed Live TV Networks because of invalid metadata. Message: Unknown feed entry URL. 2011-11-22 16:52:06,075 DEBUG [OnlineContentCacheDecorator] Stored online content 'https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss' in the cache (online_feeds), returning it 2011-11-22 16:52:06,075 DEBUG [OnlineLibraryManager] Feed https://sites.google.com/site/jhbrsstest/LiveFeeds_TVNetworks.rss will expire in the cache on Wed Nov 23 00:52:06 EST 2011 }}}

Comments (1)

  1. Log in to comment