You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes made to the AMC dev:script causes my automation setup to fail
Filebot 4.5.6
Java 8
Deluge 1.3.11
Ubuntu 14.04
Attaching log
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 (°_°)
The text was updated successfully, but these errors were encountered:
The changes made to the AMC dev:script causes my automation setup to fail
Attaching log
The text was updated successfully, but these errors were encountered: