[Error] No signature of method: Script2.detectSeriesName()

All your suggestions, requests and ideas for future development
Post Reply
Adz0rd
Posts: 6
Joined: 15 Dec 2013, 11:00

[Error] No signature of method: Script2.detectSeriesName()

Post by Adz0rd »

Hi,

Been getting errors like this lately

Code: Select all

Parameter: music = n
Parameter: subtitles = en
Parameter: artwork = n
Parameter: xbmc = [REDACTED]
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: ut_dir = /mnt/Storage/Downloads/Complete/TV/Sherlock.3x03.His_Last_Vow.720p_HDTV_x264-FoV [PublicHD]
Parameter: ut_file = Downloaded From PublicHD.SE.txt
Parameter: ut_kind = multi
Parameter: ut_title = Sherlock.3x03.His_Last_Vow.720p_HDTV_x264-FoV [PublicHD]
Parameter: ut_label = TV
Parameter: ut_state = 5
Parameter: seriesFormat = TV Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}
Parameter: movieFormat = Movies/{n} ({y})/{n} ({y})
Input: /mnt/Storage/Downloads/Complete/TV/Sherlock.3x03.His_Last_Vow.720p_HDTV_x264-FoV [PublicHD]/sherlock.3x03.his_last_vow.720p_hdtv_x264-fov.mkv
Exclude: /mnt/Storage/Downloads/Complete/TV/Sherlock.3x03.His_Last_Vow.720p_HDTV_x264-FoV [PublicHD]/Downloaded From PublicHD.SE.txt
MissingMethodException: No signature of method: Script2.detectSeriesName() is applicable for argument types: (java.io.File, java.lang.Boolean, java.lang.Boolean) values: [/mnt/Storage/Downloads/Complete/TV/Sherlock.3x03.His_Last_Vow.720$
Possible solutions: detectSeriesName(java.lang.Object), detectSeriesName(java.lang.Object, java.lang.Object)
groovy.lang.MissingMethodException: No signature of method: Script2.detectSeriesName() is applicable for argument types: (java.io.File, java.lang.Boolean, java.lang.Boolean) values: [/mnt/Storage/Downloads/Complete/TV/Sherlock.3x03.His_$
Possible solutions: detectSeriesName(java.lang.Object), detectSeriesName(java.lang.Object, java.lang.Object)
        at Script3$_run_closure50.doCall(Script3.groovy:176)
        at Script3.run(Script3.groovy:167)
        at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102)
        at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95)
        at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:125)
        at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (°_°)
Any ideas?
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [Error] No signature of method: Script2.detectSeriesName

Post by rednoah »

Use the latest revision and try -clear-cache it it doesn't work right away.
:idea: Please read the FAQ and How to Request Help.
Post Reply