Page 1 of 1

Java Error

Posted: 14 Mar 2020, 18:45
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

Re: Java Error

Posted: 14 Mar 2020, 18:54
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.

Re: Java Error

Posted: 14 Mar 2020, 19:33
by torres3490
Ok thanks

Re: Java Error

Posted: 15 Mar 2020, 17:44
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.

Re: Java Error

Posted: 15 Mar 2020, 18:31
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.