silenius

Untitled

Jul 6th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.63 KB | None | 0 0
  1. --------------------Moonraker Log Start--------------------
  2. Git Version: v0.5.0-12-g210cae2
  3. 2021-07-06 18:29:40,254 [moonraker.py:add_log_rollover_item()] -
  4. #################### Moonraker Configuration ####################
  5.  
  6. [server]
  7. host = 0.0.0.0
  8. port = 7125
  9. enable_debug_logging = False
  10. config_path = ~/klipper_config
  11. temperature_store_size = 600
  12. gcode_store_size = 1000
  13.  
  14. [authorization]
  15. enabled = True
  16. cors_domains =
  17. *.local
  18. *.lan
  19. *://app.fluidd.xyz
  20. trusted_clients =
  21. 10.0.0.0/8
  22. 127.0.0.0/8
  23. 169.254.0.0/16
  24. 172.16.0.0/12
  25. 192.168.0.0/16
  26. FE80::/10
  27. ::1/128
  28. 127.0.0.1
  29.  
  30. [octoprint_compat]
  31.  
  32. [update_manager]
  33.  
  34. [update_manager client fluidd]
  35. type = web
  36. repo = cadriel/fluidd
  37. path = ~/fluidd
  38.  
  39. [update_manager client KlipperScreen]
  40. type = git_repo
  41. path = /home/pi/KlipperScreen
  42. origin = https://github.com/jordanruthe/KlipperScreen.git
  43. env = /home/pi/.KlipperScreen-env/bin/python
  44. requirements = scripts/KlipperScreen-requirements.txt
  45. install_script = scripts/KlipperScreen-install.sh
  46.  
  47. [system_args]
  48. configfile = /home/pi/klipper_config/moonraker.conf
  49. logfile = /tmp/moonraker.log
  50. software_version = v0.5.0-12-g210cae2
  51.  
  52. #################################################################
  53. 2021-07-06 18:29:40,262 [authorization.py:__init__()] - Authorization Configuration Loaded
  54. Auth Enabled: True
  55. Trusted Clients:
  56. 127.0.0.1
  57. 10.0.0.0/8
  58. 127.0.0.0/8
  59. 169.254.0.0/16
  60. 172.16.0.0/12
  61. 192.168.0.0/16
  62. fe80::/10
  63. ::1/128
  64. CORS Domains:
  65. .*\.local
  66. .*\.lan
  67. .*://app\.fluidd\.xyz
  68. 2021-07-06 18:29:40,273 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET POST) /access/api_key
  69. 2021-07-06 18:29:40,273 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /access/oneshot_token
  70. 2021-07-06 18:29:40,274 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/info - Websocket: server.info
  71. 2021-07-06 18:29:40,274 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/config - Websocket: server.config
  72. 2021-07-06 18:29:40,274 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /server/restart - Websocket: server.restart
  73. 2021-07-06 18:29:40,295 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/database/list - Websocket: server.database.list
  74. 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
  75. 2021-07-06 18:29:40,295 [moonraker.py:load_component()] - Component (database) loaded
  76. 2021-07-06 18:29:40,308 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/files/list - Websocket: server.files.list
  77. 2021-07-06 18:29:40,309 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/files/metadata - Websocket: server.files.metadata
  78. 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
  79. 2021-07-06 18:29:40,310 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /server/files/move - Websocket: server.files.move
  80. 2021-07-06 18:29:40,310 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /server/files/copy - Websocket: server.files.copy
  81. 2021-07-06 18:29:40,310 [app.py:register_local_handler()] - Registering local endpoint - Websocket: server.files.delete_file
  82. 2021-07-06 18:29:40,342 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
  83. 2021-07-06 18:29:40,582 [moonraker.py:load_component()] - Component (file_manager) loaded
  84. 2021-07-06 18:29:40,585 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/pause - Websocket: printer.print.pause
  85. 2021-07-06 18:29:40,586 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/resume - Websocket: printer.print.resume
  86. 2021-07-06 18:29:40,586 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/cancel - Websocket: printer.print.cancel
  87. 2021-07-06 18:29:40,587 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/print/start - Websocket: printer.print.start
  88. 2021-07-06 18:29:40,587 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/restart - Websocket: printer.restart
  89. 2021-07-06 18:29:40,588 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /printer/firmware_restart - Websocket: printer.firmware_restart
  90. 2021-07-06 18:29:40,588 [moonraker.py:load_component()] - Component (klippy_apis) loaded
  91. 2021-07-06 18:29:40,593 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/reboot - Websocket: machine.reboot
  92. 2021-07-06 18:29:40,594 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/shutdown - Websocket: machine.shutdown
  93. 2021-07-06 18:29:40,594 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/services/restart - Websocket: machine.services.restart
  94. 2021-07-06 18:29:40,596 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/services/start - Websocket: machine.services.start
  95. 2021-07-06 18:29:40,596 [moonraker.py:load_component()] - Component (machine) loaded
  96. 2021-07-06 18:29:40,601 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/temperature_store - Websocket: server.temperature_store
  97. 2021-07-06 18:29:40,602 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /server/gcode_store - Websocket: server.gcode_store
  98. 2021-07-06 18:29:40,602 [moonraker.py:load_component()] - Component (data_store) loaded
  99. 2021-07-06 18:29:40,609 [moonraker.py:load_component()] - Component (shell_command) loaded
  100. 2021-07-06 18:29:40,622 [proc_stats.py:__init__()] - Detected 'vcgencmd', throttle checking enabled
  101. 2021-07-06 18:29:40,623 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /machine/proc_stats - Websocket: machine.proc_stats
  102. 2021-07-06 18:29:40,623 [moonraker.py:load_component()] - Component (proc_stats) loaded
  103. 2021-07-06 18:29:40,646 [update_manager.py:__init__()] -
  104. Initializing Client Updater: 'fluidd',
  105. version: v1.15.0
  106. path: /home/pi/fluidd
  107. 2021-07-06 18:29:40,651 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/moonraker - Websocket: machine.update.moonraker
  108. 2021-07-06 18:29:40,651 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/klipper - Websocket: machine.update.klipper
  109. 2021-07-06 18:29:40,651 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/system - Websocket: machine.update.system
  110. 2021-07-06 18:29:40,652 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/client - Websocket: machine.update.client
  111. 2021-07-06 18:29:40,652 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /machine/update/status - Websocket: machine.update.status
  112. 2021-07-06 18:29:40,653 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /machine/update/recover - Websocket: machine.update.recover
  113. 2021-07-06 18:29:40,653 [moonraker.py:load_component()] - Component (update_manager) loaded
  114. 2021-07-06 18:29:40,659 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/version - Websocket: api.version
  115. 2021-07-06 18:29:40,660 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/server - Websocket: api.server
  116. 2021-07-06 18:29:40,660 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /api/login - Websocket: api.login
  117. 2021-07-06 18:29:40,661 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/currentuser - Websocket: api.currentuser
  118. 2021-07-06 18:29:40,662 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/settings - Websocket: api.settings
  119. 2021-07-06 18:29:40,662 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/job - Websocket: api.job
  120. 2021-07-06 18:29:40,663 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/printer - Websocket: api.printer
  121. 2021-07-06 18:29:40,664 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (POST) /api/printer/command - Websocket: api.printer.command
  122. 2021-07-06 18:29:40,664 [app.py:register_local_handler()] - Registering local endpoint - HTTP: (GET) /api/printerprofiles - Websocket: api.printerprofiles
  123. 2021-07-06 18:29:40,664 [moonraker.py:load_component()] - Component (octoprint_compat) loaded
  124. 2021-07-06 18:29:40,665 [moonraker.py:start()] - Starting Moonraker on (0.0.0.0, 7125), Hostname: fluiddpi
  125. 2021-07-06 18:29:40,676 [moonraker.py:connect()] - Klippy Connection Established
  126. 2021-07-06 18:29:40,711 [moonraker.py:_check_ready()] -
  127. Can not update MCU 'mcu' config as it is shutdown
  128. Once the underlying issue is corrected, use the
  129. "FIRMWARE_RESTART" command to reset the firmware, reload the
  130. config, and restart the host software.
  131. Error configuring printer
  132.  
  133. 2021-07-06 18:29:40,723 [app.py:register_remote_handler()] - Registering remote endpoint - HTTP: (GET POST) /printer/info; Websocket: printer.info
  134. 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
  135. 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
  136. 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
  137. 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
  138. 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
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 2021-07-06 18:29:40,737 [moonraker.py:_initialize()] - Webhooks Subscribed
  147. 2021-07-06 18:29:40,739 [moonraker.py:_initialize()] - GCode Output Subscribed
  148. 2021-07-06 18:29:40,817 [update_manager.py:github_api_request()] - GitHub API Request Processed
  149. URL: https://api.github.com/rate_limit
  150. Response Code: 200
  151. Response Reason: OK
  152. ETag: None
  153. 2021-07-06 18:29:40,818 [update_manager.py:init_api_rate_limit()] - GitHub API Rate Limit Initialized
  154. Rate Limit: 60
  155. Rate Limit Remaining: 58
  156. Rate Limit Reset Time: Tue Jul 6 19:16:45 2021, Seconds Since Epoch: 1625595405
  157. 2021-07-06 18:29:42,447 [shell_command.py:_check_proc_success()] - Command (apt list --upgradable) successfully finished
  158. 2021-07-06 18:29:42,447 [update_manager.py:refresh()] - Detected 0 package updates:
  159.  
  160. 2021-07-06 18:29:42,481 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker status -u no) successfully finished
  161. 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
  162. 2021-07-06 18:29:42,507 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker branch --list) successfully finished
  163. 2021-07-06 18:29:42,775 [moonraker.py:_check_ready()] -
  164. Can not update MCU 'mcu' config as it is shutdown
  165. Once the underlying issue is corrected, use the
  166. "FIRMWARE_RESTART" command to reset the firmware, reload the
  167. config, and restart the host software.
  168. Error configuring printer
  169.  
  170. 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
  171. 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
  172. 2021-07-06 18:29:43,548 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/moonraker rev-parse HEAD) successfully finished
  173. 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
  174. 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
  175. 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
  176. 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
  177. 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
  178. 2021-07-06 18:29:43,639 [update_manager.py:log_repo_info()] - Git Repo moonraker Detected:
  179. Owner: Arksine
  180. Path: /home/pi/moonraker
  181. Remote: origin
  182. Branch: master
  183. Remote URL: https://github.com/Arksine/moonraker.git
  184. Current Commit SHA: 210cae27366b46890001249082994aef411f6dfe
  185. Upstream Commit SHA: 4836f52a5dda3cc24710180c9854cc467869a664
  186. Current Version: v0.5.0-12
  187. Upstream Version: v0.6.0-177
  188. Is Dirty: False
  189. Is Detached: False
  190. Commits Behind: 30
  191. 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
  192. 2021-07-06 18:29:43,903 [update_manager.py:_log_info()] - Repo moonraker: Validity check for git repo passed
  193. 2021-07-06 18:29:44,013 [update_manager.py:github_api_request()] - GitHub API Request Processed
  194. URL: https://api.github.com/repos/cadriel/fluidd/releases/latest
  195. Response Code: 200
  196. Response Reason: OK
  197. ETag: "0dad7e0d79934402fd911fea2fd61c81223cbd087a26768fba3958ed4078a4f0"
  198. 2021-07-06 18:29:44,014 [update_manager.py:_get_remote_version()] - Github client Info Received:
  199. Repo: fluidd
  200. Local Version: v1.15.0
  201. Remote Version: v1.15.0
  202. url: https://github.com/cadriel/fluidd/releases/download/v1.15.0/fluidd.zip
  203. 2021-07-06 18:29:44,059 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen status -u no) successfully finished
  204. 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
  205. 2021-07-06 18:29:44,089 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen branch --list) successfully finished
  206. 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
  207. 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
  208. 2021-07-06 18:29:44,628 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/KlipperScreen rev-parse HEAD) successfully finished
  209. 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
  210. 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
  211. 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
  212. 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
  213. 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
  214. 2021-07-06 18:29:44,733 [update_manager.py:log_repo_info()] - Git Repo KlipperScreen Detected:
  215. Owner: jordanruthe
  216. Path: /home/pi/KlipperScreen
  217. Remote: origin
  218. Branch: master
  219. Remote URL: https://github.com/jordanruthe/KlipperScreen.git
  220. Current Commit SHA: 3494f8a7d479264b176bc170f5fdce59a8777a68
  221. Upstream Commit SHA: f68f9c642b9ecb184ed2610327203c295c1bc54b
  222. Current Version: v0.1.4-73
  223. Upstream Version: v0.1.6-51
  224. Is Dirty: False
  225. Is Detached: False
  226. Commits Behind: 32
  227. 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
  228. 2021-07-06 18:29:44,806 [update_manager.py:_log_info()] - Repo KlipperScreen: Validity check for git repo passed
  229. 2021-07-06 18:29:44,835 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper status -u no) successfully finished
  230. 2021-07-06 18:29:44,850 [moonraker.py:_check_ready()] -
  231. Can not update MCU 'mcu' config as it is shutdown
  232. Once the underlying issue is corrected, use the
  233. "FIRMWARE_RESTART" command to reset the firmware, reload the
  234. config, and restart the host software.
  235. Error configuring printer
  236.  
  237. 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
  238. 2021-07-06 18:29:44,865 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper branch --list) successfully finished
  239. 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
  240. 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
  241. 2021-07-06 18:29:45,426 [shell_command.py:_check_proc_success()] - Command (git -C /home/pi/klipper rev-parse HEAD) successfully finished
  242. 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
  243. 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
  244. 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
  245. 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
  246. 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
  247. 2021-07-06 18:29:45,668 [update_manager.py:log_repo_info()] - Git Repo klipper Detected:
  248. Owner: KevinOConnor
  249. Path: /home/pi/klipper
  250. Remote: origin
  251. Branch: master
  252. Remote URL: https://github.com/KevinOConnor/klipper.git
  253. Current Commit SHA: e7b0e7b43bbf20bf89f47444fbbfc0e10aca1ed1
  254. Upstream Commit SHA: f2b4d353d859e0fc75a13b53050812516b06302c
  255. Current Version: v0.9.1-421
  256. Upstream Version: v0.9.1-609
  257. Is Dirty: False
  258. Is Detached: False
  259. Commits Behind: 30
  260. 2021-07-06 18:29:45,816 [app.py:log_release_mode()] - 404 GET /machine/device_power/devices (127.0.0.1) 2.27ms
  261. 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
  262. 2021-07-06 18:29:46,088 [update_manager.py:_log_info()] - Repo klipper: Validity check for git repo passed
  263. 2021-07-06 18:29:46,328 [authorization.py:_check_trusted_connection()] - Trusted Connection Detected, IP: 127.0.0.1
  264. 2021-07-06 18:29:46,337 [app.py:log_release_mode()] - 101 GET /websocket?token=GEM6KTPXM45NHRC4IRCPY5SR2SUF6AKK (127.0.0.1) 1.73ms
  265. 2021-07-06 18:29:46,337 [websockets.py:add_websocket()] - New Websocket Added: 2817279568
  266. 2021-07-06 18:29:46,517 [app.py:log_release_mode()] - 404 GET /machine/device_power/devices (127.0.0.1) 1.26ms
  267. 2021-07-06 18:29:46,915 [moonraker.py:_check_ready()] -
  268. Can not update MCU 'mcu' config as it is shutdown
  269. Once the underlying issue is corrected, use the
  270. "FIRMWARE_RESTART" command to reset the firmware, reload the
  271. config, and restart the host software.
  272. Error configuring printer
  273.  
  274. 2021-07-06 18:29:48,978 [moonraker.py:_check_ready()] -
  275. Can not update MCU 'mcu' config as it is shutdown
  276. Once the underlying issue is corrected, use the
  277. "FIRMWARE_RESTART" command to reset the firmware, reload the
  278. config, and restart the host software.
  279. Error configuring printer
  280.  
  281. 2021-07-06 18:29:49,835 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
  282. 2021-07-06 18:29:51,036 [moonraker.py:_check_ready()] -
  283. Can not update MCU 'mcu' config as it is shutdown
  284. Once the underlying issue is corrected, use the
  285. "FIRMWARE_RESTART" command to reset the firmware, reload the
  286. config, and restart the host software.
  287. Error configuring printer
  288.  
  289. 2021-07-06 18:29:53,070 [moonraker.py:_check_ready()] -
  290. Can not update MCU 'mcu' config as it is shutdown
  291. Once the underlying issue is corrected, use the
  292. "FIRMWARE_RESTART" command to reset the firmware, reload the
  293. config, and restart the host software.
  294. Error configuring printer
  295.  
  296. 2021-07-06 18:29:53,842 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
  297. 2021-07-06 18:29:55,103 [moonraker.py:_check_ready()] -
  298. Can not update MCU 'mcu' config as it is shutdown
  299. Once the underlying issue is corrected, use the
  300. "FIRMWARE_RESTART" command to reset the firmware, reload the
  301. config, and restart the host software.
  302. Error configuring printer
  303.  
  304. 2021-07-06 18:30:12,061 [moonraker.py:_check_ready()] -
  305. Can not update MCU 'mcu' config as it is shutdown
  306. Once the underlying issue is corrected, use the
  307. "FIRMWARE_RESTART" command to reset the firmware, reload the
  308. config, and restart the host software.
  309. Error configuring printer
  310.  
  311. 2021-07-06 18:30:12,776 [file_manager.py:get_file_list()] - Updating File List <gcodes>...
  312. 2021-07-06 18:30:14,106 [moonraker.py:_check_ready()] -
  313. Can not update MCU 'mcu' config as it is shutdown
  314. Once the underlying issue is corrected, use the
  315. "FIRMWARE_RESTART" command to reset the firmware, reload the
  316. config, and restart the host software.
  317. Error configuring printer
  318.  
Advertisement
Add Comment
Please, Sign In to add comment