Been getting this in the logs last day or so:
15-8-14 08:40:25.2|Debug|TorrentRssIndexer|Downloading Feed https://transmithe.net/advanced_rss.php?cats=all&tpc=5&auth=<stuff>
15-8-14 08:40:26.3|Debug|TorrentRssParser|Truncated response content (originally 157013 characters): <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>TtN</title>
<description>Advanced RSS Feed for RTN by Petr1fied</description>
<link>https://transmithe.net</link>
<lastBuildDate>Fri, 14 Aug 2015 09:40:26 -0400</lastBuildDate>
<copyright>(c) 2015 TtN</copyright>
<atom:link href="https://transmithe.net/advanced_rss.php?cats=all&tpc=5&auth=<stuff>" rel="self"
15-8-14 08:40:26.3|Warn|TorrentRssIndexer|Unable to connect to indexer: Invalid character was found. Line 112, position 9347.
I’ve not made any major changes I can think of, just running updates on Ubuntu 14.04
Take a look at the RSS response in a browser, anything weird in there/does it show an XML parsing issue? The line number has probably changed now.
The only thing that looks odd to me are a cpl of really long items that have a lot of this:
o : Audio Coding 3<br />Mode extension : CM (complete main)<br />Format settings, Endianness : Big<br />Codec ID : A_AC3<br />Duration : 23mn 9s<br />Bit rate mode : Constant<br />Bit rate : 3
That’s just a random chunk I grabbed.
Taloth
4
entity is a html entity and isn’t defined for xml it should’ve been escaped properly. So basically it’s invalid xml/rss.
OKies, cool. Hopefully it’ll roll off then.
Thanks for the info.
Taloth
6
It would be better if you simply notified TtN staff. All they need to do is wrap the field content in a CDATA block, I think.
system
Closed
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.