mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #126] server.address in config.yml is not assumed in https://accounts.spotify.com/authorize link? #76
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#76
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 @lnkpaulo on GitHub (Oct 18, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/126
My config.yml
The the ouput:
As we can see the uri=http%3A%2F%2F127.0.0.1%3A34753%2Flogin is not assuming the address: 192.168.1.165. Is this the expected behavior?
Thank you for the support.
@devgianlu commented on GitHub (Oct 20, 2024):
Yes, that is intended. The login flow is designed for the official Spotify client and therefore they have locked the redirect URI to those used by the desktop client (localhost only).
@lnkpaulo commented on GitHub (Oct 20, 2024):
Thanks.