[Fatal Error] ElementType "BR"
Posted: 08 Apr 2014, 22:00
Hi,
can't wrap my head around this one as it only happens with GoT S04E01 (tried different downloads of the same episode, always the same).
This is how I call the script:
Any idea what this is about? Also, why does it delete the file? I think the scripts input should never be regarded as clutter.
can't wrap my head around this one as it only happens with GoT S04E01 (tried different downloads of the same episode, always the same).
Code: Select all
Locking /home/myuser/.filebot/logs/amc.log
Parameter: artwork = n
Parameter: xbmc = localhost
Parameter: clean = y
Parameter: root = y
Parameter: seriesFormat = Serien/{n}/Season {S.pad(2)}/{n} - S{S.pad(2)}E{E.pad(2)} - {t}
Parameter: movieFormat = Filme/{n} ({y})
Argument: /media/myuser/Storage #2/Downloads/GoT S04E01/Game.Of.Thrones.S04E01.1080p.HDTV.DD5.1.x264-PHD.mkv
Input: /media/myuser/Storage #2/Downloads/GoT S04E01/Game.Of.Thrones.S04E01.1080p.HDTV.DD5.1.x264-PHD.mkv
Group: [tvs:game of thrones] => [Game.Of.Thrones.S04E01.1080p.HDTV.DD5.1.x264-PHD.mkv]
Rename episodes using [TheTVDB]
Auto-detected query: [Game Of Thrones, GoT]
Fetching episode data for [Game of Thrones]
[Fatal Error] :298:14: Elementtyp "BR" muss mit dem entsprechenden Endtag "</BR>" beendet werden.
RuntimeException: org.xml.sax.SAXParseException; lineNumber: 298; columnNumber: 14; Elementtyp "BR" muss mit dem entsprechenden Endtag "</BR>" beendet werden.
Notify XBMC: localhost
ConnectException: Verbindungsaufbau abgelehnt
ConnectException: Verbindungsaufbau abgelehnt
Clean clutter files and empty folders
Delete /media/myuser/Storage #2/Downloads/GoT S04E01/Game.Of.Thrones.S04E01.1080p.HDTV.DD5.1.x264-PHD.mkv
FileNotFoundException: /media/myuser/Storage #2/Downloads/GoT S04E01/Game.Of.Thrones.S04E01.1080p.HDTV.DD5.1.x264-PHD.mkv
java.io.FileNotFoundException: /media/myuser/Storage #2/Downloads/GoT S04E01/Game.Of.Thrones.S04E01.1080p.HDTV.DD5.1.x264-PHD.mkv
at Script2$_run_closure16.doCall(Script2.groovy:28)
at Script2$_run_closure17_closure90.doCall(Script2.groovy:29)
at Script2$_run_closure17.doCall(Script2.groovy:29)
at Script11.run(Script11.groovy:41)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:80)
at net.sourceforge.filebot.cli.ScriptShell$runScript.call(Unknown Source)
at Script2.executeScript(Script2.groovy:270)
at Script3.run(Script3.groovy:478)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)
Code: Select all
#!/bin/sh
filebot -script fn:amc --conflict override --output "/media/myuser/Storage #2/" --log-file amc.log --action move -non-strict "$1" --lang en --def artwork=n xbmc=localhost clean=y root=y "seriesFormat=Serien/{n}/Season {S.pad(2)}/{n} - S{S.pad(2)}E{E.pad(2)} - {t}" "movieFormat=Filme/{n} ({y})"
Any idea what this is about? Also, why does it delete the file? I think the scripts input should never be regarded as clutter.