I've been using the API for a few months now in a development environment. Today I started getting some weird results, such as the same movie for /movie/{id} no matter what id I pass in. I'm also getting different results for each of the /popular, /upcoming, /now_playing endpoints, as well as movies that came out 50 years ago for my search for movies that were released in the last 3 months (which previously worked before today). I haven't changed anything in my api calls so I'm not really sure what's going on. I just wanted to check to see if there were any known issues on the API side, or if in fact it is something on my side.
Also, the movie that's returning for the /movie/{id} call is Fight Club, every time. The apiary traffic inspector confirms that it's being called with different ids, but always returns Fight Club. Let me know if you want me to post the requests.
Thanks for any info.
找不到电影或节目?登录并创建它吧。
Filimindji 的回复
于 2014 年 11 月 05 日 3:23上午
Same issue here. The result is always Fight Club.
Any clue about that ?
Travis Bell 的回复
于 2014 年 11 月 05 日 10:56上午
It sounds to me like you guys are hitting the Apiary with the "Mock Server" host setting.
You can see if you call the production API everything is being returned properly:
If you want to be able to use Apiary to test real world responses, you need to switch the "Host" in Apiary to "Debugging Proxy".
Cheers.
Rissk13 的回复
于 2014 年 11 月 05 日 11:45上午
Weird, it was using the real API before yesterday and I was using this url "http://private-key-themovietb.apiary.io/3/movie/id". Looking at the 3 different possible urls in Apiary, it doesn't seem like this is valid anymore? Changing it to the production url works. Thanks
Travis Bell 的回复
于 2014 年 11 月 05 日 11:55上午
Hi Rissk13,
I can't answer that, perhaps it's a bug and/or something they changed? Probably best to contact Apiary to see what changed.
Please note, you should only ever be using Apiary for testing. Our production URL is the only one we support and Apiary is not designed to handle a real world production load.
Cheers.
Filimindji 的回复
于 2014 年 11 月 19 日 4:17上午
Thank you, we changed to the prod url and it's fine now.