So I've just received a mail notifying the continuous license reactivation and found out these errors come up very often.

------------

------------

So I guess it crashes in some files and then resets the license and cache before continuying (perfectly) with the next one, until some other error comes up, and so on...
Here my sysinfo:

*storage blurred out for privacy reasons, but there is ample.
I call filebot in a loop to parse every movie in a folder and pass some arguments to a script to move other files in each folder around (extras and the like)
Code: Select all
filebot -script fn:amc --output "$CONFIG_OUTPUT" --action move --conflict auto -non-strict --log info --log-file amc.log --def unsorted=n music=n artwork=y ignore='Extras' ignore='Featurettes' ut_dir="$CONFIG_INPUT/$i" ut_kind="multi" ut_title="$INPUT_NAME" ut_label="$INPUT_LABEL" --def movieFormat=@"$LOCAL_ROOT/bin/MovieFormat.groovy" --def exec="$LOCAL_ROOT/bin/manage.sh \"{folder}\" \"$CONFIG_INPUT\" \"$i\" \"$LOGFILE\""
Thanks for your kind help!