Java Error

Support for Windows users
Post Reply
torres3490
Posts: 13
Joined: 16 Jan 2017, 15:05

Java Error

Post by torres3490 »

Received this Error, dont know why

Code: Select all

Fetch failed: https://api.thetvdb.com/search/series?name=Ink+Master
java.lang.IllegalStateException: Failed to retrieve authorization token: Read timed out
        at net.filebot.web.TheTVDBClient.getAuthorizationToken(TheTVDBClient.java:131)
        at net.filebot.web.TheTVDBClient.getRequestHeader(TheTVDBClient.java:96)
        at net.filebot.web.TheTVDBClient.lambda$requestJson$0(TheTVDBClient.java:81)
        at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
        at net.filebot.CachedResource.lambda$get$0(CachedResource.java:87)
        at net.filebot.CachedResource.retry(CachedResource.java:121)
        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.TheTVDBClient.requestJson(TheTVDBClient.java:81)
        at net.filebot.web.TheTVDBClient.search(TheTVDBClient.java:139)
        at net.filebot.web.TheTVDBClient.fetchSearchResult(TheTVDBClient.java:158)
        at net.filebot.WebServices$TheTVDBClientWithLocalSearch.access$101(WebServices.java:193)
        at net.filebot.WebServices$TheTVDBClientWithLocalSearch.lambda$fetchSearchResult$4(WebServices.java:213)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at net.filebot.web.WebRequest.post(WebRequest.java:206)
        at net.filebot.web.TheTVDBClient.postJson(TheTVDBClient.java:75)
        at net.filebot.web.TheTVDBClient.getAuthorizationToken(TheTVDBClient.java:127)
        ... 13 more
Caused by: java.net.SocketTimeoutException: Read timed out
        at net.filebot.web.WebRequest.post(WebRequest.java:203)
        ... 15 more
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Java Error

Post by rednoah »

Code: Select all

Caused by: java.net.SocketTimeoutException: Read timed out
:arrow: TheTVDB is down. Try again tomorrow, or use a different database.
:idea: Please read the FAQ and How to Request Help.
torres3490
Posts: 13
Joined: 16 Jan 2017, 15:05

Re: Java Error

Post by torres3490 »

Ok thanks
MarkLex
Posts: 7
Joined: 02 Oct 2016, 03:31

Re: Java Error

Post by MarkLex »

Ya - yesterday I was having to use the moviedb (under tv shows) to rename files. TVDB wouldn't work. I wasn't sure if it was ME or them.
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Java Error

Post by rednoah »

Read timed out means them, their server, your ISP, your VPN provider, etc. Anything that makes you not get a response to network requests.
:idea: Please read the FAQ and How to Request Help.
Post Reply