This is odd -- I don't need assistance, as I resolved my issue, but posting this in case others see the same thing.
TL;DR - Did some upgrades, moonraker wouldn't start because it couldn't find python; did a fix-broken-install for python3, and that resolved my issue.
Long version:
I did a fresh install of MainSailOS 1.0.164-bit Bullseye on a Raspberry Pi 3B+ three days ago. All went well. Yesterday I used Update Manager within MainSail to upgrade moonraker (to v0.7.1-826-g1bad68c) and KlipperScreen (to v0.3.1-17-g059f1a8) shortly after that I noticed that KlipperScreen's display was constantly restarting. Poked around in the logs (didn't save whatever it was with KlipperScreen, and it didn't save old logs) but it pointed me to the moonraker log, and the first indication of problem was this:
raise config.error(
confighelper.ConfigError: Invalid path for option `env` in section [klipper]: Path `/home/pi/klippy-env/bin/python` does not exist```
I tracked it back to this broken link:
```pi@klipcore:/usr/bin $ file python3
python3: broken symbolic link to python3.9```
I fixed that with ```sudo apt --fix-broken install``` which ended up re-installing `python3.9-minimal`
Anyway. Just wanted to put this out there. Moonraker log for the failure period attached.