Page 1 of 1

Error while Renaming using TheTVdb

Posted: 14 Mar 2020, 17:59
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

Re: Error while Renaming using TheTVdb

Posted: 14 Mar 2020, 18:12
by rednoah

Code: Select all

SocketTimeoutException: Read timed out
:arrow: TheTVDB is down. Try again tomorrow.

Re: Error while Renaming using TheTVdb

Posted: 14 Mar 2020, 18:41
by Cyb3rGh05t
all right thanks