Page 1 of 1

[SOLVED] 503 Errors from api.themoviedb.org

Posted: 14 Aug 2019, 22:16
by hansooloo
Was trying to use FileBot with AMC script and ran into an HTTP 503 error (log below). Never saw this before. Is anyone else seeing it too?

Code: Select all

Fetch failed: Try again in 5 seconds (2 more) => java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.themoviedb.org/3/search/movie?query=avengers+endgame&language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9
Fetch failed: Try again in 10 seconds (1 more) => java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.themoviedb.org/3/search/movie?query=avengers+endgame&language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9
Fetch failed: https://api.themoviedb.org/3/search/movie?query=avengers+endgame&language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9
java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.themoviedb.org/3/search/movie?query=avengers+endgame&language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9
	at net.filebot.web.WebRequest.fetch(WebRequest.java:142)
	at net.filebot.CachedResource.lambda$fetchIfNoneMatch$13(CachedResource.java:247)
	at net.filebot.CachedResource.lambda$withPermit$16(CachedResource.java:276)
	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.TMDbClient.request(TMDbClient.java:364)
	at net.filebot.web.TMDbClient.searchMovie(TMDbClient.java:93)
	at net.filebot.WebServices$TMDbClientWithLocalSearch.access$001(WebServices.java:129)
	at net.filebot.WebServices$TMDbClientWithLocalSearch.lambda$searchMovie$5(WebServices.java:169)
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.themoviedb.org/3/search/movie?query=avengers+endgame&language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9
	at net.filebot.web.WebRequest.fetch(WebRequest.java:139)
	... 13 more

java.util.concurrent.ExecutionException: java.io.IOException: Server returned HTTP response code: 503 for URL: https://api.themoviedb.org/3/search/movie?query=avengers+endgame&language=en-US&api_key=1bb965af6888496c30d52a27e831f9c9

Re: 503 Errors from api.themoviedb.org

Posted: 15 Aug 2019, 00:09
by JBW
I'm having the same problem/error with themoviedb - IOException HTTP response code 503

V4.8.3 on MacOS

Re: 503 Errors from api.themoviedb.org

Posted: 15 Aug 2019, 00:31
by hansooloo
Just found this: https://twitter.com/themoviedb/status/1 ... 7097454592

Looks like TheMovieDB is having API performance issues. They are working on a fix.

Re: 503 Errors from api.themoviedb.org

Posted: 15 Aug 2019, 06:43
by rednoah