XDGFX / ultrasonics

Sync music playlists between all your music services. Do more with your music.
GNU General Public License v3.0
222 stars 18 forks source link

Stuck on starting webserver #26

Closed sanskarlather closed 3 years ago

sanskarlather commented 3 years ago

I have tried setting ultrasonics up using both docker and python on windows both time I get stuck on starting webserver for hours I don't know what is the cause of this issue. I am attaching the entire logs folder so this issue can be resolved. logs.zip

XDGFX commented 3 years ago

I don't see any errors in your logs. How are you trying to access ultrasonics? If it's on the same machine you should be able to open localhost:5000 in manual mode. If using Docker make sure to forward port 5000 from inside the container.

docker run -p 5000:5000 xdgfx/ultrasonics

Then go to localhost:5000 in your browser. Maybe you have some firewall setup which is limiting your access? Could be worth temporarily disabling Windows Firewall to see if it's interferring.

XDGFX commented 3 years ago

Closing as I haven't heard back, feel free to re-open if you are still stuck!