Page 1 of 1

Expression yields empty value: Binding "plex": java.lang.NullPointerException

Posted: 31 Dec 2016, 22:23
by outbreak
I'm running Filebot Node 0.2.2 on DSM 6.0.2-8451 Update 7, Node.js v4, and Oracle Java SE and am receiving this NullPointerException. I've searched all over and the only other Issue I've found was here: viewtopic.php?t=3471, but that wasn't using Filebot Node and I couldn't figure out how to do the Filebot -clear-cache.

Filebot processes many of my videos, but then I receive this error almost all of the time.

Code: Select all

Processing 1 unsorted files
{plex} => Expression yields empty value: Binding "plex": java.lang.NullPointerException
Cannot invoke method isAbsolute() on null object
java.lang.NullPointerException: Cannot invoke method isAbsolute() on null object
	at Script1$_run_closure56.doCall(Script1.groovy:493)
	at Script1.run(Script1.groovy:491)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:113)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:28)
	at net.filebot.Main.main(Main.java:122)

Failure (°_°)
Thanks for your time!

Re: Another "java.lang.NullPointerException"

Posted: 01 Jan 2017, 05:25
by rednoah
1.
Please post the complete log.


2.
Are you doing --def unsortedFormat="{plex}" for some reason? What did you expect?