Skip to content

spotify.createFromLink no longer working? #50

@felixhammerl

Description

@felixhammerl

hi there,

i got this little script to play audio from libspotify. even though it was flaky from the get go, two days ago it completely stopped working. according to the trace file, there's still stuff happening, but spotify.createFromLink(uri) never loads...

const album = spotify.createFromLink(u)
if (!album) return queueNext(resume)
if (album.isLoaded) return albumIsLoaded(album)
spotify.waitForLoaded([album], albumIsLoaded)

function albumIsLoaded (loadedAlbum) { ... never called ...}

what am i doing wrong?

> node -v
v6.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions