Page 1 of 1

Filebot Node not working after update

Posted: 10 Aug 2018, 21:00
by pietpara
Hi,

I notice that after each update of Filebot Node it stops working. You have to reboot the synology for it to work.
The logs do not even show anything more after attempts to start it. Neither from the UI in DSM nor when accessing UI through URL.
Today it updated to 0.2.8.2.

Is this expected behavior?

I want to add the log but there is no way to copy the text or an easy way to add a screenshot.
All seems normal anyway and as said, there is nothing in the log since the update time.

Thanks in advance
PietPara

Re: Filebot Node not working after update

Posted: 11 Aug 2018, 06:42
by rednoah
1.
I don't know. DSM should be restarting the service after upgrading the package. No idea why it wouldn't do that or why it would only work after a restart.


2.
You can login via SSH to view and copy logs:

Code: Select all

sudo sudo cat /var/log/upstart/filebot-node.log
:idea: I guesstimate that you won't find anything interesting there though, since there won't be any logs if the service isn't restarted by DSM in the first place.

Re: Filebot Node not working after update

Posted: 11 Aug 2018, 14:11
by 4sag
No such property: license for class: Script1
groovy.lang.MissingPropertyException: No such property: license for class: Script1
at Script1.run(Script1.groovy:14)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:148)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:36)
at net.filebot.Main.main(Main.java:126)

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

[Process error]

Re: Filebot Node not working after update

Posted: 11 Aug 2018, 16:04
by pietpara
OK, that's a pity.
It's been like that ever since the first time I installed filebot node... I always have to reboot.
Also, on another synology i recently installed it on for my brother.

I hope you find a cause one day.

Best,
PietPara

Re: Filebot Node not working after update

Posted: 11 Aug 2018, 17:43
by TomTomTuning
Mine has stopped working after the update as well.

I reinstalled FileBot, FileBot Node, Node.js V4, and Java 8. However, that did not help.
.........
No signature of method: java.util.ArrayList.isHidden() is applicable for argument types: () values: []
Possible solutions: size(), size(), withIndex()
groovy.lang.MissingMethodException: No signature of method: java.util.ArrayList.isHidden() is applicable for argument types: () values: []
Possible solutions: size(), size(), withIndex()
at java_io_File$isHidden$6.call(Unknown Source)
at Script1.acceptFile(Script1.groovy:217)
at Script1$_resolveInput_closure94.doCall(Script1.groovy:293)
at Script1.resolveInput(Script1.groovy:293)
at Script1$_resolveInput_closure93.doCall(Script1.groovy:289)
at Script1.resolveInput(Script1.groovy:289)
at Script1$_resolveInput_closure93.doCall(Script1.groovy:289)
at Script1.resolveInput(Script1.groovy:289)
at Script1$_resolveInput_closure93.doCall(Script1.groovy:289)
at Script1.resolveInput(Script1.groovy:289)
at Script1$_run_closure48.doCall(Script1.groovy:302)
at Script1.run(Script1.groovy:302)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:154)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:36)
at net.filebot.Main.main(Main.java:131)

Failure (°_°)
------------------------------------------

[Process error]

Re: Filebot Node not working after update

Posted: 11 Aug 2018, 23:48
by LBKirk
I'm getting the same error as 4sag and restarting did not fix my issue. Any update on this?

Re: Filebot Node not working after update

Posted: 12 Aug 2018, 04:01
by rednoah
LBKirk wrote: 11 Aug 2018, 23:48 I'm getting the same error as 4sag and restarting did not fix my issue. Any update on this?
The the issue being, FileBot Node is working, FileBot is running, but the amc script fails with No such property: license for class: Script1.

:arrow: You will need to uninstall and reinstall FileBot if DSM doesn't do it automatically.

:arrow: viewtopic.php?f=6&t=6112

Re: Filebot Node not working after update

Posted: 12 Aug 2018, 23:49
by LBKirk
rednoah wrote: 12 Aug 2018, 04:01
LBKirk wrote: 11 Aug 2018, 23:48 I'm getting the same error as 4sag and restarting did not fix my issue. Any update on this?
The the issue being, FileBot Node is working, FileBot is running, but the amc script fails with No such property: license for class: Script1.

:arrow: You will need to uninstall and reinstall FileBot if DSM doesn't do it automatically.

:arrow: viewtopic.php?f=6&t=6112
I started to do that but figured I would wait. I had to resetup my scripts but that was no problem. Again thank you especially for the prompt reply.