Quantcast
Channel: The Echo Nest Developer Forum
Viewing all articles
Browse latest Browse all 1582

Check taste profile status

$
0
0

Hi, Thanks for your help. Now json format is:

{"action":"update","item":{"item_id":"1_1","song_id":null,"song_name":"The Look of Love","artist_id":null,"artist_name":"Dusty Springfield","favorite":true}},{"action":"update","item":{"item_id":"2_2","song_id":null,"song_name":"Look After You","artist_id":null,"artist_name":"The Fray","favorite":true}}

with "song_id":null and "artist_id":null

I have created new taste profile and at the end I have:

[version] => 4.2 [code] => 0 [message] => Success )

[total_items] => 1001
[items_updated] => 1001
[percent_complete] => 100
[ticket_status] => complete
[update_info] => Array
    (
        [0] => stdClass Object
            (
                [item_id] => 1001_750
                [info] => couldn't resolve item
            )

        [1] => stdClass Object
            (
                [item_id] => 100_86
                [info] => couldn't resolve item
            )

The same result as before. For all items it returns "couldn't resolve item" message.


Viewing all articles
Browse latest Browse all 1582

Trending Articles