Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spotify.createFromLink no longer working? #50

Open
felixhammerl opened this issue Dec 14, 2016 · 0 comments
Open

spotify.createFromLink no longer working? #50

felixhammerl opened this issue Dec 14, 2016 · 0 comments

Comments

@felixhammerl
Copy link

felixhammerl commented Dec 14, 2016

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant