mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[GH-ISSUE #199] Lyric search is not possible when set to Apple Music #147
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#147
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 @karigane-cha on GitHub (Nov 4, 2025).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/199
Describe the bug
I set the lyrics provider to Apple Music and get an error when searching for a song.
If I use a provider other than Apple Music, such as Spotify or QQ Music, I can search without any problems.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I can search for songs even if the lyrics provider is set to Apple Music.
Screenshots

Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
@fergassss1 commented on GitHub (Nov 8, 2025):
I think thats actually the server's fault. I went to the link used for Apple Music results(paxsenix.alwaysdata.net/searchAppleMusic.php?q=Your+Text) and got the error: Failed to fetch data after 2 attempts
Hope that the server fixes
@kerollosy commented on GitHub (Nov 15, 2025):
Working on it
@kerollosy commented on GitHub (Nov 15, 2025):
Oh the base URL changed and this was actually fixed in this commit
and ofc I'd advise you to download the latest version here until lambada makes a new release
@karigane-cha commented on GitHub (Nov 15, 2025):
Thank you for your advice.
I installed the latest version of the app and tried searching for a song, and it worked fine.
I also tried the version where this problem had occurred, and searching now works.
Maybe the server issue has been fixed?
@kerollosy commented on GitHub (Nov 15, 2025):
No problem ofc!
Yes I just checked and the server that was down is back up now and is working so yes it should work on both versions fine!
@iamvishalgavit commented on GitHub (Dec 9, 2025):
Is it isn't fixed it yet?
@karigane-cha commented on GitHub (Dec 13, 2025):
I tried the latest debug build and the search worked.
The latest release build isn't fine.
@fergassss1 commented on GitHub (Dec 14, 2025):
the creator of the apple music lyrics provider is switching the link for getting results quite a lot
when looking through the latest debug changes, the link for the results is now https://lyrics.paxsenix.org/apple-music/lyrics?id=$id
if you can't get the debug version paste this code into google colab for now. im absolutely dumb in coding so chatgpt made it (but it works completely fine):