Hello,
First thanks for your API it's helping me a lot in my school's project. I'm writting a PHP script that update the content of tv shows, seasons and episodes.
I got an error because something seems to be wrong with update table of the Overview, this is what I get from the API :
array(4) { [0]=> array(2) { ["key"]=> string(8) "air_date" ["items"]=> array(1) { [0]=> array(5) { ["id"]=> string(24) "558ee965c3a368686d003046" ["action"]=> string(7) "updated" ["time"]=> string(23) "2015-06-27 18:20:21 UTC" ["value"]=> string(10) "2014-08-01" ["original_value"]=> string(10) "2014-08-01" } } } [1]=> array(2) { ["key"]=> string(4) "name" ["items"]=> array(1) { [0]=> array(5) { ["id"]=> string(24) "558ee965c3a368686d003047" ["action"]=> string(5) "added" ["time"]=> string(23) "2015-06-27 18:20:21 UTC" ["iso_639_1"]=> string(2) "pl" ["value"]=> string(11) "Seria druga" } } } [2]=> array(2) { ["key"]=> string(8) "overview" ["items"]=> array(2) { [0]=> array(4) { ["id"]=> string(24) "558ee965c3a368686d003048" ["action"]=> string(5) "added" ["time"]=> string(23) "2015-06-27 18:20:21 UTC" ["iso_639_1"]=> string(2) "pl" } [1]=> array(5) { ["id"]=> string(24) "558eed079251417d53000036" ["action"]=> string(5) "added" ["time"]=> string(23) "2015-06-27 18:35:51 UTC" ["iso_639_1"]=> string(2) "pl" ["value"]=> string(433) "Szaleństwo Małych Wodogrzmotów powróciło w drugiej odsłonie kreskówki! Wujaszek od trzydziestu lat pracował nad wyjątkowo zaawansowanym wynalazkiem, który właśnie w tym dniu zamierza aktywować, zwracając przy okazji uwagę tajnych służb, ale i najpewniej samego Gideona. Czy wszystko idzie po myśli wuja Stanka? Niekoniecznie, chociaż zwrócił Dipperowi i Mabel dziennik! A to oznacza nowe, niesamowite przygody..." } }
Let's take a look at the overview table. As you can see there is two cells for overview (usually I only get one), and the first don't have a value cell and because of it I got some errors in my script. What is the first cell ? Why is it empty of "value" field ?
Thanks for your help!
Regards, Ludovic COURTIAL
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 30. Juni 2015 um 12:59
Hi Rshown,
I believe there was a temporary issue with this, but it is working now. Here's an example query of an overview change:
Cheers.