Steiger04 / ioBroker.milight-smart-light

Adapter for Milight LED bulbs and LED strips
MIT License
6 stars 3 forks source link

Spinning circle when call MSL App website #48

Closed Just4Link closed 3 years ago

Just4Link commented 3 years ago

I set up the MSL app with the default settings like in the manual.

When i try to connect to the website with ipadress:4400 i only see a spinning circle and it wont go further. Try'd another port too, nothing changed.

Socket port is 8082 with the integrated option. I try'd a separate iosocket instancewith 8084 too, but same behavior.

I try it on pc using chrome and with my smartphone using firefox.

Steiger04 commented 3 years ago

This is a problem with the socket. You have to create a separate socketio instance (adapter socket.io) and not use the internal instance of the web adapter. Very important: used version 3.0.12. Something has been changed in the current socket.io adapter (analogous to the current web adapter), which leads to the errors. I'll patch that in my adapter soon.

Just4Link commented 3 years ago

ok then i wait for the update instead of downgrading the socket adapter. Thanks for your answer :)

Steiger04 commented 3 years ago

The problem is fixed with v1.2.1.