Fetch Failed The element type "hr" must be terminated by the matching end-tag "</hr>"

Any questions? Need some help?
Post Reply
Psydesign
Posts: 5
Joined: 29 Mar 2017, 11:47

Fetch Failed The element type "hr" must be terminated by the matching end-tag "</hr>"

Post by Psydesign »

hey guys,

recently started getting the following error when having Qbit torrent rename files after downloading.

Any ideas?

Code: Select all

Fetch failed: org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>". [http://thetvdb.com/api/GetSeries.php?seriesname=Arrow&language=en]
org.xml.sax.SAXParseException; lineNumber: 6; columnNumber: 3; The element type "hr" must be terminated by the matching end-tag "</hr>".
Processing 1 unsorted files
Illegal parameter: map
java.lang.IllegalArgumentException: Illegal parameter: map
	at net.filebot.cli.ScriptShellBaseClass.lambda$getArgumentBean$1(ScriptShellBaseClass.java:470)
	at net.filebot.cli.ScriptShellBaseClass.getArgumentBean(ScriptShellBaseClass.java:464)
	at net.filebot.cli.ScriptShellBaseClass.rename(ScriptShellBaseClass.java:346)
	at Script1.run(Script1.groovy:538)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:30)
	at net.filebot.Main.main(Main.java:120)
Caused by: java.lang.NoSuchFieldException: map
	at net.filebot.cli.ScriptShellBaseClass.lambda$getArgumentBean$1(ScriptShellBaseClass.java:466)
	... 8 more

Failure (°_°)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fetch Failed The element type "hr" must be terminated by the matching end-tag "</hr>"

Post by rednoah »

Please update to the latest revision.

viewtopic.php?t=1609
:idea: Please read the FAQ and How to Request Help.
Post Reply