Results 238 comments of Chris Mullins

Yeah, sorry about this. The resources are also served locally from the device, but they're huge, take forever, and often time out. They should be cached after the initial load....

If you refresh a bunch of times it'll probably eventually work. You could probably also downgrade to an older version and use the old UI.

I think this is probably related: https://github.com/sidoh/esp8266_milight_hub/issues/856 You'll need to flash with platformio first. Need to update the README to reflect this but haven't gotten around to it.

Just did that: https://github.com/sidoh/esp8266_milight_hub/blob/master/README.md#esp32

Can you show a screenshot of the dev console? I'm guessing you're getting timeouts/errors downloading the javascript bundle. If that's the case you should be able to refresh a couple...

Hard for me to be of much help here without a way to reproduce. Can you share the output of `/about` and `/settings`? (make sure to censor any passwords) Could...

Output from Serial logs would potentially be helpful as well.

I'm guessing the call to `/settings` is failing transiently and doesn't have anything to do with browser (although good thought trying). I'm able to load `/settings` with Edge just fine...

Only the same debugging pointer I mentioned -- try checking serial logs. Hard for me to be of much help when I can't reproduce. :(

Thanks for the reports -- definitely sounds like an issue. I'm not getting it, though. The `GET /settings` route works as expected. Have hit it a few dozen times with...