mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #1245] Authentication on all desktop platforms is broken #569
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#569
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 @lmore377 on GitHub (Jan 19, 2024).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/1245
Describe the bug
Attempting to start Spotify Connect from any desktop client results in 403 errors, similar to issue #1179. If started from android or iOS, authentication works fine. If librespot is given credentials with
-uand-pthen desktop clients work but only for the logged in user.To reproduce
Steps to reproduce the behavior:
librespotwithout-uor-pLog
This log is from me connecting from a linux client but the output is almost identical to windows & macos. I obfuscated some IDs but the log is otherwise as-is. I ran librespot with
-G -Hto prevent any issues from caching.linux.log
Host (what you are running
librespoton):Additional context
This issue is fixed by #1220 but I noticed that the PR seems stale. Could I create my own PR with the same changes?
@roderickvd commented on GitHub (Jan 19, 2024):
Of course, or maybe clone that user's branch, resolve the outstanding review comments and we'd be good to go!