mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #636] No Lyrics #369
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#369
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 @Areg472 on GitHub (Jun 15, 2025).
Original GitHub issue: https://github.com/jpochyla/psst/issues/636
Describe the bug
A clear and concise description of what the bug is.
Whenever I click the lyrics button it always shows "no lyrics available" even on songs with billions of streams
To Reproduce
Steps to reproduce the behavior.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots

If applicable, add screenshots to help explain your problem.
Environment
WIndows
Additional context
Add any other context about the problem here.
@SO9010 commented on GitHub (Jun 15, 2025):
This is probably an api change from spotify, thanks for pointing it out I'll work on it now!
@SO9010 commented on GitHub (Jun 15, 2025):
@jacksongoode could you have a look at it, I realised i didnt migrate the client properly for te get lyrics and it should look more like this:
But when i do that I still get an error 400. It works on the older versions of psst...
@jacksongoode commented on GitHub (Jun 15, 2025):
Yeah I was noticing the lyrics were missing, I wasn't sure if it was the v2 series of changes? I think in your example we still need to pass in the token.
@jacksongoode commented on GitHub (Jun 15, 2025):
Edit: Not entirely sure why?
I think we ought to follow the way this dev does it in their project https://github.com/akashrchandran/syrics.
@SO9010 commented on GitHub (Jun 15, 2025):
I tried it with replicating everything?? There must be something missing. The token is also added with load cache in the request function.
@SO9010 commented on GitHub (Jun 15, 2025):
Ohhhh ok, strange that it still works on the older versions of psst though? Like before the ureq update...
@jacksongoode commented on GitHub (Jun 15, 2025):
Right actually, maybe that was just for the now playing, I'm not so sure why but maybe the ureq update broke it?
@SO9010 commented on GitHub (Jun 15, 2025):
Yeah that's what I'm thinking, it's definitely not migrated properly but I'm not sure what...
@jacksongoode commented on GitHub (Jun 19, 2025):
Fixed in #648