|
Hi,
I was trying to create a new song catalog and add a song to it. Problem is, the favorite() doesn't work.
Sending 1 3 1316205883585--> http://developer.echonest.com/api/v4/catalog/profile?name=test_codehead&api_key=XXXX
received--> {"response": {"status": {"version": "4.2", "code": 0, "message": "Success"}, "catalog": {"resolved": 0, "pending_tickets": [], "name": "test_codehead", "total": 0, "type": "song", "id": "CAEHWFW13273FA18C9"}}}
Sending--> http://developer.echonest.com/api/v4/catalog/update
id=CAEHWFW13273FA18C9
api_key=***
data=[{"item":{"item_id":"SOEKXNR12A6D4FB78D"},"action":"favorite"}]
received--> {"response": {"status": {"version": "4.2", "code": 5, "message": "Invalid item block in the input: favorite is not an acceptable action"}}}
Best Regards,
Samuli Piela
|