I am trying to get a script working from here : https://gist.github.com/vor0nwe/e33ace72c850f93bc979/
#!/bin/bash
curl -u YOUR_ACCESS_TOKEN: \
-X POST https://api.pushbullet.com/v2/pushes \
--header 'Content-Type: application/json' \
--data-binary '{"type":"note","title":"Downloaded","body":"$TR_TORRENT_NAME: $TR_TIME_LOCALTIME"}'
on my zyxel325 nas but every time I get this message :
{"error":{"type":"invalid_request","message":"Failed to decode JSON body.","cat":"(=^‥^=)"}}
I tried putting the "$TR_TORRENT_NAME: $TR_TIME_LOCALTIME
" in double "" but it did not help.
If someone could help I would be grateful. Cheers