Hi, I have recently upgraded to v4.5 after not upgrading for ages - not sure which version I had before.
I've installed Java 8.
I'm running the following command:
filebot -script fn:amc --output "/media/Server/Videos" --log-file amc.log --action test -non-strict "/media/Server/Videos/.new" --def excludeList=amc.txt
And getting the following output:
Locking /home/dave/.filebot/logs/amc.log
Parameter: excludeList = amc.txt
Argument: /media/Server/Videos/.new
NullPointerException: Cannot get property 'path' on null object
java.lang.NullPointerException: Cannot get property 'path' on null object
at Script1$_run_closure49.doCall(Script1.groovy:171)
at Script1.run(Script1.groovy:171)
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:109)
at net.filebot.Main.main(Main.java:183)
Failure (°_°)
I've scoured the internet but can't seem to find a solution. Please help!
System Info:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
filebot -script fn:sysinfo
FileBot 4.5 (r2612)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.7
JRE: Java(TM) SE Runtime Environment 1.8.0_25 (headless)
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 1 Core / 119 MB Max Memory / 11 MB Used Memory
OS: Linux (i386)
uname: Linux Zacapa 3.8.0-41-generic #60~precise1-Ubuntu SMP Fri May 16 00:17:33 UTC 2014 i686 i686 i686 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
NullPointerException: Cannot get property 'path' on null obj
Re: NullPointerException: Cannot get property 'path' on null
That's a bug, probably related to odd hidden files, more specifically the input root can't be a hidden folder.