-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
I tried requesting a track like so:
spotify.trackUri(track, function(err, res) {
if (err) throw err;
if (!res.uri) return stream.emit('error', new Error('response contained no "uri"'));
console.log(res.uri);
spotify.disconnect();
});
...however the track didn't play. I then immediately copied and pasted the generated URI into a browser and received the following:
Error Code: InvalidKey
Error Message: Unknown Key
URI:
The preview clip of this song works fine. Anyone else experiencing this issue/know what's going wrong?
Metadata
Metadata
Assignees
Labels
No labels