TobKra96 / music_led_strip_control

Audio visualization for LED strips in real-time with web interface on a raspberry pi.
https://tobkra96.github.io/music_led_strip_control/
MIT License
298 stars 64 forks source link

MLSC Server without LAN-Connection #81

Closed BomBastikDE closed 3 years ago

BomBastikDE commented 3 years ago

actuell I install the MLSC Server as it is explane in the WIKI. Actuell the MLSC Server starts without LAN connection and I can see the Webside - but the Clients doesn't connect - after Plug in LAN an reboot, everything works well. Can help someone to confige the system, so I can use it Mobile without LAN?

Best regards

TobKra96 commented 3 years ago

Hi, I will build the setup as you described and give you feedback tomorrow. Have a nice day! TobKra

TobKra96 commented 3 years ago

Hi, I could reproduce the issue. So I started the Raspberry Pi without Ethernet, only Wifi. The Wifi Network was not fast enough for the program and the socket was not valid. Now it will refresh the socket if it is not valid.

Please update your program with curl -sSL https://raw.githubusercontent.com/TobKra96/music_led_strip_control/master/setup.sh | sudo bash and send me a short feedback message, if the fix worked for you.

Have a nice day! TobKra

BomBastikDE commented 3 years ago

....it works after update!

Thanks a lot - for this Projekt

TobKra96 commented 3 years ago

You are welcome :)