Error when copying TV shows

Support for Ubuntu and other Desktop Linux distributions
Post Reply
aaseef021
Posts: 53
Joined: 08 Nov 2017, 04:08

Error when copying TV shows

Post by aaseef021 »

I get the following error when the filebot script is ran, my script is as followed

Code: Select all

FileBot 4.8.5 (r6224) / OpenJDK Runtime Environment 11.0.6 / Linux 4.15.0-88-generic (amd64)

filebot -script fn:amc --output "/data/Videos" --action copy --conflict override -non-strict --log all --log-file /var/log/filebot_amc.log --def clean=y artwork=y excludeList=amc.txt "/data/Torrents/Completed"

Fetch failed: https://api.thetvdb.com/search/series?name=The+Flash
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

SocketTimeoutException: Read timed out
Finished without processing any files
Abort (×_×)
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error when copying TV shows

Post by rednoah »

Code: Select all

SocketTimeoutException: Read timed out
:arrow: TheTVDB is down. Try again tomorrow.
:idea: Please read the FAQ and How to Request Help.
Post Reply