Pushbullet Error/Failure
Posted: 24 Sep 2014, 21:17
Hi!
Loving Filebot! I just set everything up and it worked just fine, until I added my pushbullet function.
I have pasted the information I think you need, please let me know if you need something more from me to help me fix this.
Thanks in advance!
Loving Filebot! I just set everything up and it worked just fine, until I added my pushbullet function.
I have pasted the information I think you need, please let me know if you need something more from me to help me fix this.

Code: Select all
# SYSINFO
FileBot 4.2 (r2326)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
Groovy Engine: 2.3.4
JRE: OpenJDK Runtime Environment 1.7.0_65 (headless)
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 3 GB Max Memory / 13 MB Used Memory
OS: Linux (amd64)
uname: Linux pms 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
# LOG SNIP
Locking /root/.filebot/logs/amc/amc.log
Parameter: artwork = y
Parameter: extras = y
Parameter: subtitles = sv,en
Parameter: plex = localhost
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: unsorted = y
Parameter: pushbullet = *****
Parameter: excludeList = amc/amc-exclude.txt
Parameter: seriesFormat = series/{n} ({y})/Season {s}/{n} - {s00e00} - {t} [{vf}]{".$lang"}
Parameter: movieFormat = movies/{n} ({y})/{n} ({y}) [{vf}]{".$lang"}
Argument: /mnt/media/downloads/complete
…
Notify Plex: localhost
Sending PushBullet report
IOException: Server returned HTTP response code: 500 for URL: https://api.pushbullet.com/api/pushes
java.io.IOException: Server returned HTTP response code: 500 for URL: https://api.pushbullet.com/api/pushes
at net.filebot.web.WebRequest.post(WebRequest.java:200)
at net.filebot.cli.ScriptShellMethods.post(ScriptShellMethods.java:276)
at PushBulletClient$_closure1_closure4.doCall(Script3.groovy:95)
at PushBulletClient$_closure1.doCall(Script3.groovy:77)
at Script1.run(Script1.groovy:499)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:60)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:81)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:108)
at net.filebot.Main.main(Main.java:191)
Failure (°_°)