[GH-ISSUE #46] Does this still work or did spotify kill it? #114

Closed
opened 2026-03-13 21:13:26 +03:00 by kerem · 21 comments
Owner

Originally created by @ihaddy on GitHub (Mar 2, 2025).
Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/46

Originally assigned to: @akashrchandran on GitHub.

I thought this wouldn't work with free accounts because of spotify but i saw you pushed some changes only a few months ago, so do you mind if i ask the state of this project? Does it work with free accounts or just paid?

Originally created by @ihaddy on GitHub (Mar 2, 2025). Original GitHub issue: https://github.com/akashrchandran/spotify-lyrics-api/issues/46 Originally assigned to: @akashrchandran on GitHub. I thought this wouldn't work with free accounts because of spotify but i saw you pushed some changes only a few months ago, so do you mind if i ask the state of this project? Does it work with free accounts or just paid?
kerem closed this issue 2026-03-13 21:13:32 +03:00
Author
Owner

@reykuxd commented on GitHub (Mar 14, 2025):

Looks like Spotify bonked support for both Paid and Free accounts. Common spotify L https://files.catbox.moe/epb0no.webp

<!-- gh-comment-id:2725534580 --> @reykuxd commented on GitHub (Mar 14, 2025): Looks like Spotify bonked support for both Paid and Free accounts. Common spotify L https://files.catbox.moe/epb0no.webp
Author
Owner

@reykuxd commented on GitHub (Mar 15, 2025):

Looks like Spotify bonked support for both Paid and Free accounts. Common spotify L https://files.catbox.moe/epb0no.webp

Spotify just undid the update or something because it works now

<!-- gh-comment-id:2726228562 --> @reykuxd commented on GitHub (Mar 15, 2025): > Looks like Spotify bonked support for both Paid and Free accounts. Common spotify L https://files.catbox.moe/epb0no.webp Spotify just undid the update or something because it works now
Author
Owner

@zhgh122 commented on GitHub (Mar 15, 2025):

@c3kes I always get {"error":true,"message":"lyrics for this track is not available on spotify!"} what did i do wrong

<!-- gh-comment-id:2726258424 --> @zhgh122 commented on GitHub (Mar 15, 2025): @c3kes I always get {"error":true,"message":"lyrics for this track is not available on spotify!"} what did i do wrong
Author
Owner

@akashrchandran commented on GitHub (Mar 15, 2025):

Spotify changed the parameters for the get_access_token endpoint, so I updated it. Other than that, it should work now.

<!-- gh-comment-id:2726283959 --> @akashrchandran commented on GitHub (Mar 15, 2025): Spotify changed the parameters for the get_access_token endpoint, so I updated it. Other than that, it should work now.
Author
Owner

@zhgh122 commented on GitHub (Mar 15, 2025):

@akashrchandran I tried your new version but still faced same error. Already set Cookie on environment variable

<!-- gh-comment-id:2726292509 --> @zhgh122 commented on GitHub (Mar 15, 2025): @akashrchandran I tried your new version but still faced same error. Already set Cookie on environment variable
Author
Owner

@iskiie commented on GitHub (Mar 15, 2025):

I've updated, but it still doesn't work.

<!-- gh-comment-id:2726929919 --> @iskiie commented on GitHub (Mar 15, 2025): I've updated, but it still doesn't work.
Author
Owner

@akashrchandran commented on GitHub (Mar 15, 2025):

Any error in the logs?

<!-- gh-comment-id:2726947691 --> @akashrchandran commented on GitHub (Mar 15, 2025): Any error in the logs?
Author
Owner

@reykuxd commented on GitHub (Mar 15, 2025):

Any error in the logs?

Looks like spotify broke it again. You try to get a get_access_token open.spotify.com/get_access_token?reason=transport&productType=Web_player you get this message on spotify

{"error":{"code":400,"message":"Unauthorized request","extra":{"_notes":"Usage of this endpoint is not permitted under the Spotify Developer Terms and Developer Policy, and applicable law"}}}

<!-- gh-comment-id:2726952910 --> @reykuxd commented on GitHub (Mar 15, 2025): > Any error in the logs? Looks like spotify broke it again. You try to get a get_access_token [open.spotify.com/get_access_token?reason=transport&productType=Web_player](https://open.spotify.com/get_access_token?reason=transport&productType=Web_player) you get this message on spotify {"error":{"code":400,"message":"Unauthorized request","extra":{"_notes":"Usage of this endpoint is not permitted under the Spotify Developer Terms and Developer Policy, and applicable law"}}}
Author
Owner

@akashrchandran commented on GitHub (Mar 16, 2025):

@ihaddy @c3kes @iskiie @zhgh122, Could you please try new commit? Now it's working locally for me, but on Vercel, it's not. Could you confirm? I don't have a premium account anymore, so if anyone has, try and let me know.

<!-- gh-comment-id:2727200359 --> @akashrchandran commented on GitHub (Mar 16, 2025): @ihaddy @c3kes @iskiie @zhgh122, Could you please try new commit? Now it's working locally for me, but on Vercel, it's not. Could you confirm? I don't have a premium account anymore, so if anyone has, try and let me know.
Author
Owner

@zhgh122 commented on GitHub (Mar 16, 2025):

Ok I'll let y'all know after try on my premium acc.
@akashrchandran

<!-- gh-comment-id:2727211029 --> @zhgh122 commented on GitHub (Mar 16, 2025): Ok I'll let y'all know after try on my premium acc. @akashrchandran
Author
Owner

@zhgh122 commented on GitHub (Mar 16, 2025):

@akashrchandran
I have installed and ran your new commit using my Premium Account SP_DC

Url : http://localhost:8080/?trackid=0u7Shj9zotYlZR1HTV04CX

{"error":true,"message":"lyrics for this track is not available on spotify!"}

Im not sure if this error come from the composer
I got these on composer install

Composer could not detect the root package (akashrchandran/spotify-lyrics-api) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 5 installs, 0 updates, 0 removals
    Failed to download symfony/deprecation-contracts from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini
    Now trying to download from source
  - Syncing symfony/deprecation-contracts (v3.5.1) into cache
    Failed to download psr/clock from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini
    Now trying to download from source
  - Syncing psr/clock (1.0.0) into cache
    Failed to download paragonie/constant_time_encoding from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini
    Now trying to download from source
  - Syncing paragonie/constant_time_encoding (v3.0.0) into cache
    Failed to download symfony/polyfill-mbstring from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini
    Now trying to download from source
  - Syncing symfony/polyfill-mbstring (v1.31.0) into cache
    Failed to download spomky-labs/otphp from dist: The zip extension and unzip/7z commands are both missing, skipping.
The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini
    Now trying to download from s
<!-- gh-comment-id:2727225379 --> @zhgh122 commented on GitHub (Mar 16, 2025): @akashrchandran I have installed and ran your new commit using my Premium Account SP_DC Url : http://localhost:8080/?trackid=0u7Shj9zotYlZR1HTV04CX {"error":true,"message":"lyrics for this track is not available on spotify!"} Im not sure if this error come from the composer I got these on composer install ``` Composer could not detect the root package (akashrchandran/spotify-lyrics-api) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Package operations: 5 installs, 0 updates, 0 removals Failed to download symfony/deprecation-contracts from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini Now trying to download from source - Syncing symfony/deprecation-contracts (v3.5.1) into cache Failed to download psr/clock from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini Now trying to download from source - Syncing psr/clock (1.0.0) into cache Failed to download paragonie/constant_time_encoding from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini Now trying to download from source - Syncing paragonie/constant_time_encoding (v3.0.0) into cache Failed to download symfony/polyfill-mbstring from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini Now trying to download from source - Syncing symfony/polyfill-mbstring (v1.31.0) into cache Failed to download spomky-labs/otphp from dist: The zip extension and unzip/7z commands are both missing, skipping. The php.ini used by your command-line PHP is: C:\php-8.4.5\php.ini Now trying to download from s ```
Author
Owner

@akashrchandran commented on GitHub (Mar 16, 2025):

Composer could not detect the root package (akashrchandran/spotify-lyrics-api) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version

Which composer version are you using?

<!-- gh-comment-id:2727235642 --> @akashrchandran commented on GitHub (Mar 16, 2025): > Composer could not detect the root package (akashrchandran/spotify-lyrics-api) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version Which composer version are you using?
Author
Owner

@zhgh122 commented on GitHub (Mar 16, 2025):

@akashrchandran

Can we contact on discord so it easier to communicate?

Composer version 2.8.6 2025-02-25 13:03:50
PHP version 8.4.5 (C:\php-8.4.5\php.exe)

<!-- gh-comment-id:2727242296 --> @zhgh122 commented on GitHub (Mar 16, 2025): @akashrchandran Can we contact on discord so it easier to communicate? Composer version 2.8.6 2025-02-25 13:03:50 PHP version 8.4.5 (C:\php-8.4.5\php.exe)
Author
Owner

@iskiie commented on GitHub (Mar 16, 2025):

I use a premium account

Image

<!-- gh-comment-id:2727609243 --> @iskiie commented on GitHub (Mar 16, 2025): I use a premium account ![Image](https://github.com/user-attachments/assets/f36ec9df-8c25-41a3-8315-2e080481551c)
Author
Owner

@akashrchandran commented on GitHub (Mar 17, 2025):

Can we contact on discord so it easier to communicate?

Yes sure

<!-- gh-comment-id:2728298943 --> @akashrchandran commented on GitHub (Mar 17, 2025): > Can we contact on discord so it easier to communicate? Yes sure
Author
Owner

@akashrchandran commented on GitHub (Mar 17, 2025):

I use a premium account

Image

I have not yet published the package in the packagist. Try to clone locally and run

<!-- gh-comment-id:2728303663 --> @akashrchandran commented on GitHub (Mar 17, 2025): > I use a premium account > > ![Image](https://github.com/user-attachments/assets/f36ec9df-8c25-41a3-8315-2e080481551c) I have not yet published the package in the packagist. Try to clone locally and run
Author
Owner

@iskiie commented on GitHub (Mar 17, 2025):

I use a premium account
Image

I have not yet published the package in the packagist. Try to clone locally and run

Image

Strangely, I still can't use the script even though I have reinstalled it multiple times. I have also double-checked that the SP_DC has been updated.

Code:

Image

<!-- gh-comment-id:2730974417 --> @iskiie commented on GitHub (Mar 17, 2025): > > I use a premium account > > ![Image](https://github.com/user-attachments/assets/f36ec9df-8c25-41a3-8315-2e080481551c) > > I have not yet published the package in the packagist. Try to clone locally and run ![Image](https://github.com/user-attachments/assets/27db2eb6-83ba-437e-8369-281683bfb778) Strangely, I still can't use the script even though I have reinstalled it multiple times. I have also double-checked that the SP_DC has been updated. Code: ![Image](https://github.com/user-attachments/assets/62ac2509-d477-4155-98b3-66bba61ce5ef)
Author
Owner

@reykuxd commented on GitHub (Mar 25, 2025):

@ihaddy @c3kes @iskiie @zhgh122, Could you please try new commit? Now it's working locally for me, but on Vercel, it's not. Could you confirm? I don't have a premium account anymore, so if anyone has, try and let me know.

Hello! Thank you for your time!

{"error":true,"message":"lyrics for this track is not available on spotify!"}

Using http://localhost:8000/?trackid=5tVu9XCfGger7n38aPvfKg

Premium Spotify account - not working for me locally

<!-- gh-comment-id:2749965436 --> @reykuxd commented on GitHub (Mar 25, 2025): > [@ihaddy](https://github.com/ihaddy) [@c3kes](https://github.com/c3kes) [@iskiie](https://github.com/iskiie) [@zhgh122](https://github.com/zhgh122), Could you please try new commit? Now it's working locally for me, but on Vercel, it's not. Could you confirm? I don't have a premium account anymore, so if anyone has, try and let me know. Hello! Thank you for your time! {"error":true,"message":"lyrics for this track is not available on spotify!"} Using http://[localhost:8000/?trackid=5tVu9XCfGger7n38aPvfKg](http://localhost:8000/?trackid=5tVu9XCfGger7n38aPvfKg) Premium Spotify account - not working for me locally
Author
Owner

@sperrow commented on GitHub (Mar 27, 2025):

Getting the same error running locally with Spotify Premium

{"error":true,"message":"lyrics for this track is not available on spotify!"}

<!-- gh-comment-id:2759351797 --> @sperrow commented on GitHub (Mar 27, 2025): Getting the same error running locally with Spotify Premium `{"error":true,"message":"lyrics for this track is not available on spotify!"}`
Author
Owner

@MopigamesYT commented on GitHub (Apr 7, 2025):

it was working for a little bit and it's happening again!!

{"error":true,"message":"lyrics for this track is not available on spotify!"}

<!-- gh-comment-id:2782900467 --> @MopigamesYT commented on GitHub (Apr 7, 2025): it was working for a little bit and it's happening again!! {"error":true,"message":"lyrics for this track is not available on spotify!"}
Author
Owner

@akashrchandran commented on GitHub (Apr 26, 2025):

Check now, I have updated the codebase.

<!-- gh-comment-id:2832017178 --> @akashrchandran commented on GitHub (Apr 26, 2025): Check now, I have updated the codebase.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-lyrics-api#114
No description provided.