Hey there,
i have a problem with my C#-Code. I just want to download the pictures, but the domain is not the same like 2 weeks ago.
Today http://d3gtl9l2a4fn1j.cloudfront.net/t/p/original
2 weeks ago: https://d1zm4mmpsrckwj.cloudfront.net/t/p/original
Can somebody help me? Thanks a lot
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on February 7, 2013 at 1:35 PM
Hi Westsidef,
Yes, our asset domain changed.
If you're using our API, make sure to check the configuration from time to time as stated in the documentation.
Reply by Westsidef
on February 9, 2013 at 9:23 AM
Thank you for your quick Response.
But when i try to run the following code, i just get a NullExeption: WatTmdb.V3.Tmdb api = new Tmdb("api_key", "de"); api.GetConfiguration(); WatTmdb.V3.TmdbConfiguration config = new TmdbConfiguration(); string base_url = config.images.base_url;
Thanks
Reply by Travis Bell
on February 9, 2013 at 1:01 PM
Hi Westsidef,
We don't provide support for any of the API libraries. You should contact the developer of WatTMDb. However, If I was to guess, it looks like he hasn't got it hooked up in the lib yet.
Seems to work properly.