java.net connection refused

Support for Ubuntu and other Desktop Linux distributions
Post Reply
ppo852
Posts: 4
Joined: 16 Jan 2016, 15:44

java.net connection refused

Post by ppo852 »

I,
since few days,i've got a problem for renaming only TVshows.
It works well for movies but TVShows don't.
I tried to upgrade to v7 and changed nothing.
I post a you a script from my logs.
If someone have an idea...
Thanks

Code: Select all

Run script [fn:amc] at [Mon May 02 20:05:35 CEST 2016]
Parameter: plex = localhost:32400[:TOKEN]
Parameter: music = y
Parameter: artwork = y
Parameter: ut_dir = /media/adam/torrents/Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES
Parameter: ut_kind = multi
Parameter: ut_title = Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES
Parameter: ut_label = 
Input: /media/adam/torrents/Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES/Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES.avi
Exclude: /media/adam/torrents/Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES/Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES.nfo
Group: [tvs:madam secretary] => [Madam.Secretary.S02E02.FRENCH.HDTV.XviD-FRiES.avi]
Rename episodes using [TheTVDB]
Auto-detected query: [Madam Secretary]
Fetch failed: Connection refused
java.net.ConnectException: Connection refused
java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused
	at net.filebot.WebServices$TheTVDBClientWithLocalSearch.fetchSearchResult(WebServices.java:136)
	at net.filebot.web.AbstractEpisodeListProvider.lambda$search$0(AbstractEpisodeListProvider.java:22)
	at net.filebot.Cache.computeIf(Cache.java:85)
	at net.filebot.Cache$TypedCache.computeIf(Cache.java:166)
	at net.filebot.Cache.computeIfAbsent(Cache.java:91)
	at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:171)
	at net.filebot.web.AbstractEpisodeListProvider.search(AbstractEpisodeListProvider.java:21)
	at net.filebot.cli.CmdlineOperations.fetchEpisodeSet(CmdlineOperations.java:288)
	at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:207)
	at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:110)
	at net.filebot.cli.ScriptShellBaseClass.rename(ScriptShellBaseClass.java:336)
	at Script1$_run_closure72.doCall(Script1.groovy:371)
	at Script1.run(Script1.groovy:356)
	at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:62)
	at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:72)
	at net.filebot.cli.ArgumentProcessor.runScript(ArgumentProcessor.java:114)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:29)
	at net.filebot.Main.main(Main.java:120)
Caused by: java.net.ConnectException: Connection refused
	at net.filebot.web.WebRequest.fetch(WebRequest.java:138)
	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.web.TheTVDBClient.getXmlResource(TheTVDBClient.java:272)
	at net.filebot.web.TheTVDBClient.getMirror(TheTVDBClient.java:246)
	at net.filebot.web.TheTVDBClient.getResource(TheTVDBClient.java:276)
	at net.filebot.web.TheTVDBClient.lambda$getXmlResource$8(TheTVDBClient.java:272)
	at net.filebot.CachedResource.lambda$get$1(CachedResource.java:79)
	at net.filebot.Cache.computeIf(Cache.java:85)
	at net.filebot.CachedResource.get(CachedResource.java:78)
	at net.filebot.web.TheTVDBClient.getXmlResource(TheTVDBClient.java:272)
	at net.filebot.web.TheTVDBClient.fetchSearchResult(TheTVDBClient.java:89)
	at net.filebot.WebServices$TheTVDBClientWithLocalSearch.access$001(WebServices.java:111)
	at net.filebot.WebServices$TheTVDBClientWithLocalSearch.lambda$fetchSearchResult$3(WebServices.java:132)
Caused by: java.net.ConnectException: Connection refused
	at net.filebot.web.WebRequest.fetch(WebRequest.java:135)
	... 17 more
Finished without processing any files
Failure (°_°)
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: java.net connection refused

Post by rednoah »

This error has nothing to do with FileBot itself. It's a network issue:

Code: Select all

java.net.ConnectException: Connection refused
Fix your router/firewall/provider settings. A google search for "java.net.ConnectException: Connection refused" will give you millions or results, some of which might give you a clue how to fix it.
:idea: Please read the FAQ and How to Request Help.
Post Reply