FilebotTool Deluge plugin

Support for macOS users
Post Reply
elgallo
Posts: 40
Joined: 29 Apr 2014, 10:33

FilebotTool Deluge plugin

Post by elgallo »

using Mac Mini, Homebrew install, Deluge thin client - connected to a seedbox,

format expression for movie

Code: Select all

{n.replaceTrailingBrackets().sortName()} ({y})/{n} ({y}) [{certification}]
this is the error I get, any ideas?

Code: Select all

FilebotRuntimeError error on torrent 4e677f87087a82398979ee6072cd959e9058816e:
    FILEBOT OUTPUT DUMP:
    Rename movies using [TheMovieDB]
    Fetch failed: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty [https://app.filebot.net/data/exclude-blacklist.txt.xz]
    Failed to load clutter file filter: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	at net.filebot.web.WebRequest.fetch(WebRequest.java:143)
    	at net.filebot.CachedResource.lambda$fetchIfModified$8(CachedResource.java:186)
    	at net.filebot.CachedResource.lambda$null$0(CachedResource.java:83)
    	at net.filebot.CachedResource.retry(CachedResource.java:112)
    	at net.filebot.CachedResource.lambda$get$1(CachedResource.java:83)
    	at net.filebot.Cache.computeIf(Cache.java:85)
    	at net.filebot.CachedResource.get(CachedResource.java:78)
    	at net.filebot.media.ReleaseInfo.lambda$resource$18(ReleaseInfo.java:489)
    	at net.filebot.MemoizedResource.get(Resource.java:36)
    	at net.filebot.media.ReleaseInfo.getExcludePattern(ReleaseInfo.java:358)
    	at net.filebot.media.ReleaseInfo.getClutterFileFilter(ReleaseInfo.java:407)
    	at net.filebot.media.MediaDetection.getClutterFileFilter(MediaDetection.java:87)
    	at net.filebot.cli.CmdlineOperations.renameMovie(CmdlineOperations.java:316)
    	at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:105)
    	at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:89)
    	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:25)
    	at net.filebot.Main.main(Main.java:124)
    Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
    	... 16 more
    Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	... 17 more
    Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	... 17 more
    Auto-detect movie from context: [/home/elgallo/complete/movie/Absolutely Fabulous The Movie - 1080p.mp4]
    Fetch failed: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty [https://app.filebot.net/data/query-blacklist.txt.xz]
    java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	at net.filebot.web.WebRequest.fetch(WebRequest.java:143)
    	at net.filebot.CachedResource.lambda$fetchIfModified$8(CachedResource.java:186)
    	at net.filebot.CachedResource.lambda$null$0(CachedResource.java:83)
    	at net.filebot.CachedResource.retry(CachedResource.java:112)
    	at net.filebot.CachedResource.lambda$get$1(CachedResource.java:83)
    	at net.filebot.Cache.computeIf(Cache.java:85)
    	at net.filebot.CachedResource.get(CachedResource.java:78)
    	at net.filebot.media.ReleaseInfo.lambda$resource$18(ReleaseInfo.java:489)
    	at net.filebot.MemoizedResource.get(Resource.java:36)
    	at net.filebot.media.ReleaseInfo.getStructureRootPattern(ReleaseInfo.java:263)
    	at net.filebot.media.MediaDetection.isStructureRoot(MediaDetection.java:1007)
    	at net.filebot.media.MediaDetection.guessMovieFolder(MediaDetection.java:802)
    	at net.filebot.media.MediaDetection.detectMovie(MediaDetection.java:598)
    	at net.filebot.cli.CmdlineOperations.renameMovie(CmdlineOperations.java:427)
    	at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:105)
    	at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:89)
    	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:25)
    	at net.filebot.Main.main(Main.java:124)
    Caused by: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	at net.filebot.web.WebRequest.fetch(WebRequest.java:140)
    	... 17 more
    Caused by: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	... 18 more
    Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
    	... 18 more
    Failure (°_°)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: FilebotTool Deluge plugin

Post by rednoah »

Are you using the latest Java runtime?
:idea: Please read the FAQ and How to Request Help.
Post Reply