Page 1 of 1

themoviedb "connectexception connection refused connect" error

Posted: 08 Feb 2017, 20:53
by peymanch
hi
when i select themoviedb after a few seconds this error shows "connectexception: connection refused: connect"
why?
i disable firewall and vpn proxy
please help me

Re: themoviedb "connectexception connection refused connect" error

Posted: 08 Feb 2017, 22:57
by rednoah
Maybe you're banned. Try again a few days later.

Re: themoviedb "connectexception connection refused connect" error

Posted: 09 Feb 2017, 14:11
by peymanch
no i try 1 month and not solve!

Re: themoviedb "connectexception connection refused connect" error

Posted: 09 Feb 2017, 14:58
by rednoah
Open PowerShell and try to query episode information.

Check FileBot:

Code: Select all

filebot -list --q "Natsume Yuuinchou Go" --db AniDB
Check AniDB HTTP API:

Code: Select all

Invoke-WebRequest -Uri "http://api.anidb.net:9001/httpapi?request=anime&client=filebot&clientver=6&protover=1&aid=12009"

Re: themoviedb "connectexception connection refused connect" error

Posted: 10 Feb 2017, 17:46
by peymanch
filebot -list --q "Natsume Yuuinchou Go" --db AniDB
connect timed out
java.net.SocketTimeoutException: connect timed out
at net.filebot.web.WebRequest.getReader(WebRequest.java:78)
at net.filebot.web.WebRequest.getDocument(WebRequest.java:92)
at net.filebot.web.WebRequest.getDocument(WebRequest.java:88)
at net.filebot.web.AnidbClient.fetchSeriesData(AnidbClient.java:102)
at net.filebot.web.AbstractEpisodeListProvider.lambda$getSeriesData$1(AbstractEpisodeListProvider.java:60
at net.filebot.Cache.computeIf(Cache.java:90)
at net.filebot.Cache$TypedCache.computeIf(Cache.java:176)
at net.filebot.Cache.computeIfAbsent(Cache.java:96)
at net.filebot.Cache$TypedCache.computeIfAbsent(Cache.java:181)
at net.filebot.web.AbstractEpisodeListProvider.getSeriesData(AbstractEpisodeListProvider.java:59)
at net.filebot.web.AbstractEpisodeListProvider.getEpisodeList(AbstractEpisodeListProvider.java:36)
at net.filebot.cli.CmdlineOperations.fetchEpisodeList(CmdlineOperations.java:1004)
at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:58)
at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:26)
at net.filebot.Main.main(Main.java:115)
Caused by: java.net.SocketTimeoutException: connect timed out
at net.filebot.web.WebRequest.getReader(WebRequest.java:75)
... 14 more



Invoke-WebRequest -Uri "http://api.anidb.net:9001/httpapi?reque ... &aid=12009"
Invoke-WebRequest : Unable to connect to the remote server
At line:1 char:1
+ Invoke-WebRequest -Uri "http://api.anidb.net:9001/httpapi?request=ani ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Re: themoviedb "connectexception connection refused connect" error

Posted: 10 Feb 2017, 17:53
by rednoah
It says Unable to connect to the remote server but we knew that before and unfortunately I can't tell you anymore than that neither.

It's definitely a network issue on your side though. So maybe you'll find some ideas if you Google and see how other people have fixed their network issues.

Try going to some public place with wifi and see if it works. Maybe your IP is banned. Maybe it's your provider blocking stuff. Maybe it's a firewall on your machine blocking connections.

Re: themoviedb "connectexception connection refused connect" error

Posted: 10 Feb 2017, 18:01
by peymanch
thanks please give me script code for testing TheMovieDB Database for movies