mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #119] CORS issues still present? #73
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#73
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 @thilojaeggi on GitHub (Oct 6, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/119
So I just cloned the latest version and tried to connect to the websocket in my flutter app but keep getting a connection refused error.
This is my config:
@thilojaeggi commented on GitHub (Oct 6, 2024):
Weird, with the pre built binary for v0.0.17.1 it works?
@aykevl commented on GitHub (Oct 7, 2024):
What does your log say?
It should say something like the following:
Also, "connection refused" is probably not a CORS issue.
@devgianlu commented on GitHub (Oct 12, 2024):
@thilojaeggi Please check that the configuration file is being read properly, you can find how to migrate in #103:
@aykevl I think the README should be updated detailing how the configuration works after #103.
@devgianlu commented on GitHub (Oct 20, 2024):
@thilojaeggi I have updateded the README to have a more detailed explaination on how the configuration works.
I'll be closing this as
connection refusedis most definitely not a CORS issue. Feel free to open another issue if needed.@aykevl commented on GitHub (Oct 21, 2024):
Oops, sorry I missed the other
server:configuration in the README! Thanks for fixing!