Pushbullet report failing

All your suggestions, requests and ideas for future development
Post Reply
michl
Posts: 1
Joined: 09 May 2019, 19:15

Pushbullet report failing

Post by michl »

My pushbullet reports don't work anymore

Code: Select all

Sending PushBullet report
SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I am running on a Synology DS413. As far as my research goes I heard a rumor that PushBullet changed it's certificates to Let's encrypt. Let's encrypt needs Java version above 8u101, but my NAS has a 32 bit PowerPC CPU and the latest embedded java version is 8u06 as Oracle discontinued releases.

Code: Select all

$ filebot -script fn:sysinfo
Current application revision (r6224) does not match cache revision (r4984): reset cache
FileBot 4.8.5 (r6224)
JNA Native: java.lang.UnsatisfiedLinkError: Could not find JNA native support
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load ppc (32-bit) native library libmediainfo.so: Could not initialize class com.sun.jna.Native
p7zip: p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)
unrar: UNRAR 5.21 freeware
FFprobe: 3.3.7
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-05-05 (r564)
Groovy: 2.5.6
JRE: Java(TM) SE Embedded Runtime Environment 1.8.0_06
JVM: 32-bit Java HotSpot(TM) Embedded Client VM
CPU/MEM: 2 Core / 245 MB Max Memory / 22 MB Used Memory
OS: Linux (ppc)
HW: Linux Platz 2.6.32.12 #23824 SMP Fri Sep 7 12:48:49 CST 2018 ppc GNU/Linux synology_qoriq_413
DATA: /volume1/@appstore/filebot/data/XXX
Package: SPK
Activate License P7878503
License: FileBot License P7878503 (Valid-Until: 2020-05-16)
Any chance to get the notifications working again?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Pushbullet report failing

Post by rednoah »

Sorry, if you're on PPC then you're pretty screwed. I'm surprised FileBot works at all on that architecture.

You could try to Google how to manually add Lets Encrypt root certificates to your Java installation. However, Java 8 is EOL since January, and 8u06 was like 3-4 years ago, so this might be tricky, unless you get lucky on Google.

:!: Note that Java 8 support in FileBot will be phased out before too long, especially on Synology NAS, where nowadays only JDK 11 / 12 binaries for armv7 and aarch64 are available.
:idea: Please read the FAQ and How to Request Help.
Post Reply