-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to play a playlist in go-librespot using the Spotify API #77
Labels
bug
Something isn't working
Comments
devgianlu
added a commit
that referenced
this issue
Sep 2, 2024
devgianlu
added a commit
that referenced
this issue
Sep 2, 2024
Since Spotify does not know what type |
Great, thanks a lot! |
joussy
pushed a commit
to joussy/go-librespot
that referenced
this issue
Sep 6, 2024
joussy
pushed a commit
to joussy/go-librespot
that referenced
this issue
Sep 6, 2024
thilojaeggi
pushed a commit
to thilojaeggi/go-librespot
that referenced
this issue
Oct 13, 2024
thilojaeggi
pushed a commit
to thilojaeggi/go-librespot
that referenced
this issue
Oct 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to play a playlist using the Spotify API with go-librespot (
0.0.17
as well as currentmaster
), I get the following error:I added some debug statements and apparently the JSON that is being received looks like this (formatting for readability):
Changing the type of
TargetAliasId
fromstring
touint32
seems to fix this problem, but then the code will panic later on:Thereafter I commented out the statements causing the segfault and then it seems to finally work. But unfortunately I do not have any real experience with any of the Spotify Connect APIs to estimate whether my first change is appropriate and why the segfault happens or what to do to fix it...
Also see:
The text was updated successfully, but these errors were encountered: