Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".

All your suggestions, requests and ideas for future development
Post Reply
Calcky82
Donor
Posts: 23
Joined: 06 Oct 2013, 12:03

Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".

Post by Calcky82 »

I get this the whole time now. Someone knows what to do?

Code: Select all

Run script [fn:amc] at [Mon Apr 13 08:28:53 CEST 2020]
Parameter: seriesFormat = TV Shows/{n}/{'Season '+s.pad(2)}/{n} - {sxe} - {t}
Parameter: movieFormat = Movies/{n} ({y})/{n} ({y}){' CD'+pi}
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ignore = [.]iso
Parameter: ut_dir = C:\Users\Jeroen\Downloads\Utorrent Downloads\The.Capture.S01E01.HDTV.x264-MTB[ettv]
Parameter: ut_file = Downloaded from www.ettv.to .txt
Parameter: ut_kind = multi
Parameter: ut_title = The.Capture.S01E01.HDTV.x264-MTB[ettv]
Parameter: ut_label = 
Parameter: ut_state = 10
Input: C:\Users\Jeroen\Downloads\Utorrent Downloads\The.Capture.S01E01.HDTV.x264-MTB[ettv]\the.capture.s01e01.hdtv.x264-mtb[ettv].eng.srt
Input: C:\Users\Jeroen\Downloads\Utorrent Downloads\The.Capture.S01E01.HDTV.x264-MTB[ettv]\the.capture.s01e01.hdtv.x264-mtb[ettv].mkv
Group: [tvs:the capture] => [the.capture.s01e01.hdtv.x264-mtb[ettv].eng.srt, the.capture.s01e01.hdtv.x264-mtb[ettv].mkv]
No missing subtitles
Rename episodes using [TheTVDB]
Auto-detected query: [the capture]
Fetch failed: http://thetvdb.com/api/694FAD89942D3827/mirrors.xml
net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>CloudFront</center>
</body>
</html>

	at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:173)
	at net.filebot.CachedResource.lambda$get$1(CachedResource.java:99)
	at net.filebot.Cache.computeIf(Cache.java:90)
	at net.filebot.CachedResource.get(CachedResource.java:82)
	at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:269)
	at net.filebot.web.TheTVDBClientV1.getMirror(TheTVDBClientV1.java:243)
	at net.filebot.web.TheTVDBClientV1.getResource(TheTVDBClientV1.java:273)
	at net.filebot.web.TheTVDBClientV1.lambda$getXmlResource$8(TheTVDBClientV1.java:269)
	at net.filebot.CachedResource.lambda$get$1(CachedResource.java:83)
	at net.filebot.Cache.computeIf(Cache.java:90)
	at net.filebot.CachedResource.get(CachedResource.java:82)
	at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:269)
	at net.filebot.web.TheTVDBClientV1.fetchSearchResult(TheTVDBClientV1.java:86)
	at net.filebot.WebServices$TheTVDBClientWithLocalSearch.access$001(WebServices.java:129)
	at net.filebot.WebServices$TheTVDBClientWithLocalSearch.lambda$fetchSearchResult$4(WebServices.java:149)
Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
	at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
	at net.filebot.web.WebRequest.validateXml(WebRequest.java:324)
	at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:170)
	... 14 more

ExecutionException: net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>CloudFront</center>
</body>
</html>

Finished without processing any files
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot stopped working

Post by rednoah »

What does filebot -script fn:sysinfo say?
:idea: Please read the FAQ and How to Request Help.
Post Reply