Some items work, most don't. I have provided screenshots and error log for reference.
Example of working item:
Code: Select all
Black Bird --> Black Bird {tmdb-155537}
Code: Select all
Brooklyn Nine-Nine --> error (WARNING: Undefined Variable: java.lang.NullPointerException: Cannot get property 'name' on null object)
Code: Select all
FileBot 5.1.1 (r9982)
JNA Native: 6.1.4
MediaInfo: 23.07
7-Zip-JBinding: 16.02
Tools: fpcalc/1.5.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2023-09-10 (r939)
Groovy: 4.0.14
JRE: OpenJDK Runtime Environment 17.0.8
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 4.3 GB Max Memory / 500 MB Used Memory
OS: Windows 11 (amd64)
STORAGE: NTFS [OS] @ 83 GB
DATA: C:\Users\XB6\AppData\Roaming\FileBot
Package: MSI
License: FileBot License PX49706698 (Valid-Until: 2073-05-09)
Code: Select all
Sep 25, 2023 9:31:18 AM net.filebot.Parallelism lambda$async$2
WARNING: Undefined Variable: java.lang.NullPointerException: Cannot get property 'name' on null object at org.codehaus.groovy.runtime.NullObject::getProperty in org.codehaus.groovy.vmplugin.v8.IndyInterface::fromCache in __script_9c749aa8a7c90fde5bfff6f3c54389ee_109::run
java.util.concurrent.ExecutionException: net.filebot.format.SuppressedThrowables: Expression yields empty value: Cannot get property 'name' on null object
at net.filebot.Parallelism.lambda$async$1(Unknown Source)
at net.filebot.Parallelism.lambda$async$2(Unknown Source)
Caused by: net.filebot.format.SuppressedThrowables: Expression yields empty value: Cannot get property 'name' on null object
at net.filebot.format.ExpressionFormat.format(Unknown Source)
at net.filebot.format.ExpressionFormat.format(Unknown Source)
at net.filebot.ui.rename.ExpressionFormatter.format(Unknown Source)
at net.filebot.ui.rename.FormattedFuture.doInBackground(Unknown Source)
at net.filebot.ui.rename.FormattedFuture.doInBackground(Unknown Source)
... 2 more
Caused by: java.lang.NullPointerException: Cannot get property 'name' on null object
at Script.run(Script:2)
at net.filebot.format.ExpressionEngine.evaluateScriptlet(Unknown Source)
... 7 more

