FileBot 4.6.1 (r3693) - MissingMethodException

All your suggestions, requests and ideas for future development
Post Reply
User avatar
Sheldon
Posts: 188
Joined: 14 Apr 2014, 14:39

FileBot 4.6.1 (r3693) - MissingMethodException

Post by Sheldon »

Hi,

the current version causes a MissingMethodException:

Code: Select all

FileBot 4.6.1 (r3693)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (D:\Portable Applications\Platform\PortableApps\FileBot\Lib\fpcalc.exe)
Extended Attributes: groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationName()
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0_73
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 2 Core / 247 MB Max Memory / 16 MB Used Memory
OS: Windows Vista (x86)
Package: PORTABLE
MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationName()
groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationName()
	at Script2.run(Script2.groovy:102)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:78)
	at net.filebot.cli.ScriptShellBaseClass.executeScript(ScriptShellBaseClass.java:114)
	at net.filebot.cli.ScriptShellBaseClass.runScript(ScriptShellBaseClass.java:89)
	at Script1.run(Script1.groovy:1)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.GroovyPad$Runner$1.run(GroovyPad.java:237)
Kind regards,

Sheldon
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Post by rednoah »

r3701 fixes these backwards compatibility issues.
:idea: Please read the FAQ and How to Request Help.
User avatar
Sheldon
Posts: 188
Joined: 14 Apr 2014, 14:39

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Post by Sheldon »

Nope! Unfortunately the exception remains.

Code: Select all

FileBot 4.6.1 (r3701)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.78
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (D:\Portable Applications\Platform\PortableApps\FileBot\Lib\fpcalc.exe)
Extended Attributes: groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationFolder(), getApplicationName()
Groovy Engine: 2.4.6
JRE: Java(TM) SE Runtime Environment 1.8.0_73
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 2 Core / 247 MB Max Memory / 18 MB Used Memory
OS: Windows Vista (x86)
Package: PORTABLE
MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationFolder(), getApplicationName()
groovy.lang.MissingMethodException: No signature of method: static net.filebot.Settings.getApplicationFolder() is applicable for argument types: () values: []
Possible solutions: getApplicationFolder(), getApplicationName()
	at Script2.run(Script2.groovy:102)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:78)
	at net.filebot.cli.ScriptShellBaseClass.executeScript(ScriptShellBaseClass.java:114)
	at net.filebot.cli.ScriptShellBaseClass.runScript(ScriptShellBaseClass.java:89)
	at Script1.run(Script1.groovy:1)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
	at net.filebot.cli.GroovyPad$Runner$1.run(GroovyPad.java:237)
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Post by rednoah »

I see... r3705 should really fix it then.
:idea: Please read the FAQ and How to Request Help.
User avatar
Sheldon
Posts: 188
Joined: 14 Apr 2014, 14:39

Re: FileBot 4.6.1 (r3693) - MissingMethodException

Post by Sheldon »

With r3705 the exception is gone. Thanks a lot for fixing it!
Post Reply