andrehaveman / spotify-node-applescript

Control Spotify on Mac OSX with NodeJS and AppleScript
MIT License
316 stars 38 forks source link

getTrack returns empty properties #46

Open thebiltheory opened 4 years ago

thebiltheory commented 4 years ago

Calling getTrack() often returns empty properties:

{
    artist: ""
    album: "La Face B"
    disc_number: 0
    duration: 286053
    played_count: 0
    track_number: 0
    popularity: 0
    id: "spotify:track:1Qo3yZVoWOrDhj4NioYW2E"
    name: ""
    album_artist: ""
    artwork_url: "https://i.scdn.co/image/ab67616d0000b27394a8e91768d26d1932f7be0c"
    spotify_url: "spotify:track:1Qo3yZVoWOrDhj4NioYW2E"
}

Likely related to https://github.com/spotify/web-api/issues/1319