Search found 2 matches
- 07 Mar 2016, 12:31
- Forum: Scripting and Automation
- Topic: Pushover notifications error
- Replies: 3
- Views: 2533
Re: Pushover notifications error
Thanks for your answer... Im using this: Diegos-Mac-mini:MacOS dieguinhoMacMini$ filebot -version FileBot 4.6.1 (r3315) / Java(TM) SE Runtime Environment 1.8.0_74 Is that version outdated? I have a workaroud this problem, calling directly to the pushover rest api: import groovy.json.JsonSlurper ...
- 07 Mar 2016, 01:27
- Forum: Scripting and Automation
- Topic: Pushover notifications error
- Replies: 3
- Views: 2533
Pushover notifications error
Hello! Filebot is like MESSI, incredible! I will send a donation! I only need a help with pushover notifications... i create a simply groovy... with this: include('fn:lib/ws') Pushover('MY_KEY').send('Hello World') When I execute with this command: /Applications/Filebot.app/Contents/MacOS/filebot.sh ...