Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------Moonraker Log Start--------------------
- Git Version: v0.5.0-12-g210cae2
- 2021-07-06 18:29:40,254 [moonraker.py:add_log_rollover_item()] -
- #################### Moonraker Configuration ####################
- [server]
- host = 0.0.0.0
- port = 7125
- enable_debug_logging = False
- config_path = ~/klipper_config
- temperature_store_size = 600
- gcode_store_size = 1000
- [authorization]
- enabled = True
- cors_domains =
- *.local
- *.lan
- *://app.fluidd.xyz
- trusted_clients =
- 10.0.0.0/8
- 127.0.0.0/8
- 169.254.0.0/16
- 172.16.0.0/12
- 192.168.0.0/16
- FE80::/10
- ::1/128
- 127.0.0.1
- [octoprint_compat]
- [update_manager]
- [update_manager client fluidd]
- type = web
- repo = cadriel/fluidd
- path = ~/fluidd
- [update_manager client KlipperScreen]
- type = git_repo
- path = /home/pi/KlipperScreen
- origin = https://github.com/jordanruthe/KlipperScreen.git
- env = /home/pi/.KlipperScreen-env/bin/python
- requirements = scripts/KlipperScreen-requirements.txt
- install_script = scripts/KlipperScreen-install.sh
- [system_args]
- configfile = /home/pi/klipper_config/moonraker.conf
- logfile = /tmp/moonraker.log
- software_version = v0.5.0-12-g210cae2
- #################################################################
- 2021-07-06 18:29:40,262 [authorization.py:__init__()] - Authorization Configuration Loaded
- Auth Enabled: True
- Trusted Clients:
- 127.0.0.1
- 10.0.0.0/8
- 127.0.0.0/8
- 169.254.0.0/16
- 172.16.0.0/12
- 192.168.0.0/16
- fe80::/10
- ::1/128
- CORS Domains:
- .*\.local
- .*\.lan
- .*://app\.fluidd\.xyz
- 2021-07-06 18:29:40,273 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET POST) /access/api_key
- 2021-07-06 18:29:40,273 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /access/oneshot_token
- 2021-07-06 18:29:40,274 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/info - Websocket: server.info
- 2021-07-06 18:29:40,274 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/config - Websocket: server.config
- 2021-07-06 18:29:40,274 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /server/restart - Websocket: server.restart
- 2021-07-06 18:29:40,295 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/database/list - Websocket: server.database.list
- 2021-07-06 18:29:40,295 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET POST DELETE) /server/database/item - Websocket: server.database.get_item, server.database.post_item, server.database.delete_item
- 2021-07-06 18:29:40,295 [moonraker.py:load_component()] - Component (database) loaded
- 2021-07-06 18:29:40,308 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/files/list - Websocket: server.files.list
- 2021-07-06 18:29:40,309 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/files/metadata - Websocket: server.files.metadata
- 2021-07-06 18:29:40,309 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET POST DELETE) /server/files/directory - Websocket: server.files.get_directory, server.files.post_directory, server.files.delete_directory
- 2021-07-06 18:29:40,310 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /server/files/move - Websocket: server.files.move
- 2021-07-06 18:29:40,310 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /server/files/copy - Websocket: server.files.copy
- 2021-07-06 18:29:40,310 [app.py:register_local_handler()] - Registering local endpoint - Websocket: server.files.delete_file
- 2021-07-06 18:29:40,342 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
- 2021-07-06 18:29:40,582 [moonraker.py:load_component()] - Component (file_manager) loaded
- 2021-07-06 18:29:40,585 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/pause - Websocket: printer.print.pause
- 2021-07-06 18:29:40,586 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/resume - Websocket: printer.print.resume
- 2021-07-06 18:29:40,586 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/cancel - Websocket: printer.print.cancel
- 2021-07-06 18:29:40,587 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/start - Websocket: printer.print.start
- 2021-07-06 18:29:40,587 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/restart - Websocket: printer.restart
- 2021-07-06 18:29:40,588 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/firmware_restart - Websocket: printer.firmware_restart
- 2021-07-06 18:29:40,588 [moonraker.py:load_component()] - Component (klippy_apis) loaded
- 2021-07-06 18:29:40,593 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/reboot - Websocket: machine.reboot
- 2021-07-06 18:29:40,594 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/shutdown - Websocket: machine.shutdown
- 2021-07-06 18:29:40,594 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/services/restart - Websocket: machine.services.restart
- 2021-07-06 18:29:40,596 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/services/start - Websocket: machine.services.start
- 2021-07-06 18:29:40,596 [moonraker.py:load_component()] - Component (machine) loaded
- 2021-07-06 18:29:40,601 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/temperature_store - Websocket: server.temperature_store
- 2021-07-06 18:29:40,602 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/gcode_store - Websocket: server.gcode_store
- 2021-07-06 18:29:40,602 [moonraker.py:load_component()] - Component (data_store) loaded
- 2021-07-06 18:29:40,609 [moonraker.py:load_component()] - Component (shell_command) loaded
- 2021-07-06 18:29:40,622 [proc_stats.py:__init__()] - Detected 'vcgencmd', throttle checking enabled
- 2021-07-06 18:29:40,623 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /machine/proc_stats - Websocket: machine.proc_stats
- 2021-07-06 18:29:40,623 [moonraker.py:load_component()] - Component (proc_stats) loaded
- 2021-07-06 18:29:40,646 [update_manager.py:__init__()] -
- Initializing Client Updater: 'fluidd',
- version: v1.15.0
- path: /home/pi/fluidd
- 2021-07-06 18:29:40,651 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/moonraker - Websocket: machine.update.moonraker
- 2021-07-06 18:29:40,651 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/klipper - Websocket: machine.update.klipper
- 2021-07-06 18:29:40,651 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/system - Websocket: machine.update.system
- 2021-07-06 18:29:40,652 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/client - Websocket: machine.update.client
- 2021-07-06 18:29:40,652 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /machine/update/status - Websocket: machine.update.status
- 2021-07-06 18:29:40,653 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/recover - Websocket: machine.update.recover
- 2021-07-06 18:29:40,653 [moonraker.py:load_component()] - Component (update_manager) loaded
- 2021-07-06 18:29:40,659 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/version - Websocket: api.version
- 2021-07-06 18:29:40,660 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/server - Websocket: api.server
- 2021-07-06 18:29:40,660 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /api/login - Websocket: api.login
- 2021-07-06 18:29:40,661 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/currentuser - Websocket: api.currentuser
- 2021-07-06 18:29:40,662 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/settings - Websocket: api.settings
- 2021-07-06 18:29:40,662 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/job - Websocket: api.job
- 2021-07-06 18:29:40,663 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/printer - Websocket: api.printer
- 2021-07-06 18:29:40,664 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /api/printer/command - Websocket: api.printer.command
- 2021-07-06 18:29:40,664 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/printerprofiles - Websocket: api.printerprofiles
- 2021-07-06 18:29:40,664 [moonraker.py:load_component()] - Component (octoprint_compat) loaded
- 2021-07-06 18:29:40,665 [moonraker.py:start()] - Starting Moonraker on (0.0.0.0, 7125), Hostname: fluiddpi
- 2021-07-06 18:29:40,676 [moonraker.py:connect()] - Klippy Connection Established
- 2021-07-06 18:29:40,711 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:40,723 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/info; Websocket: printer.info
- 2021-07-06 18:29:40,723 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/query_endstops/status; Websocket: printer.query_endstops.status
- 2021-07-06 18:29:40,724 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/emergency_stop; Websocket: printer.emergency_stop
- 2021-07-06 18:29:40,725 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/pause_resume/pause; Websocket: printer.pause_resume.pause
- 2021-07-06 18:29:40,726 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/objects/query; Websocket: printer.objects.query
- 2021-07-06 18:29:40,727 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/objects/list; Websocket: printer.objects.list
- 2021-07-06 18:29:40,727 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/gcode/firmware_restart; Websocket: printer.gcode.firmware_restart
- 2021-07-06 18:29:40,728 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/objects/subscribe; Websocket: printer.objects.subscribe
- 2021-07-06 18:29:40,729 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/gcode/script; Websocket: printer.gcode.script
- 2021-07-06 18:29:40,730 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/gcode/help; Websocket: printer.gcode.help
- 2021-07-06 18:29:40,731 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/pause_resume/resume; Websocket: printer.pause_resume.resume
- 2021-07-06 18:29:40,731 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/pause_resume/cancel; Websocket: printer.pause_resume.cancel
- 2021-07-06 18:29:40,732 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/gcode/restart; Websocket: printer.gcode.restart
- 2021-07-06 18:29:40,737 [moonraker.py:_initialize()] - Webhooks Subscribed
- 2021-07-06 18:29:40,739 [moonraker.py:_initialize()] - GCode Output Subscribed
- 2021-07-06 18:29:40,817 [update_manager.py:github_api_request()] - GitHub API Request Processed
- URL: https://api.github.com/rate_limit
- Response Code: 200
- Response Reason: OK
- ETag: None
- 2021-07-06 18:29:40,818 [update_manager.py:init_api_rate_limit()] - GitHub API Rate Limit Initialized
- Rate Limit: 60
- Rate Limit Remaining: 58
- Rate Limit Reset Time: Tue Jul 6 19:16:45 2021, Seconds Since Epoch: 1625595405
- 2021-07-06 18:29:42,447 [shell_command.py:_check_proc_success()] - Command (apt list --upgradable) successfully finished
- 2021-07-06 18:29:42,447 [update_manager.py:refresh()] - Detected 0 package updates:
- 2021-07-06 18:29:42,481 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker status -u no) successfully finished
- 2021-07-06 18:29:42,494 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker config --get branch.master.remote) successfully finished
- 2021-07-06 18:29:42,507 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker branch --list) successfully finished
- 2021-07-06 18:29:42,775 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:43,517 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker fetch origin --prune --progress) successfully finished
- 2021-07-06 18:29:43,531 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker remote get-url origin) successfully finished
- 2021-07-06 18:29:43,548 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker rev-parse HEAD) successfully finished
- 2021-07-06 18:29:43,560 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker rev-parse origin/master) successfully finished
- 2021-07-06 18:29:43,580 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker describe --always --tags --long --dirty) successfully finished
- 2021-07-06 18:29:43,602 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker describe origin/master --always --tags --long) successfully finished
- 2021-07-06 18:29:43,622 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker log 210cae27366b46890001249082994aef411f6dfe..origin/master --format="sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" --max-count=100) successfully finished
- 2021-07-06 18:29:43,638 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker show-ref --tags -d) successfully finished
- 2021-07-06 18:29:43,639 [update_manager.py:log_repo_info()] - Git Repo moonraker Detected:
- Owner: Arksine
- Path: /home/pi/moonraker
- Remote: origin
- Branch: master
- Remote URL: https://github.com/Arksine/moonraker.git
- Current Commit SHA: 210cae27366b46890001249082994aef411f6dfe
- Upstream Commit SHA: 4836f52a5dda3cc24710180c9854cc467869a664
- Current Version: v0.5.0-12
- Upstream Version: v0.6.0-177
- Is Dirty: False
- Is Detached: False
- Commits Behind: 30
- 2021-07-06 18:29:43,902 [shell_command.py:_check_proc_success()] - Command (rsync -a --delete /home/pi/moonraker/ /home/pi/.moonraker_repo_backup) successfully finished
- 2021-07-06 18:29:43,903 [update_manager.py:_log_info()] - Repo moonraker: Validity check for git repo passed
- 2021-07-06 18:29:44,013 [update_manager.py:github_api_request()] - GitHub API Request Processed
- URL: https://api.github.com/repos/cadriel/fluidd/releases/latest
- Response Code: 200
- Response Reason: OK
- ETag: "0dad7e0d79934402fd911fea2fd61c81223cbd087a26768fba3958ed4078a4f0"
- 2021-07-06 18:29:44,014 [update_manager.py:_get_remote_version()] - Github client Info Received:
- Repo: fluidd
- Local Version: v1.15.0
- Remote Version: v1.15.0
- url: https://github.com/cadriel/fluidd/releases/download/v1.15.0/fluidd.zip
- 2021-07-06 18:29:44,059 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen status -u no) successfully finished
- 2021-07-06 18:29:44,075 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen config --get branch.master.remote) successfully finished
- 2021-07-06 18:29:44,089 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen branch --list) successfully finished
- 2021-07-06 18:29:44,600 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen fetch origin --prune --progress) successfully finished
- 2021-07-06 18:29:44,613 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen remote get-url origin) successfully finished
- 2021-07-06 18:29:44,628 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen rev-parse HEAD) successfully finished
- 2021-07-06 18:29:44,641 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen rev-parse origin/master) successfully finished
- 2021-07-06 18:29:44,677 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen describe --always --tags --long --dirty) successfully finished
- 2021-07-06 18:29:44,699 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen describe origin/master --always --tags --long) successfully finished
- 2021-07-06 18:29:44,717 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen log 3494f8a7d479264b176bc170f5fdce59a8777a68..origin/master --format="sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" --max-count=100) successfully finished
- 2021-07-06 18:29:44,732 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen show-ref --tags -d) successfully finished
- 2021-07-06 18:29:44,733 [update_manager.py:log_repo_info()] - Git Repo KlipperScreen Detected:
- Owner: jordanruthe
- Path: /home/pi/KlipperScreen
- Remote: origin
- Branch: master
- Remote URL: https://github.com/jordanruthe/KlipperScreen.git
- Current Commit SHA: 3494f8a7d479264b176bc170f5fdce59a8777a68
- Upstream Commit SHA: f68f9c642b9ecb184ed2610327203c295c1bc54b
- Current Version: v0.1.4-73
- Upstream Version: v0.1.6-51
- Is Dirty: False
- Is Detached: False
- Commits Behind: 32
- 2021-07-06 18:29:44,806 [shell_command.py:_check_proc_success()] - Command (rsync -a --delete /home/pi/KlipperScreen/ /home/pi/.KlipperScreen_repo_backup) successfully finished
- 2021-07-06 18:29:44,806 [update_manager.py:_log_info()] - Repo KlipperScreen: Validity check for git repo passed
- 2021-07-06 18:29:44,835 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper status -u no) successfully finished
- 2021-07-06 18:29:44,850 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:44,851 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper config --get branch.master.remote) successfully finished
- 2021-07-06 18:29:44,865 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper branch --list) successfully finished
- 2021-07-06 18:29:45,401 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper fetch origin --prune --progress) successfully finished
- 2021-07-06 18:29:45,413 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper remote get-url origin) successfully finished
- 2021-07-06 18:29:45,426 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper rev-parse HEAD) successfully finished
- 2021-07-06 18:29:45,444 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper rev-parse origin/master) successfully finished
- 2021-07-06 18:29:45,539 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper describe --always --tags --long --dirty) successfully finished
- 2021-07-06 18:29:45,630 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper describe origin/master --always --tags --long) successfully finished
- 2021-07-06 18:29:45,652 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper log e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1..origin/master --format="sha:%H%x1Dauthor:%an%x1Ddate:%ct%x1Dsubject:%s%x1Dmessage:%b%x1E" --max-count=100) successfully finished
- 2021-07-06 18:29:45,668 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper show-ref --tags -d) successfully finished
- 2021-07-06 18:29:45,668 [update_manager.py:log_repo_info()] - Git Repo klipper Detected:
- Owner: KevinOConnor
- Path: /home/pi/klipper
- Remote: origin
- Branch: master
- Remote URL: https://github.com/KevinOConnor/klipper.git
- Current Commit SHA: e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1
- Upstream Commit SHA: f2b4d353d859e0fc75a13b53050812516b06302c
- Current Version: v0.9.1-421
- Upstream Version: v0.9.1-609
- Is Dirty: False
- Is Detached: False
- Commits Behind: 30
- 2021-07-06 18:29:45,816 [app.py:log_release_mode()] - 404 GET /machine/device_power/devices (127.0.0.1) 2.27ms
- 2021-07-06 18:29:46,088 [shell_command.py:_check_proc_success()] - Command (rsync -a --delete /home/pi/klipper/ /home/pi/.klipper_repo_backup) successfully finished
- 2021-07-06 18:29:46,088 [update_manager.py:_log_info()] - Repo klipper: Validity check for git repo passed
- 2021-07-06 18:29:46,328 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 127.0.0.1
- 2021-07-06 18:29:46,337 [app.py:log_release_mode()] - 101 GET /websocket?token=GEM6KTPXM45NHRC4IRCPY5SR2SUF6AKK (127.0.0.1) 1.73ms
- 2021-07-06 18:29:46,337 [websockets.py:add_websocket()] - New Websocket Added: 2817279568
- 2021-07-06 18:29:46,517 [app.py:log_release_mode()] - 404 GET /machine/device_power/devices (127.0.0.1) 1.26ms
- 2021-07-06 18:29:46,915 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:48,978 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:49,835 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
- 2021-07-06 18:29:51,036 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:53,070 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:29:53,842 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
- 2021-07-06 18:29:55,103 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:30:12,061 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
- 2021-07-06 18:30:12,776 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
- 2021-07-06 18:30:14,106 [moonraker.py:_check_ready()] -
- Can not update MCU 'mcu' config as it is shutdown
- Once the underlying issue is corrected, use the
- "FIRMWARE_RESTART" command to reset the firmware, reload the
- config, and restart the host software.
- Error configuring printer
Advertisement
Add Comment
Please, Sign In to add comment