Fetch failed

Support for Ubuntu and other Desktop Linux distributions
Post Reply
davep89
Posts: 1
Joined: 21 Feb 2018, 08:06

Fetch failed

Post by davep89 »

Hi everyone. I'm getting this message:

Fetching movie artwork for [Going in Style (2017)] to [/share/MD0_DATA/Multimedia/Movies/Going in Style (2017)]
Generate Movie NFO: Going in Style [353070]
Fetching /share/MD0_DATA/Multimedia/Movies/Going in Style (2017)/poster.jpg => [posters/1200x1800, en, https://image.tmdb.org/t/p/original/8cf ... edN7cZ.jpg]
Fetching /share/MD0_DATA/Multimedia/Movies/Going in Style (2017)/fanart.jpg => [backdrops/1920x1080, en, https://image.tmdb.org/t/p/original/fUA ... u5wWVc.jpg]
Fetch failed: Try again in 5 seconds (2 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Fetch failed: Try again in 10 seconds (1 more) => javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Fetch failed: https://webservice.fanart.tv/v3/movies/ ... 2f392c2deb
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at net.filebot.web.WebRequest.fetch(WebRequest.java:143)
at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
at net.filebot.CachedResource.lambda$null$0(CachedResource.java:87)
at net.filebot.CachedResource.retry(CachedResource.java:121)
at net.filebot.CachedResource.retry(CachedResource.java:133)
at net.filebot.CachedResource.retry(CachedResource.java:133)
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.web.FanartTVClient.getArtwork(FanartTVClient.java:45)
at net.filebot.web.ArtworkProvider$getArtwork.call(Unknown Source)
at Script2.fetchMovieFanart(Script2.groovy:239)
at Script2$_fetchMovieArtworkAndNfo_closure12$_closure44.doCall(Script2.groovy:346)
at Script2$_fetchMovieArtworkAndNfo_closure12.doCall(Script2.groovy:346)
at Script2$_fetchMovieArtworkAndNfo_closure12.doCall(Script2.groovy)
at net.filebot.cli.ScriptShellBaseClass.tryLogCatch(ScriptShellBaseClass.java:141)
at Script2.fetchMovieArtworkAndNfo(Script2.groovy:326)
at Script1$_run_closure54$_closure135.doCall(Script1.groovy:461)
at Script1$_run_closure54.doCall(Script1.groovy:456)
at Script1.run(Script1.groovy:412)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:64)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:74)
at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:127)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
at net.filebot.Main.main(Main.java:111)
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
... 24 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
... 25 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
... 25 more

SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

in the amc log although it seems that the artwork is downloaded and Filebot has worked fine. I'm running it on a QNAP Arm7 NAS, latest OS.

Although it doesn't seem to be causing any ill effects it would be nice if it went away! Its untidy. Any ideas?

Regards

David
Post Reply