Page 1 of 1

Subtitles Problem

Posted: 03 Apr 2014, 21:25
by Arank
Hi.

I use 2 scripts to download missing subtitles for my tv shows / movies, and today it stop working.

Code: Select all

filebot -script fn:suball "D:/ViNiCiUS/Videos" --lang en -non-strict

Code: Select all

filebot -script fn:suball "D:/ViNiCiUS/Videos" --lang pb -non-strict

Both of them return this error message:

Code: Select all

Microsoft Windows [versão 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Todos os direitos reservados.

C:\Users\ViNiCiUS>filebot -script fn:suball "D:/ViNiCiUS/Videos" --lang pb -non-
strict
GroovyRuntimeException: Ambiguous method overloading for method java.lang.Long#m
inus.
Cannot resolve which method to invoke for [null] due to overlapping prototypes b
etween:
        [class java.lang.Character]
        [class java.lang.Number]
groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java
.lang.Long#minus.
Cannot resolve which method to invoke for [null] due to overlapping prototypes b
etween:
        [class java.lang.Character]
        [class java.lang.Number]
        at Script3.accept(Script3.groovy:6)
        at Script3$_run_closure1_closure4.doCall(Script3.groovy:25)
        at Script3$_run_closure1.doCall(Script3.groovy:24)
        at Script2$_run_closure22.doCall(Script2.groovy:35)
        at Script3.run(Script3.groovy:20)
        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(ArgumentProcess
or.java:123)
        at net.sourceforge.filebot.Main.main(Main.java:193)
Failure (░_░)
Launch4j: Failed to run the given command.

C:\Users\ViNiCiUS>

Re: Subtitles Problem

Posted: 04 Apr 2014, 06:31
by rednoah
Fixed. Should work by tomorrow. In the meanwhile you can use -script dev:suball.