Error renaming in Filebot (Portable 4.7.7)
Posted: 24 Jan 2017, 22:54
I finally managed to get Filebot on my Raspberry Pi 2 after some troubleshouting, but I can't seem to use the rename command. Here is the error:
Java version I am running: Java(TM) SE Runtime Environment 1.8.0_111
Any idea what is causing this?
I found a pretty similar post: viewtopic.php?t=3609. However I am not sure if this is the same (and have to admit that I am a bit lost in that thread)
Code: Select all
Fetch failed: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed [https://app.filebot.net/data/moviedb.txt.xz]
Fetch failed: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed [https://app.filebot.net/data/thetvdb.txt.xz]
Failed to load movie index: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
Failed to load series index: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
Fetch failed: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed [https://app.filebot.net/data/moviedb.txt.xz]
Failed to load movie index: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
Fetch failed: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed [https://app.filebot.net/data/series-mappings.txt.xz]
Failed to load series mappings: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
at net.filebot.web.WebRequest.fetch(WebRequest.java:143)
at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:216)
at net.filebot.CachedResource.lambda$null$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:120)
at net.filebot.CachedResource.retry(CachedResource.java:132)
at net.filebot.CachedResource.retry(CachedResource.java:132)
at net.filebot.CachedResource.lambda$get$1(CachedResource.java:87)
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.CachedResource.get(CachedResource.java:82)
at net.filebot.media.ReleaseInfo.lambda$resource$18(ReleaseInfo.java:489)
at net.filebot.TransformedResource.get(Resource.java:54)
at net.filebot.MemoizedResource.get(Resource.java:36)
at net.filebot.media.ReleaseInfo.getSeriesMappings(ReleaseInfo.java:366)
at net.filebot.media.MediaDetection.matchSeriesMappings(MediaDetection.java:471)
at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:357)
at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:327)
at net.filebot.media.AutoDetection.getSeriesMatches(AutoDetection.java:188)
at net.filebot.media.AutoDetection.detectGroup(AutoDetection.java:165)
at net.filebot.media.AutoDetection.lambda$null$3(AutoDetection.java:143)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
... 18 more
Caused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: timestamp check failed
... 19 more
Caused by: java.security.cert.CertPathValidatorException: timestamp check failed
... 19 more
Caused by: java.security.cert.CertificateNotYetValidException: NotBefore: Mon Jan 23 01:00:00 CET 2017
... 19 more
Any idea what is causing this?
I found a pretty similar post: viewtopic.php?t=3609. However I am not sure if this is the same (and have to admit that I am a bit lost in that thread)