Pushbullet exception

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
udelledo
Posts: 7
Joined: 28 Oct 2013, 20:44

Pushbullet exception

Post by udelledo »

Hi,

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 (°_°)
Please find attached the full log.

Any help would be appreciate.

Thanks in advance
User avatar
rednoah
The Source
Posts: 23940
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Pushbullet exception

Post by rednoah »

You'll need the latest development revision for that. Or at least the revision that is stated in the amc manual.
:idea: Please read the FAQ and How to Request Help.
Post Reply