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?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2017 年 04 月 12 日 1: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?