My ui interface died on the moddwarf. i.e.: http://192.168.51.1/?v=1.11.4.2785 does not respond and goes in timeout (0 bytes returned from the webservice)
what works:
- http://192.168.51.1/settings.html
- http://192.168.51.1/hello → responds with correct json: {“online”: false, “version”: “v1.11.4.2785”}
- http://192.168.51.1:8081 gives correct page
- curl http://192.168.51.1/reset (resets pedalboard, all good)
- curl -X POST -F ‘bundlepath=/root/.pedalboards/explore.pedalboard’ http://192.168.51.1/pedalboard/load_bundle/ (loads bundle, all good)
what I tried (and does not help):
- reboot (hot and cold)
- change usb port
- ssh root@192.168.51.1 killall python3 (webservice restarts as of ps ax)
- change browser (Safari) - no avail
I really don’t like to reset the whole thing. So any pointers are welcome.