Just today I started getting errors when using the dev branch of the script. I have since switched back to the public version of the script and I do not have any issues.
But I thought I would post my error log in case you had made any changes to the dev script and would like some output.
Code: Select all
Parameter: ut_dir = /home/hollanbm/Downloads/TV/****
Parameter: ut_kind = multi
Parameter: ut_title = ****
Parameter: ut_label = TV
Parameter: music = n
Parameter: clean = y
Parameter: subtitles = en
Parameter: pushbullet = *****
Parameter: pushover = *****
Parameter: excludeList = /home/hollanbm/.filebot/amc_exclude.txt
Parameter: mail = *****
Parameter: mailto = *****
Parameter: reportError = y
Parameter: musicFormat = Music/{n}/{album+'/'}{pi.pad(2)+' - '}{artist} - {t}
Parameter: seriesFormat = TV/{n}/{episode.special ? 'Season 00' : 'Season '+s.pad(2)}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/)}{'.'+lang}
Code: Select all
MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
@ line 133, column 22.
def excludePathSet = new FileSet()
^
1 error
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
@ line 133, column 22.
def excludePathSet = new FileSet()
^
1 error
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:169)
Failure (°_°)
MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
@ line 133, column 22.
def excludePathSet = new FileSet()
^
1 error
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script1.groovy: 133: unable to resolve class FileSet
@ line 133, column 22.
def excludePathSet = new FileSet()
^
1 error
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:112)
at net.filebot.Main.main(Main.java:169)
Failure (°_°)