Advertisement
Guest User

Untitled

a guest
Jan 12th, 2020
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.55 KB | None | 0 0
  1. xxx@yyy:~$ filebot -r --format {plex} -non-strict --output /DATA/media/sorted -rename /DATA/media/new
  2. Fetch failed: http://thetvdb.com/api/GetSeriesByRemoteID.php?imdbid=303461&language=en
  3. net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  4. <html>
  5. <head><title>301 Moved Permanently</title></head>
  6. <body bgcolor="white">
  7. <center><h1>301 Moved Permanently</h1></center>
  8. <hr><center>CloudFront</center>
  9. </body>
  10. </html>
  11.  
  12. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:173)
  13. at net.filebot.CachedResource.lambda$get$1(CachedResource.java:99)
  14. at net.filebot.Cache.computeIf(Cache.java:90)
  15. at net.filebot.CachedResource.get(CachedResource.java:82)
  16. at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:269)
  17. at net.filebot.web.TheTVDBClientV1.lambda$lookupByIMDbID$3(TheTVDBClientV1.java:222)
  18. at net.filebot.Cache.computeIf(Cache.java:90)
  19. at net.filebot.Cache$TypedCache.computeIf(Cache.java:176)
  20. at net.filebot.Cache.computeIfAbsent(Cache.java:96)
  21. at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:181)
  22. at net.filebot.web.TheTVDBClientV1.lookupByIMDbID(TheTVDBClientV1.java:221)
  23. at net.filebot.media.MediaDetection.lookupSeriesNameByInfoFile(MediaDetection.java:1248)
  24. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:344)
  25. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:322)
  26. at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
  27. at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:175)
  28. at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
  29. Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
  30. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
  31. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
  32. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
  33. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
  34. at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
  35. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1749)
  36. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
  37. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
  38. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
  39. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
  40. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
  41. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
  42. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
  43. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
  44. at net.filebot.web.WebRequest.validateXml(WebRequest.java:324)
  45. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:170)
  46. ... 16 more
  47.  
  48. Failed to lookup info by id: net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  49. <html>
  50. <head><title>301 Moved Permanently</title></head>
  51. <body bgcolor="white">
  52. <center><h1>301 Moved Permanently</h1></center>
  53. <hr><center>CloudFront</center>
  54. </body>
  55. </html>
  56.  
  57. Fetch failed: http://thetvdb.com/api/GetSeriesByRemoteID.php?imdbid=303461&language=en
  58. net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  59. <html>
  60. <head><title>301 Moved Permanently</title></head>
  61. <body bgcolor="white">
  62. <center><h1>301 Moved Permanently</h1></center>
  63. <hr><center>CloudFront</center>
  64. </body>
  65. </html>
  66.  
  67. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:173)
  68. at net.filebot.CachedResource.lambda$get$1(CachedResource.java:99)
  69. at net.filebot.Cache.computeIf(Cache.java:90)
  70. at net.filebot.CachedResource.get(CachedResource.java:82)
  71. at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:269)
  72. at net.filebot.web.TheTVDBClientV1.lambda$lookupByIMDbID$3(TheTVDBClientV1.java:222)
  73. at net.filebot.Cache.computeIf(Cache.java:90)
  74. at net.filebot.Cache$TypedCache.computeIf(Cache.java:176)
  75. at net.filebot.Cache.computeIfAbsent(Cache.java:96)
  76. at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:181)
  77. at net.filebot.web.TheTVDBClientV1.lookupByIMDbID(TheTVDBClientV1.java:221)
  78. at net.filebot.media.MediaDetection.lookupSeriesNameByInfoFile(MediaDetection.java:1248)
  79. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:344)
  80. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:322)
  81. at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
  82. at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:175)
  83. at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
  84. Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
  85. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
  86. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
  87. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
  88. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
  89. at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
  90. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1749)
  91. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
  92. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
  93. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
  94. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
  95. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
  96. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
  97. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
  98. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
  99. at net.filebot.web.WebRequest.validateXml(WebRequest.java:324)
  100. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:170)
  101. ... 16 more
  102.  
  103. Failed to lookup info by id: net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  104. <html>
  105. <head><title>301 Moved Permanently</title></head>
  106. <body bgcolor="white">
  107. <center><h1>301 Moved Permanently</h1></center>
  108. <hr><center>CloudFront</center>
  109. </body>
  110. </html>
  111.  
  112. Fetch failed: http://thetvdb.com/api/GetSeriesByRemoteID.php?imdbid=303461&language=en
  113. net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  114. <html>
  115. <head><title>301 Moved Permanently</title></head>
  116. <body bgcolor="white">
  117. <center><h1>301 Moved Permanently</h1></center>
  118. <hr><center>CloudFront</center>
  119. </body>
  120. </html>
  121.  
  122. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:173)
  123. at net.filebot.CachedResource.lambda$get$1(CachedResource.java:99)
  124. at net.filebot.Cache.computeIf(Cache.java:90)
  125. at net.filebot.CachedResource.get(CachedResource.java:82)
  126. at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:269)
  127. at net.filebot.web.TheTVDBClientV1.lambda$lookupByIMDbID$3(TheTVDBClientV1.java:222)
  128. at net.filebot.Cache.computeIf(Cache.java:90)
  129. at net.filebot.Cache$TypedCache.computeIf(Cache.java:176)
  130. at net.filebot.Cache.computeIfAbsent(Cache.java:96)
  131. at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:181)
  132. at net.filebot.web.TheTVDBClientV1.lookupByIMDbID(TheTVDBClientV1.java:221)
  133. at net.filebot.media.MediaDetection.lookupSeriesNameByInfoFile(MediaDetection.java:1248)
  134. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:344)
  135. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:322)
  136. at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
  137. at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:175)
  138. at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
  139. Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
  140. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
  141. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
  142. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
  143. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
  144. at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
  145. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1749)
  146. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
  147. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
  148. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
  149. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
  150. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
  151. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
  152. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
  153. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
  154. at net.filebot.web.WebRequest.validateXml(WebRequest.java:324)
  155. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:170)
  156. ... 16 more
  157.  
  158. Failed to lookup info by id: net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  159. <html>
  160. <head><title>301 Moved Permanently</title></head>
  161. <body bgcolor="white">
  162. <center><h1>301 Moved Permanently</h1></center>
  163. <hr><center>CloudFront</center>
  164. </body>
  165. </html>
  166.  
  167. Fetch failed: http://thetvdb.com/api/GetSeriesByRemoteID.php?imdbid=303461&language=en
  168. net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  169. <html>
  170. <head><title>301 Moved Permanently</title></head>
  171. <body bgcolor="white">
  172. <center><h1>301 Moved Permanently</h1></center>
  173. <hr><center>CloudFront</center>
  174. </body>
  175. </html>
  176.  
  177. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:173)
  178. at net.filebot.CachedResource.lambda$get$1(CachedResource.java:99)
  179. at net.filebot.Cache.computeIf(Cache.java:90)
  180. at net.filebot.CachedResource.get(CachedResource.java:82)
  181. at net.filebot.web.TheTVDBClientV1.getXmlResource(TheTVDBClientV1.java:269)
  182. at net.filebot.web.TheTVDBClientV1.lambda$lookupByIMDbID$3(TheTVDBClientV1.java:222)
  183. at net.filebot.Cache.computeIf(Cache.java:90)
  184. at net.filebot.Cache$TypedCache.computeIf(Cache.java:176)
  185. at net.filebot.Cache.computeIfAbsent(Cache.java:96)
  186. at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:181)
  187. at net.filebot.web.TheTVDBClientV1.lookupByIMDbID(TheTVDBClientV1.java:221)
  188. at net.filebot.media.MediaDetection.lookupSeriesNameByInfoFile(MediaDetection.java:1248)
  189. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:344)
  190. at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:322)
  191. at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
  192. at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:175)
  193. at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
  194. Caused by: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
  195. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203)
  196. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177)
  197. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400)
  198. at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327)
  199. at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472)
  200. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1749)
  201. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967)
  202. at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
  203. at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
  204. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
  205. at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
  206. at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
  207. at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
  208. at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
  209. at net.filebot.web.WebRequest.validateXml(WebRequest.java:324)
  210. at net.filebot.CachedResource.lambda$validateXml$5(CachedResource.java:170)
  211. ... 16 more
  212.  
  213. Failed to lookup info by id: net.filebot.InvalidResponseException: Invalid XML: SAXParseException: The element type "hr" must be terminated by the matching end-tag "</hr>".
  214. <html>
  215. <head><title>301 Moved Permanently</title></head>
  216. <body bgcolor="white">
  217. <center><h1>301 Moved Permanently</h1></center>
  218. <hr><center>CloudFront</center>
  219. </body>
  220. </html>
  221.  
  222. ^C
  223. xxx@yyy:~$ filebot -script fn:sysinfo
  224. FileBot 4.7.9 (r4984)
  225. JNA Native: 5.1.0
  226. MediaInfo: 0.7.93
  227. 7-Zip-JBinding: 9.20
  228. Chromaprint: 1.4.2
  229. Extended Attributes: OK
  230. Unicode Filesystem: OK
  231. Script Bundle: 2018-03-16 (r516)
  232. Groovy: 2.4.10
  233. JRE: OpenJDK Runtime Environment 1.8.0_232
  234. JVM: 64-bit OpenJDK 64-Bit Server VM
  235. CPU/MEM: 4 Core / 443 MB Max Memory / 19 MB Used Memory
  236. OS: Linux (amd64)
  237. Package: DEB
  238. uname: Linux lilen-moiral 4.4.0-171-generic #200-Ubuntu SMP Tue Dec 3 11:04:55 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  239.  
  240. ------------------- UPDATE AVAILABLE: FileBot 4.8.5 (r6224) --------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement