Still I get "Evil Dead" in first position for Now Playing API request, API does not fetch updated results, now it should fetch "Pain & Gain" ,"Mud" or other movies which are released on this Friday, I found these movies in Coming Soon API request.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no Travis Bell
on aprīlis 26, 2013 at 10:17 AM
Hi zainabed,
When we did the system maintenance 2 weeks ago, one of the things that had to be rebuilt from scratch was our background job processing system. I got the basics of it up last week but have yet to migrate the now playing and upcoming jobs.
I'll see about updating the list manually today sometime.
Atbilde no wkral
on maijs 15, 2013 at 1:38 AM
It seems like this issue might have cropped up again. The Great Gatsby and a few other titles haven't shown up the in the Now Playing listing on the site or via the API.
Atbilde no Travis Bell
on maijs 15, 2013 at 9:24 AM
I'm debating switching the results over to a query which you can now build with the new discover method... right now these lists are manually maintained but I'd like to switch them over to be dynamic (which I can only start doing as of this week).
Downside, we might not have the most reliable data with regards to release dates.
Upside, this might be a way to encourage users to make sure the data is more complete.
Regardless, yes, I haven't updated the list in over a week.
Atbilde no wkral
on maijs 15, 2013 at 11:34 AM
I know I and the people I work with would be encouraged to help keep now playing data up to date. Is your query going to be based solely on release dates? That would work for the upcoming releases but there are a number of straight to video releases and movies that sort of get released in festivals and such. If there was some sort of status flag for now playing that might help.
In any case thanks for the up date.
Atbilde no Travis Bell
on maijs 17, 2013 at 10:02 AM
For now the best we can do is sort by popularity, which should hopefully mostly help with those issues. Our database has zero concept of a "theatrical" release vs. any other type. All we have is release dates.
For now, I think this will be better, I can't keep doing this manually. Adding support for different types of releases is something I can look at in the future.
Atbilde no Travis Bell
on maijs 17, 2013 at 1:03 PM
I've deployed the change to the upcoming and now playing methods to be dynamically generated.
Cheers.
Atbilde no AlexNorway
on maijs 17, 2013 at 9:32 PM
I think something went wrong. This is what I get now: http://oi41.tinypic.com/19428j.jpg
Atbilde no Vaggelis Diatsigkos
on maijs 17, 2013 at 10:04 PM
same here.... error parsing for now playing and upcoming.
Atbilde no Travis Bell
on maijs 17, 2013 at 11:32 PM
Ah, it's actually just a coincidence that you're seeing this error on these methods first. The average on some movies is not being reported as a valid float, but rather
nan
. Which of course, is not valid JSON. It will actually eventually start error'ing on the movie calls to.I'll get this fixed up.
Atbilde no Travis Bell
on maijs 18, 2013 at 12:29 AM
Should be fixed.
Atbilde no wkral
on maijs 18, 2013 at 12:33 AM
Much appreciated, it's working for me now.
Thanks Travis.
Atbilde no AlexNorway
on maijs 18, 2013 at 12:47 AM
Thank you!
Atbilde no AlexNorway
on maijs 18, 2013 at 12:51 AM
It had actually started error'ing on movie calls too btw. Again, thank you for the quick response!
Atbilde no Phil Hart
on maijs 20, 2013 at 9:07 PM
I'm having trouble with the now playing section again. I'm sorry, I do not know the code our program is using, but we would be able to see a listing of movies released in x days ago and until x days ahead and now it shows no results. If I search for the movie title by the name our program finds it, but not a listing of movies within dates. Just checking if this issue has popped up again. thanks
Atbilde no Travis Bell
on maijs 20, 2013 at 10:40 PM
Hi Phil,
There is no known issue with the now playing or upcoming method. Without verifying the methods you are using, it's hard for me to provide much more of an answer. If you help me by letting me know what method your calling we can at least verify you're having trouble with the same methods we're discussing here.
Thanks.