Results 73 comments of Jürgen Mang

As a workaround you can change the connection from socket to IP for myMPD. I have no idea why the socket disappears. It must be DietPi or MPD related. I...

After changing a sds string with none-sds-aware functions you should use `sdsupatelen(s)` to set the correct sdslen (calculated from strlen). Even better is not to use such functions on sds...

Waits for mpd patch merge.

There are no errors in the log and also not the apply/save request. Please post relevant logs and have a look in the JavaScript console of your browser.

In the console there is a MYMPD_API_SETTINGS_SET request. Please double check the myMPD debug log and also look at the network tab of your browsers developer tools.

I can not see any error. Where is the request for MYMPD_API_SETTINGS_SET ?

The 101 is normal, this is the websocket upgrade. You must find the POST request with the MYMPD_API_SETTINGS_SET payload.

The request should be shown in the browser network console or there must be a javascript error.

Please attach your config, the config and the state directory.

Please try to disable ssl. It seems to be another ssl bug in mongoose, like #1212