I am accessing the discover and search api from tmdb python library. I was able to access it successfully yesterday. But today, if I run it, I am getting the error "No connection could be made because the target machine actively refused it".
I am not running a memory intensive operation. But just retrieving only one movie.
CONFIG_PATTERN = 'https://api.themoviedb.org/3/movie/550?api_key={key}' url = CONFIG_PATTERN.format(key=tmdb.API_KEY) r = requests.get(url) config = r.json()
Can you please unblock me?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 12 de abril de 2017 a las 01:00
We don't block anyone outside of our standard rate limiting policies.
That error doesn't mean anything to me specifically, are you getting an actual error from us?