mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #743] Spotify player using the wrong client id when going to authenticated #1376
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#1376
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 @ascaletty on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/743
Spotify-player uses the default client id in the url even when i change it in app.toml or use client_id_command instead. i get an illegal scope every time i try to authenticate as a result. I have made an app on spotify dashboard and specified the id in the app.toml but it seems to still be broken.
version 0.20.5
arch linux
@pbizimis commented on GitHub (Jun 12, 2025):
Same for me. Were you able to fix it?
@ascaletty commented on GitHub (Jun 14, 2025):
no i was not able to fix it
On Thu, Jun 12, 2025 at 12:31:10PM -0700, pbizimis wrote:
@aome510 commented on GitHub (Jun 22, 2025):
This is expected. The configured
client_idis only meant for Spotify Connect feature and the app will use the default client ID for all other features. I don't know why you failed to authenticate with illegal scope though. Do you have premium Spotify account?@ascaletty commented on GitHub (Jun 22, 2025):
Yeah I have premium .
On Sun, Jun 22, 2025 at 2:30 PM Thang Pham @.***> wrote: