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

TasteProfile/Catalog not updating?

$
0
0

I guess the pre tags and no-break spaces don't work? Sorry. They looked liked they worked in the preview.

Here are the requests I made in the "Proper" format:

GET {    name: Date.now(),    type: 'artist' }


POST [    {       action: 'update',       item: {          artist_id: 'AR12345...',          favorite: true       }    },    {       action: 'update',       item: {          artist_id: 'AR67890...',          favorite: true       }    } ]


GET {    session_catalog: 'CAXXXXXXXXXXXXXXYZ',    seed_catalog: 'CAXXXXXXXXXXXXXXYZ',    type: 'catalog-radio' }


Also, I may add, could you not show html-styled markdown on the preview and perhaps show no-break spaces? In order to get everything to look JSONish, I had to jump through some hoops to make tabs. I had to use a regular space surrounded by two EM spaces, which is the size of a tab.


Viewing all articles
Browse latest Browse all 1582

Trending Articles