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.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Phil Hart
στις 20 Μάιος 2013 στις 10:44 ΜΜ
sure I will check this tomorrow and report back with more detail if theres still an issue thanks
Απάντηση από τον/την Phil Hart
στις 21 Μάιος 2013 στις 10:00 ΕΊΜΑΙ
Still having the issue this morning. Our relevant code is listed below, it should show currently playing movies. However, we instead get the message that says Sorry, there are no currently released movies available. Thanks
The function getcurrentmovie leads to:
If you need more info please let me know and I can get our dev involved
We use the TMDb-PHP-API
Απάντηση από τον/την Travis Bell
στις 21 Μάιος 2013 στις 10:05 ΕΊΜΑΙ
What's the actual query you're submitting to the API? I don't see that in the code above.
Απάντηση από τον/την Phil Hart
στις 21 Μάιος 2013 στις 10:15 ΕΊΜΑΙ
travis, i edited my reply above with more code that may help. thanks
Απάντηση από τον/την Travis Bell
στις 21 Μάιος 2013 στις 10:24 ΕΊΜΑΙ
Ok, I think you're actually calling the /2.1/Movie.browse method. Which is not related to the issues described in this thread.
I'll have to see why 2.1 has stopped returning any results but I should mention that 2.1 has been EOL'd and given a firm shut down date of September 15. You're going to need to update your app before then or it will cease functioning all together.
We have re-created the "2.1 Movie.browse" method in v3. It's called discover, and that is the method you will have to migrate this feature to.
Απάντηση από τον/την Phil Hart
στις 21 Μάιος 2013 στις 11:12 ΕΊΜΑΙ
Yes, we are using 2.1 still, and evaluating our program to upgrade it to 3 per your email a week or 2 ago. We will be upgrading to 3 this summer.
Απάντηση από τον/την Travis Bell
στις 22 Μάιος 2013 στις 05:25 ΜΜ
Hey Phil,
This should resume working for you shortly.
Απάντηση από τον/την Phil Hart
στις 22 Μάιος 2013 στις 05:26 ΜΜ
Indeed it does work now, thank you!