AccoustID/ID3 Errors

All your suggestions, requests and ideas for future development
Post Reply
cowmix
Power User
Posts: 30
Joined: 09 Jan 2015, 11:03

AccoustID/ID3 Errors

Post by cowmix »

Code: Select all

Trying to match failed acoustid tracks relatives to matched tracks
Match: [album:[[val:Art Angels, count:11]], albumArtist:[[val:Grimes, count:11]], date:[[val:2015-12-11, count:11]], trackCount:[[val:13, count:11]], medium:[[val:1, count:11]], mediumCount:[[val:1, count:11]], id:[[val:04cd7071-8236-4d09-95b4-20dc8ded36fe, count:11]]]
Matching Skipped File: [12 - Life In The Vivid Dream.mp3] => [Life In The Vivid Dream]
XML Resource: [12 - Life In The Vivid Dream.mp3] => [Life In The Vivid Dream]
04cd7071-8236-4d09-95b4-20dc8ded36fe
Matching Skipped File: [13 - Butterfly.mp3] => [Butterfly]
XML Resource: [13 - Butterfly.mp3] => [Butterfly]
04cd7071-8236-4d09-95b4-20dc8ded36fe
MissingMethodException: No signature of method: CustomAcoustID.fail() is applicable for argument types: (org.codehaus.groovy.runtime.GStringImpl) values: [[art angels 2015 mp3 320]: match release threw error]
Possible solutions: wait(), wait(long), find(), any(), wait(long, int), any(groovy.lang.Closure)
groovy.lang.MissingMethodException: No signature of method: CustomAcoustID.fail() is applicable for argument types: (org.codehaus.groovy.runtime.GStringImpl) values: [[art angels 2015 mp3 320]: match release threw error]
Possible solutions: wait(), wait(long), find(), any(), wait(long, int), any(groovy.lang.Closure)
        at CustomAcoustID$_lookup_closure16.doCall(acoustid.groovy:180)
        at CustomAcoustID.lookup(acoustid.groovy:134)
        at CustomAcoustID$lookup.call(Unknown Source)
        at Script1$_run_closure76.doCall(Script1.groovy:824)
        at Script1.run(Script1.groovy:573)
        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:116)
        at net.filebot.Main.main(Main.java:169)
Failure (°_°)
also I'm getting an error parsing dates when using {y} resulting in a null value

Code: Select all

Jan 09, 2016 2:39:33 PM net.filebot.web.ID3Lookup getInteger
WARNING: java.lang.NumberFormatException: For input string: "2015-10-03"
FileBot 4.6.1 (r3315) / OpenJDK Runtime Environment 1.8.0_65 (headless)

Thanks :)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccoustID/ID3 Errors

Post by rednoah »

Fixed with r3426.
:idea: Please read the FAQ and How to Request Help.
cowmix
Power User
Posts: 30
Joined: 09 Jan 2015, 11:03

Re: AccoustID/ID3 Errors

Post by cowmix »

Great, thanks! Is the FileBot.jar in the HEAD folder of Sourceforge built once a day?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccoustID/ID3 Errors

Post by rednoah »

Nope, I have to run the build myself. New build is up now.
:idea: Please read the FAQ and How to Request Help.
cowmix
Power User
Posts: 30
Joined: 09 Jan 2015, 11:03

Re: AccoustID/ID3 Errors

Post by cowmix »

Thanks, just tested it the date (second) issue is fixed but I'm still getting the first error (they are unrelated).
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccoustID/ID3 Errors

Post by rednoah »

This one?

Code: Select all

MissingMethodException: No signature of method: CustomAcoustID.fail()
CustomAcoustID is not in my code, so I can't fix that one. :D
:idea: Please read the FAQ and How to Request Help.
cowmix
Power User
Posts: 30
Joined: 09 Jan 2015, 11:03

Re: AccoustID/ID3 Errors

Post by cowmix »

rednoah wrote:This one?

Code: Select all

MissingMethodException: No signature of method: CustomAcoustID.fail()
CustomAcoustID is not in my code, so I can't fix that one. :D
agh, you are very right, sorry about that brain fart, I created that part of the code over a year ago :lol:
richyb
Posts: 4
Joined: 28 Jan 2016, 10:52

Re: AccoustID/ID3 Errors

Post by richyb »

I'm having the same problem as the OP:
Jan 28, 2016 10:47:10 AM net.filebot.web.ID3Lookup getInteger
WARNING: java.lang.NumberFormatException: For input string: "1997-04-03"
...
Jan 28, 2016 10:47:23 AM net.filebot.web.ID3Lookup getInteger
WARNING: java.lang.NumberFormatException: For input string: "UTC 2006-03-17 08:00:00"
on the Synology build v4.6.1. There doesn't seem to be an update available ( http://sourceforge.net/projects/filebot ... Bot_4.6.1/ shows November being last updates). Is it possible to get a new build?

Thanks very much for an excellent program - it's made organising my media library a lot easier!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccoustID/ID3 Errors

Post by rednoah »

Newer builds are available, but you'll need to replace the jar manually:
viewtopic.php?f=7&t=1609
:idea: Please read the FAQ and How to Request Help.
richyb
Posts: 4
Joined: 28 Jan 2016, 10:52

Re: AccoustID/ID3 Errors

Post by richyb »

Thanks. For other Synology users:
SSH in as `root` (use the administrator password)

Code: Select all

filebot -version
cd /var/packages/filebot/target/
mv FileBot.jar FileBot.jar.old
curl http://master.dl.sourceforge.net/project/filebot/filebot/HEAD/FileBot.jar > FileBot.jar
filebot -version
(version number should have changed) and next time you run Filebot you should see the changes
2devnull
Posts: 26
Joined: 09 Feb 2016, 02:07

Re: AccoustID/ID3 Errors

Post by 2devnull »

Getting a similar error:

Code: Select all

FileBot 4.6.1 (r3516) / Java(TM) SE Runtime Environment 1.8.0_72 (headless) 

Code: Select all

NumberFormatException: For input string: "20150217210000"
java.lang.NumberFormatException: For input string: "20150217210000"
	at net.filebot.util.StringUtilities.matchIntegers(StringUtilities.java:27)
	at net.filebot.media.MediaDetection.parseMovieYear(MediaDetection.java:747)
	at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:396)
	at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:285)
	at net.filebot.cli.ScriptShellBaseClass.detectSeriesName(ScriptShellBaseClass.java:217)
	at Script1$_run_closure65.doCall(Script1.groovy:277)
	at Script1.run(Script1.groovy:268)
	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:114)
	at net.filebot.Main.main(Main.java:170)
Failure (°_°)


Filename is:

Code: Select all

1091_20150217210000.mpg 
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccoustID/ID3 Errors

Post by rednoah »

Fixed with r3523.
:idea: Please read the FAQ and How to Request Help.
2devnull
Posts: 26
Joined: 09 Feb 2016, 02:07

Re: AccoustID/ID3 Errors

Post by 2devnull »

when will that be posted to HEAD?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccoustID/ID3 Errors

Post by rednoah »

On request. Upload complete.
:idea: Please read the FAQ and How to Request Help.
2devnull
Posts: 26
Joined: 09 Feb 2016, 02:07

Re: AccoustID/ID3 Errors

Post by 2devnull »

appreciate it. thank you sir.
Post Reply