[SOLVED] 503 Errors from api.themoviedb.org

Any questions? Need some help?
Post Reply
hansooloo
Posts: 30
Joined: 06 Feb 2016, 14:58

[SOLVED] 503 Errors from api.themoviedb.org

Post 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
Last edited by hansooloo on 15 Aug 2019, 10:55, edited 1 time in total.
JBW
Posts: 10
Joined: 20 Aug 2017, 19:46

Re: 503 Errors from api.themoviedb.org

Post by JBW »

I'm having the same problem/error with themoviedb - IOException HTTP response code 503

V4.8.3 on MacOS
hansooloo
Posts: 30
Joined: 06 Feb 2016, 14:58

Re: 503 Errors from api.themoviedb.org

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: 503 Errors from api.themoviedb.org

Post by rednoah »

:idea: Please read the FAQ and How to Request Help.
Post Reply