Error while Renaming using TheTVdb

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Cyb3rGh05t
Posts: 29
Joined: 17 May 2019, 11:47

Error while Renaming using TheTVdb

Post by Cyb3rGh05t »

hi,

since 2 days i get the following error when trying to rename episodes with TVdb.

Code: Select all

java.net.SocketTimeoutException: Read timed out
	at net.filebot.web.WebRequest.fetch(WebRequest.java:142)
	at net.filebot.CachedResource.lambda$fetchIfModified$9(CachedResource.java:215)
	at net.filebot.CachedResource.lambda$null$0(CachedResource.java:87)
	at net.filebot.CachedResource.retry(CachedResource.java:121)
	at net.filebot.CachedResource.retry(CachedResource.java:133)
	at net.filebot.CachedResource.retry(CachedResource.java:133)
	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.lookupByIMDbID(TheTVDBClient.java:302)
	at net.filebot.media.MediaDetection.lookupSeriesNameByInfoFile(MediaDetection.java:1262)
	at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:345)
	at net.filebot.media.MediaDetection.detectSeriesNames(MediaDetection.java:323)
	at net.filebot.media.MediaDetection.mapSeriesNamesByFiles(MediaDetection.java:193)
	at net.filebot.cli.CmdlineOperations.renameSeries(CmdlineOperations.java:179)
	at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:97)
	at net.filebot.cli.ArgumentProcessor.runCommand(ArgumentProcessor.java:124)
	at net.filebot.cli.ArgumentProcessor.run(ArgumentProcessor.java:33)
	at net.filebot.Main.main(Main.java:132)
Caused by: java.net.SocketTimeoutException: Read timed out
	at net.filebot.web.WebRequest.fetch(WebRequest.java:139)
	... 20 more

Failed to lookup info by id: java.net.SocketTimeoutException: Read timed out
Fetch failed: https://api.thetvdb.com/search/series?imdbId=tt1885102
net.filebot.InvalidResponseException: Invalid JSON: JsonIoException: Unknown JSON value type
line: 1, col: 1
<
does somebody know what this could cause?

thanks
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error while Renaming using TheTVdb

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.
Cyb3rGh05t
Posts: 29
Joined: 17 May 2019, 11:47

Re: Error while Renaming using TheTVdb

Post by Cyb3rGh05t »

all right thanks
Post Reply