-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simply doesnt work for Navidrome (Subsonic) #129
Comments
…ecetly on startup #129 * Implement interfaces for response shape and getters for data * Parse version data from response and use ping endpoint to return info on connection test * Fix throwing auth/connection errors to include actual cause along with more human-friendly parsed error info
Please try the docker image |
Update 1
|
If it's reachable from your browser then you should verify the MS container has proper network access to reach that IP. Exec (shell) into the MS container and run
If you see see |
Solved, but i have two related questions: |
I'm not sure what you are asking for 1). Bridge networking is the default networking mode for docker. Your containers should have access to IPs on the host network by default. If you're asking about how to let two separate docker networks communicate you need to use named neworks which is outside the scope of this issue. Google "linking separate docker-compose projects" for some guides or look for something like this.
You will need to use a file-based configuration to set polling interval. All of these properties found under the file-based section for subsonic, including |
Please check the FAQ before submitting a bug report.
Describe the bug
A clear and concise description of what the bug is.
What is the URL for Navidrome Sources, its not the documented one because it fails???
To Reproduce
Steps to reproduce the behavior:
docker-stack:
Expected behavior
A clear and concise description of what you expected to happen.
To work and maybe have an more up to documentation?
Logs
If possible reproduce the issue with debug logging ON
Versions (please complete the following information):
Provide version information for any related sources/clients.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: