Cant connect to moonraker - fresh install

Host / SBC: fly pi lite 2.
Been pulling my hair out for the last couple of days…
FIrst time i encounter this issue but i´ve tried uninstalling and reinstalling Moonraker with the same result.
Using Kiauh.
Any help would be much appreciated!

moonraker.log (100.1 KB)

i suspect the issue has something to do with whatever this means:

It looks similar to this issue.

In short, your system encountered a problem building the wheel during the update. You can try reinstalling dbus-fast via ssh:

source ~/moonraker-env/bin/activate
pip uninstall dbus-fast
pip cache remove dbus-fast
pip install dbus-fast
sudo systemctl restart moonraker
deactivate