austinried / subtracks

A music streaming app for Subsonic-compatible servers
GNU General Public License v3.0
672 stars 29 forks source link

Can't connect to navidrome. #186

Open EpicDrakkar opened 10 months ago

EpicDrakkar commented 10 months ago

Describe the bug Adding the IP with HTTPS, localhost, with port, without port and same issue exist.

To Reproduce Steps to reproduce the behavior: Setting up the server, user, password url with https, localhost with port.

Expected behavior Rest API should work.

Screenshots If applicable, add screenshots to help explain your problem.

Device

Server

ChekeredList71 commented 6 months ago

I couldn't reproduce this issue with a Debian 12 Navidrome server through DuckDNS with Subtracks on Mi 10S,

ChekeredList71 commented 6 months ago

localhost with port

That's seems to be the problem. Localhost is only for the device you are running the server on. I assume that you use Subtracks on a different device.

If you want to connect to your server on your LAN, than use the Navidrome servers IP, like this: serverip:serverport (default port is 4533).

If this solved your problem, please mark the issue as solved.