Closed ChrisWhite1985 closed 1 year ago
Can you provide me the Klipper and Moonraker version of both machines you currently use? It seems like the value for the neopixel.color_order Config I receive from Moonraker is different now.
For your side it looks like this:
"neopixel fysetc_mini12864": {
"pin": "PC12",
"chain_count": 3,
"initial_red": 1.0,
"initial_green": 0.0,
"initial_blue": 0.0,
"color_order": "RGB"
},
While for my printer a neopixel looks like this:
neopixel fysetc_mini12864": {
"initial_red": 1,
"pin": "EXP1_6",
"chain_count": 3,
"initial_white": 0,
"initial_green": 1,
"initial_blue": 1,
"color_order": [
"RGB"
]
},
In addition, can you send me the output/json that is shown if you visit:
http://<YOUR-PRINTER-ADDRESS>/printer/objects/query?configfile
My Mainsail has not been updated in a while.
Voron (not working) Klipper: v0.10.0-357 Mainsail: v2.1.1
RatOS V-Minion (working) Klipper: v0.10.0-391 Mainsail: v2.1.2
My Mainsail has not been updated in a while.
Voron (not working)
Klipper: v0.10.0-357
Mainsail: v2.1.1
RatOS V-Minion (working)
Klipper: v0.10.0-391
Mainsail: v2.1.2
Thanks for the file. Hopefully i can look into this later today.
Can you also provide me the Version of Moonraker, not Mainsail?
Moonraker
Voron (not working) v0.7.1-340 RatOS V-Minion (working) v0.7.1-565
Moonraker
Voron (not working) v0.7.1-340 RatOS V-Minion (working) v0.7.1-565
Your moonraker versions (mainly v0.7.1-340) are outdated (I can not even find how old but they must be older than 10+ months) So please update them. I assume you used an older mobileraker version that did not offer full Neopixel support yet, therefore after your phone auto-updated the app the error started to occur since the app now uses more config information and data to provide better neopixel support!
Moonraker
Voron (not working) v0.7.1-340 RatOS V-Minion (working) v0.7.1-565
Any news? Did updating klipper resolve the issue or is there sth. else wrong?
Please reopen if the issue is still present
Describe the bug When I go to open Voron Printer, I get this error bit not on RatRig RatOS Printer. Sudddenly stopped working.
Expected behavior Open page Mobileraker - worked till recently.
**Mobileraker-Version Latest.
Additional context Error report from the App.
Exception: type '_OneByteString' is not a subtype of type 'List' in type cast
0 _$$_ConfigNeopixelFromJson (package:mobileraker/data/dto/config/led/config_neopixel.g.dart:20)
1 new _$_ConfigNeopixel.fromJson (package:mobileraker/data/dto/config/led/config_neopixel.freezed.dart:233)
2 _$ConfigNeopixelFromJson (package:mobileraker/data/dto/config/led/config_neopixel.freezed.dart:18)
3 new ConfigNeopixel.fromJson (package:mobileraker/data/dto/config/led/config_neopixel.dart:29)
4 new ConfigFile.parse (package:mobileraker/data/dto/config/config_file.dart:68)
5 PrinterService._updateConfigFile (package:mobileraker/service/moonraker/printer_service.dart:842)
6 PrinterService._parseObjectType (package:mobileraker/service/moonraker/printer_service.dart:465)
7 PrinterService._temperatureStore. (package:mobileraker/service/moonraker/printer_service.dart:415)
8 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:625)
9 PrinterService._parseQueriedObjects (package:mobileraker/service/moonraker/printer_service.dart:555)
10 PrinterService._printerObjectsQuery (package:mobileraker/service/moonraker/printer_service.dart:1139)