#cannot connect to moonraker after power loss.
32 messages · Page 1 of 1 (latest)
what does systemctl status moonraker show?
what do you see if you try to connect your web browser to the printer on port 7125? (http://mainsailos.local:7125), replace "mainsailos.local" with whatever is appropriate for your printer
is there more?
I feel like there should be more 😛
but that's definitely your problem right there
Nope thats all it gave me
okay, try journalctl -u moonraker -r
back ticks
When posting configs or logs, please surround with code fences (```) so that Discord formats them correctly. Example:
```ini
[mcu]
serial: /dev/serial/by-id/usb-klipper-12345-if00
```
[mcu]
serial: /dev/serial/by-id/usb-klipper-12345-if00
'
build/lib/mdb.c:5940: Assertion 'IS_LEAF(mp)' failed in mdb_cursor_next()
never seen that before, but I'm going to go out on a limb and say the moonraker database (mostly history and stuff) is corrupted
whats the next step for something like this?
by far the simplest is going to be to just delete the database, and let it generate a new one
how
rm ~/printer_data/database/*.mdb should do the trick
it gave you another cursor, right?
yup