You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for a bug report that matches the one I want to file, without success.
I have confirmed that no support FAQ resolves my issue.
I have checked that the correct behavior occurs on Apple Music Web (if applicable).
I have verified that my issue is with a supported version and that it is with the desktop app (Support for other areas can be found in our Discord / on the appropriate repo).
I tried to use the API, and figured out for some reason, since a recent update, the lyrics API no longer works. A request to the lyrics API will always return an empty array, no matter the song and the lyrics availability.
I'd like to add the result is the same for songs that have no lyrics, and whether the ID is the "id" or "catalogId" / "reportingId".
Steps to Reproduce
Start Cider
Play a song with or without lyrics, explicit or not, really any song
Get the ID of the song (either via the interface or through the API)
Attempt to get the lyrics using this endpoint: http://localhost:10767/api/v1/lyrics/ + id
Cider will respond with an empty array: []
Anything else?
I own a Raycast extension for anyone to interact with Cider using Raycast. It is meant to handle various tasks, including showing lyrics in real-time.
While using the extension, I noticed it wasn't showing any lyrics, but it was giving no error, which is supposed to happen when the song doesn't include lyrics.
We really appreciate you taking the time to report this issue! Please double-check your report to ensure your description is clear and concise—this will help us assist you as quickly as possible.
We kindly ask for your patience, and we'll get back to you as soon as we can.
In the meantime, feel free to check out our FAQs, which may have the answer to your question.
Preflight Checklist
How did you download Cider?
Taproom
App Information
{"clientInfo":{"client":"genten","env":"production","arch":"arm64","platform":"darwin","platformFriendly":"macOS","build":"desktop","clientVersion":"2.0.3","capi":"tslr32zx8iqjjrbxwtv4rm8g"},"buildInfo":{"version":"2.6.1.9","commit":"378edcd9280d447549a105ade75ddc5bbc5a46a2","buildDate":"1740437567098","changelogUrl":"2.6.0-release"}}
Operating System
macOS
OS Version
macOS 15.4 Seqoia
How would you describe your issue?
Dev: Websocket
Commit Hash
378edcd9280d447549a105ade75ddc5bbc5a46a2
Describe the Bug
I tried to use the API, and figured out for some reason, since a recent update, the lyrics API no longer works. A request to the lyrics API will always return an empty array, no matter the song and the lyrics availability.
I'd like to add the result is the same for songs that have no lyrics, and whether the ID is the "id" or "catalogId" / "reportingId".
Steps to Reproduce
http://localhost:10767/api/v1/lyrics/
+ idCider will respond with an empty array:
[]
Anything else?
I own a Raycast extension for anyone to interact with Cider using Raycast. It is meant to handle various tasks, including showing lyrics in real-time.
While using the extension, I noticed it wasn't showing any lyrics, but it was giving no error, which is supposed to happen when the song doesn't include lyrics.
Link to the Raycast extension:
https://raycast.com/feyli/cider
The text was updated successfully, but these errors were encountered: