philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run AirConnect - "Cannot start" error

priov opened this issue · comments

Hi,
I've installed the docker version (docker-airconnect)
I'm getting the following error while trying to execute it:

./aircast-linux-x86_64 -d all=info
[19:07:27.166659] main:912 Starting aircast version: v1.1.5 (May 7 2023 @ 13:42:16)
[19:07:27.166736] main:919 no config file, using defaults
[19:07:27.167100] Start:679 Binding to 192.168.1.100
[19:07:27.169236] bind_socket:636 socket binding 3 on port 34749
[19:07:27.169266] Start:704 Starting pico HTTP server on port 34749
[19:07:27.169326] main:952 Cannot start

I open the issue here as I see the relevant code relates to this repo

You might have a ssl issue (try the static version) or you are binding to a wrong network. Are you sure your docker has ipv4 enabled? Or the host?

You are correct, just resolved it 👍