When I issue the URL https://api.themoviedb.org/3/tv/airing_today?timezone=DE&page=1&api_key=##### TmDb returns
{"status_code":11,"status_message":"Internal error: Something went wrong, contact TMDb."}
Which I hereby humbly do
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 1, 2015 at 10:29 AM
Hi oncaphillis,
As per the documentation, you need use a valid timezone from the /timezone/list method.
Cheers.
Reply by oncaphillis
on February 1, 2015 at 10:39 AM
I did a "/timezone/list" and got something like ...{"DE":["Europe/Berlin","Europe/Busingen"]}... my understanding was that "DE" is the official ID and things like "Europe/Berlin" are synonyms. Thanks for clarification.
Cheers
Reply by Travis Bell
on February 1, 2015 at 10:46 AM
No problem.