I'm trying to list the tracks included in a temporary playlist. but I get this message when rendering my view : Uncaught Error: Invalid playlist URI: spotify:internal:temp_playlist:spotify:app:XXX@1178994458541
here is my code : var pl = models.Playlist.fromURI(tpl.uri); var list = new views.List(pl); document.body.appendChild(list.node);
is there a way to do this ?
Many Thanks,