New update broke old subtitle groovy script.
Posted: 16 Oct 2013, 10:21
Hi there Rednoah!
Relay longtime since I updated Filebot
But today I took the time to do this and my script went... well I guess outdated
I Run This:
The Groovy Looks Like This:
I Get This Error:
I guess My script is TO old for the later releases right??
But it did work before I updated...
(old saying ... If It aint broken ... dont fix...) =)
thx
// Richard
Relay longtime since I updated Filebot

But today I took the time to do this and my script went... well I guess outdated

I Run This:
Code: Select all
filebot -script "T:\Autodownload\Running Seasons\subs.groovy"
Code: Select all
['T:/Autodownload/Running Seasons'].eachMediaFolder{ getMissingSubtitles(folder:it,lang:'en') }
Code: Select all
T:\Autodownload\Running Seasons>filebot -script "T:\Autodownload\Running Seasons
\subs.groovy"
MissingMethodException: No signature of method: java.lang.String.getMediaFolders
() is applicable for argument types: () values: []
groovy.lang.MissingMethodException: No signature of method: java.lang.String.get
MediaFolders() is applicable for argument types: () values: []
at Script2$_run_closure21_closure94.doCall(Script2.groovy:34)
at Script2$_run_closure21.doCall(Script2.groovy:34)
at Script3.run(Script3.groovy:1)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(Unknown Source)
at net.sourceforge.filebot.cli.ScriptShell.runScript(Unknown Source)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(Unknown Source)
at net.sourceforge.filebot.Main.main(Unknown Source)
Failure (░_░)
Launch4j: Failed to run the given command.
But it did work before I updated...
(old saying ... If It aint broken ... dont fix...) =)
thx
// Richard