philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.6k stars 219 forks source link

Start:735 Starting pico HTTP server on port 38617 #538

Closed threepoint2 closed 4 months ago

threepoint2 commented 4 months ago

Arch Linux. When running I get the following: then it just stops (different port every time) - any ideas what to check next?

[blasterdroid@blasterdroid-desktop AirConnect-1.8.3]$ sudo ./aircast-linux-x86_64 l 1000:2000 [19:33:04.458] main:952 Starting aircast version: v1.8.3 (Feb 1 2024 @ 01:10:52) [19:33:04.458] main:959 no config file, using defaults [19:33:04.459] Start:709 Binding to 192.168.1.21 [enp2s0] with mask 0xffffff00 [19:33:04.463] Start:735 Starting pico HTTP server on port 38617

Thanks in advance.

philippe44 commented 4 months ago

What are you trying to use in term of device?

threepoint2 commented 4 months ago

Running airconnect on arch linux to for the purpose of streaming to sonos speakers. I've had this working on windows fine but on linux is just stops at the starting pico http server line with no obvious error. Does it log anywhere I can check?

philippe44 commented 4 months ago

It does not "stop" but it does not discover any speaker (Sonos). You can increase debug level to max (-d all=sdebug) and you should see the discovery attempts.

philippe44 commented 4 months ago

oh, you are running AIRCAST which is for ChromeCast, you must run AIRUPNP

threepoint2 commented 4 months ago

It's working fine now, just needed to run AIRUPNP; chalk this one up to user error. marking the issue as solved. thank you for your help :)