mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #57] Not working after update to 0.9.0 #15
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elkrien on GitHub (Jun 19, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/57
Hi,

Unfortunately after updating to newest release 0.9.0 player freezes after start. Before updating everything worked fine.
This is what I see now:
When I press any key it is not working.
Here is backtrace log:
and log (I have deleted client ID after pasting here):
@aome510 commented on GitHub (Jun 19, 2022):
hi @elkrien, sorry to hear that. To help debugging, does it work now if you run the version
0.8.0?@aome510 commented on GitHub (Jun 19, 2022):
Also, can you checkout this branch, build/run the app, and send me the logs?
@elkrien commented on GitHub (Jun 20, 2022):
Yes, I downgraded to 0.8.0 and its working fine.
For
debug-issue-57branch unfortunatelly the same problem as with 0.9.0. Logs:backtrace
log:
@aome510 commented on GitHub (Jun 20, 2022):
Hmm this is really interesting. I don't really know why but the playlist URI returned from your client looks weird:
uri: spotify:user:spotify:playlist:37i9dQZF1DXakrXW5YU9SI. I tried to listen to that playlist using this link and the URI returned from my client isspotify:playlist:37i9dQZF1DXakrXW5YU9SI. Not sure why there is an additional "user:spotify" part.That said, I can quickly add a patch to fix this.
@aome510 commented on GitHub (Jun 20, 2022):
@elkrien can you try to
debug-issue-57branch again (need force pull)? Also, if the app doesn't freeze anymore, can you also try runningCurrentlyPlayingContextPagecommand (default keymap:g space) to see if that also works?@elkrien commented on GitHub (Jun 21, 2022):
Now works. CurrentlyPlayingContextPage also works.
@aome510 commented on GitHub (Jun 22, 2022):
Should be fixed in the new version
v0.9.2rspotify v0.11#576rspotify v0.11#1515