I'm trying to get pushbullet notifications after executing filebot.
However I'm getting a not so clear error at the end of the execution and I'm not sure what's causing it and how I can solve it.
Code: Select all
------------------------------a1134e1059ac--
, ...]
Possible solutions: post(java.lang.String, java.lang.Object), post(java.lang.String, java.lang.Object, java.lang.Object), post(java.lang.String), get(), wait(), post([B)
at PushBulletClient$_closure1_closure4.doCall(Script4.groovy:94)
at PushBulletClient$_closure1.doCall(Script4.groovy:76)
at Script3.run(Script3.groovy:417)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:91)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:85)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:123)
at net.sourceforge.filebot.Main.main(Main.java:192)
Failure (°_°)
Any help would be appreciate.
Thanks in advance