For a few weeks now I've been unable to get any data from TMDB using either the TMDB scraper or the Universal Movie Scraper.
I'm using The Movie Database 4.0.3 and Universal Movie Scraper 2.8.11, which seem to be the latest versions.
The relevant portion of the log file seems to be:
At those URLs you will see a "Suspended API key: Access to your account has been suspended, contact TMDb " message.
The above was using the Universal scraper and trying to get just images from TMDB. I get similar results when using the TMDB scraper.
Do I need to get my own API key now? Or is there something wrong with my configuration?
Thanks in advance!
I'm using The Movie Database 4.0.3 and Universal Movie Scraper 2.8.11, which seem to be the latest versions.
The relevant portion of the log file seems to be:
Code:
16:59:01 T:12248 DEBUG: scraper: GetTMDBLangThumbsByIdChain returned <details><url function="ParseTMDBBaseImageURL" cache="tmdb-config.json">http://api.tmdb.org/3/configuration?api_key=6889f6089877fd092454d00edb44a84d</url><url function="ParseTMDBLangThumbs" cache="tmdb-images-en-tt0330793.json">http://api.tmdb.org/3/movie/tt0330793/images?api_key=6889f6089877fd092454d00edb44a84d&language=en</url></details>
16:59:01 T:12248 DEBUG: CurlFile::Open(0BC26490) http://api.tmdb.org/3/configuration?api_...0edb44a84d
16:59:01 T:12248 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
16:59:01 T:12248 ERROR: CCurlFile::Open failed with code 401 for http://api.tmdb.org/3/configuration?api_...0edb44a84d
16:59:01 T:12248 ERROR: ADDON::CScraper::Run: Unable to parse web site
16:59:01 T:12248 DEBUG: CurlFile::Open(0BC26490) http://api.tmdb.org/3/movie/tt0330793/im...anguage=en
16:59:01 T:12248 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
16:59:01 T:12248 ERROR: CCurlFile::Open failed with code 401 for http://api.tmdb.org/3/movie/tt0330793/im...anguage=en
16:59:01 T:12248 ERROR: ADDON::CScraper::Run: Unable to parse web site
16:59:01 T:12248 DEBUG: scraper: GetFanartTvFanartByIdChain returned <details><url function="ParseFanartTvFanart" cache="fanarttv-tt0330793.json">http://webservice.fanart.tv/v3/movies/tt0330793?api_key=ed4b784f97227358b31ca4dd966a04f1</url></details>
16:59:01 T:12248 DEBUG: scraper: ParseFanartTvFanart returned <details><fanart></fanart></details>
16:59:01 T:12248 DEBUG: scraper: GetTMDBFanartByIdChain returned <details><url function="ParseTMDBBaseImageURL" cache="tmdb-config.json">http://api.tmdb.org/3/configuration?api_key=6889f6089877fd092454d00edb44a84d</url><url function="ParseTMDBFanart" cache="tmdb-images-tt0330793.json">http://api.tmdb.org/3/movie/tt0330793/images?api_key=6889f6089877fd092454d00edb44a84d</url></details>
16:59:01 T:12248 DEBUG: CurlFile::Open(0BC26490) http://api.tmdb.org/3/configuration?api_...0edb44a84d
16:59:01 T:12248 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
16:59:01 T:12248 ERROR: CCurlFile::Open failed with code 401 for http://api.tmdb.org/3/configuration?api_...0edb44a84d
16:59:01 T:12248 ERROR: ADDON::CScraper::Run: Unable to parse web site
16:59:01 T:12248 DEBUG: CurlFile::Open(0BC26490) http://api.tmdb.org/3/movie/tt0330793/im...0edb44a84d
16:59:01 T:12248 ERROR: CCurlFile::FillBuffer - Failed: HTTP returned error 401
16:59:01 T:12248 ERROR: CCurlFile::Open failed with code 401 for http://api.tmdb.org/3/movie/tt0330793/im...0edb44a84d
16:59:01 T:12248 ERROR: ADDON::CScraper::Run: Unable to parse web site
At those URLs you will see a "Suspended API key: Access to your account has been suspended, contact TMDb " message.
The above was using the Universal scraper and trying to get just images from TMDB. I get similar results when using the TMDB scraper.
Do I need to get my own API key now? Or is there something wrong with my configuration?
Thanks in advance!