eliteSchwein / mooncord

Moonraker discord Bot
MIT License
132 stars 24 forks source link

Snapshot commands function broke #331

Open eliteSchwein opened 4 weeks ago

eliteSchwein commented 4 weeks ago
[snapshot]
before_snapshot_commands:
- gcode: CHAMBER_LED_ON
enable_before_snapshot_commands: false
delay_before_snapshot_commands: 0
after_snapshot_commands:
- gcode: CHAMBER_LED_OFF
enable_after_snapshot_commands: false
delay_after_snapshot_commands: 0

Error message: Aug 17 16:21:34 mrsatan npm[6263]: [error] [2024-08-17T14:21:34.705Z] Webcam Error: Aug 17 16:21:34 mrsatan npm[6263]: [error] [2024-08-17T14:21:34.705Z] Url: /webcam/snapshot Aug 17 16:21:34 mrsatan npm[6263]: [error] [2024-08-17T14:21:34.706Z] Error: TypeError: i.startsWith is not a function

My guess is that it parses the commands as objects. i have to fully rework the commands stuff