Closed dverdep closed 8 months ago
Bug Report
Description
I am in the process of creating a custom printer, when I open the app it throws this error Exception: MobilerakerException{Missing field: print, parentException: null, parentStack: null}
0 PrinterBuilder.build (package:common/data/dto/machine/printer.dart:88) #1 PrinterService.refreshPrinter (package:common/service/moonraker/printer_service.dart:212)
I have seen others bring this issue up about having more than one extruder. I only have one initialized at a time but there are 2 other extruder_steppers that can be changed out for the main extruder (3-in 1-out). I saw someone got it fixed by downloading the beta version however I got the same error on both.
Steps to Reproduce
- Set up a printer as above
- Add it to Mobileraker
- View the dashboard
- See the error
Expected Behavior
I expect the interface to show the printer controls
Screenshots
Version Information
- Device-OS (Android/iOS): iPhone 12[iOS 17.3.1]
- Mobileraker: [2.6.12-404]
- Klipper: [v0.12.0-114-ga77d0790]
- Moonraker: [v0.8.0-318-g9813011d]
Hey,
can you provide me your printer.cfg/klipper.log?
I believe the print
status object, which contains data like print progress, current file.... is only available if you added the virtual_sdcard
option to you config.
yes you were correct i had not added the virtual sd yet and once added it booted right up. Thank you so much!!
Bug Report
Description
I am in the process of creating a custom printer, when I open the app it throws this error Exception: MobilerakerException{Missing field: print, parentException: null, parentStack: null}
0 PrinterBuilder.build (package:common/data/dto/machine/printer.dart:88)
1 PrinterService.refreshPrinter (package:common/service/moonraker/printer_service.dart:212)