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

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
outbreak
Posts: 2
Joined: 28 Dec 2016, 19:20

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

Post 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!
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Another "java.lang.NullPointerException"

Post by rednoah »

1.
Please post the complete log.


2.
Are you doing --def unsortedFormat="{plex}" for some reason? What did you expect?
:idea: Please read the FAQ and How to Request Help.
Post Reply