Expression yields empty value: Binding "plex": java.lang.NullPointerException
Posted: 31 Dec 2016, 22:23
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.
Thanks for your time!
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 (°_°)