Can't figure out source of error
Posted: 18 Feb 2014, 18:17
I'm one of those folk who installed the misslehugger package for filebot on his homebrew NAS (so its not ARM, its x86). I want to get my whole Sab/CouchPotato setup going but I want filebot working for my shows, movies and music before going forward so I don't sign myself up for another disorganized mess. I ran it in --action test mode. Went through fine. Then I made some file changes, and ran filebot from cmdline again, this time erroring out. I tried all sorts of things, moved some files around myself. Wiped filebot out and its cache/folders manually. Same thing.
I run:
I get the following. The last line prior to error is fetching artwork for [movie], and its always a different one:
I was googling and forum reading all night. Nothing
and i'm a fairly apt linux sys admin.
Help please?
I run:
Code: Select all
filebot -script fn:amc --output "/volume1" --log-file amc.log --action move --conflict override -non-strict "/volume1/Videos/Movies" --def artwork=y
Code: Select all
NullPointerException: java.lang.NullPointerException
java.lang.NullPointerException
at net.sourceforge.filebot.media.MediaDetection.detectMovie(MediaDetection.java:494)
at net.sourceforge.filebot.media.MediaDetection$detectMovie.call(Unknown Source)
at net.sourceforge.filebot.media.MediaDetection$detectMovie.call(Unknown Source)
at Script2.detectMovie(Script2.groovy:238)
at Script2.detectMovie(Script2.groovy)
at Script3$_run_closure38_closure78.doCall(Script3.groovy:244)
at Script3$_run_closure38.doCall(Script3.groovy:241)
at Script3.run(Script3.groovy:203)
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 (°_°)

Help please?