Page 1 of 1
AccoustID/ID3 Errors
Posted: 09 Jan 2016, 22:05
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

Re: AccoustID/ID3 Errors
Posted: 10 Jan 2016, 02:59
by rednoah
Fixed with r3426.
Re: AccoustID/ID3 Errors
Posted: 10 Jan 2016, 04:28
by cowmix
Great, thanks! Is the FileBot.jar in the HEAD folder of Sourceforge built once a day?
Re: AccoustID/ID3 Errors
Posted: 10 Jan 2016, 05:05
by rednoah
Nope, I have to run the build myself. New build is up now.
Re: AccoustID/ID3 Errors
Posted: 10 Jan 2016, 05:52
by cowmix
Thanks, just tested it the date (second) issue is fixed but I'm still getting the first error (they are unrelated).
Re: AccoustID/ID3 Errors
Posted: 10 Jan 2016, 08:10
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.

Re: AccoustID/ID3 Errors
Posted: 10 Jan 2016, 08:40
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.

agh, you are very right, sorry about that brain fart, I created that part of the code over a year ago

Re: AccoustID/ID3 Errors
Posted: 28 Jan 2016, 11:03
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!
Re: AccoustID/ID3 Errors
Posted: 28 Jan 2016, 11:27
by rednoah
Newer builds are available, but you'll need to replace the jar manually:
viewtopic.php?f=7&t=1609
Re: AccoustID/ID3 Errors
Posted: 28 Jan 2016, 18:51
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
Re: AccoustID/ID3 Errors
Posted: 09 Feb 2016, 14:24
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:
Re: AccoustID/ID3 Errors
Posted: 09 Feb 2016, 15:05
by rednoah
Fixed with r3523.
Re: AccoustID/ID3 Errors
Posted: 09 Feb 2016, 16:45
by 2devnull
when will that be posted to HEAD?
Re: AccoustID/ID3 Errors
Posted: 09 Feb 2016, 16:50
by rednoah
On request. Upload complete.
Re: AccoustID/ID3 Errors
Posted: 09 Feb 2016, 16:51
by 2devnull
appreciate it. thank you sir.