Skip to content

Instantly share code, notes, and snippets.

@louispires
Created October 11, 2019 12:06
Show Gist options
  • Save louispires/a4dc0032364f2e52d3d4c36eda0e533d to your computer and use it in GitHub Desktop.
Save louispires/a4dc0032364f2e52d3d4c36eda0e533d to your computer and use it in GitHub Desktop.
2019-10-11 07:31:45,450 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting"
2019-10-11 07:31:45,557 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: octopi
2019-10-11 07:31:45,566 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0
2019-10-11 07:31:45,575 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing"
2019-10-11 07:31:45,694 - octoprint.plugins.DisplayLayerProgress - INFO - Printing started. Detailed progress started.{'origin': 'local', 'name': u'headphone_holder_PETG.gcode', 'file': u'/home/pi/.octoprint/uploads/headphone_holder_PETG.gcode', 'owner': 'octopi', 'path': u'headphone_holder_PETG.gcode', 'user': 'octopi', 'size': 24020023L, 'filename': u'headphone_holder_PETG.gcode'}
2019-10-11 07:31:45,931 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:31:45] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:31:46,301 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584'}
2019-10-11 07:31:46,727 - octoprint.plugins.detailedprogress - INFO - Printing started. Detailed progress started.
2019-10-11 07:31:46,730 - octoprint.plugins.excluderegion - INFO - Printing started
2019-10-11 07:31:52,961 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:31:57,090 - octoprint.plugins.cancelobject - INFO - Object headphone_holder_short.stl cancelled
2019-10-11 07:31:59,239 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:31:59] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:32:14,563 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:32:14,941 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:32:15,239 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:32:15,282 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:32:15,367 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:32:15] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:32:15,375 - backoff - INFO - Backing off capture_jpeg(...) for 0.5s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:32:15,928 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:32:16,241 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:32:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:32:23,025 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:32:29,567 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:32:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:32:42,241 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:32:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:32:53,086 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:32:55,243 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:32:55] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:33:07,940 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:33:07] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:33:20,563 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:33:20,944 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:33:20] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:33:23,114 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:33:33,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:33:33] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:33:46,241 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:33:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:33:53,188 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:33:58,930 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:33:59,230 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:33:59,562 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:33:59,607 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:33:59,695 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:33:59] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:33:59,704 - backoff - INFO - Backing off capture_jpeg(...) for 0.8s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:34:00,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:34:00] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:34:13,238 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:34:13,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:34:13,939 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:34:13,983 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:34:14,058 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:34:14] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:34:14,062 - backoff - INFO - Backing off capture_jpeg(...) for 1.0s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:34:15,239 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:34:15,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:34:15,941 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:34:15] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:34:23,255 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:34:28,945 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:34:28] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:34:41,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:34:41] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:34:53,318 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:34:54,245 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:34:54] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:35:07,232 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:35:07] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:35:19,563 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:35:19,941 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:35:19] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:35:23,398 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:35:32,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:35:32] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:35:45,243 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:35:45,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:35:45,943 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:35:45,989 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:35:46,069 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:35:46] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:35:46,077 - backoff - INFO - Backing off capture_jpeg(...) for 0.5s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:35:46,946 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:35:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:35:53,465 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:35:59,944 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:35:59] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:36:12,944 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:36:12] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:36:23,532 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:36:25,563 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:36:25,940 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:36:26,244 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:36:26] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:36:38,948 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:36:38] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:36:47,042 - octoprint.plugins.cancelobject - INFO - Tracking Extrusion
2019-10-11 07:36:51,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:36:51] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:36:53,595 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:37:04,245 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:37:04] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:37:17,232 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:37:17,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:37:17,946 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:37:17] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:37:23,662 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:37:30,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:37:30] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:37:43,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:37:43] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:37:53,724 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:37:56,567 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:37:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:38:09,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:38:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:38:23,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:38:23] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:38:23,793 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:38:37,248 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:38:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:38:50,246 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:38:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:38:53,876 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:39:03,248 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:39:03] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:39:16,246 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:39:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:39:23,941 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:39:29,234 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:39:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:39:41,948 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:39:41] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:39:54,020 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:39:54,904 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:39:54] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:40:07,949 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:40:07] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:40:20,953 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:40:20] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:40:24,083 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:40:33,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:40:33] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:40:46,937 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:40:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:40:54,153 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:40:59,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:40:59] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:41:12,948 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:41:12] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:41:24,216 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:41:25,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:41:25] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:41:38,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:41:38] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:41:51,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:41:51] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:41:54,283 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:42:04,563 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:42:04,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:42:04] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:42:17,949 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:42:17] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:42:24,347 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:42:30,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:42:30] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:42:44,249 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:42:44] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:42:54,410 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:42:57,252 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:42:57] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:43:10,252 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:43:10] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:43:23,250 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:43:23] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:43:24,474 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:43:36,569 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:43:36] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:43:49,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:43:49] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:43:54,545 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:44:02,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:44:02] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:44:15,563 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:44:15] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:44:24,610 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:44:26,126 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:44:27,051 - octoprint.plugins.cancelobject - INFO - Took 0.924231052399 to skip block
2019-10-11 07:44:28,247 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:44:28,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:44:28] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:44:44,240 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:44:44] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:44:53,655 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 07:44:54,284 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 35126}
2019-10-11 07:44:54,681 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:44:57,262 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:44:57] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:45:10,252 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:45:10] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:45:23,253 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:45:23] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:45:24,750 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:45:36,564 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:45:36,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:45:36] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:45:49,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:45:49] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:45:54,816 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:46:02,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:46:02] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:46:15,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:46:16,252 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:46:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:46:24,887 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:46:29,254 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:46:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:46:42,251 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:46:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:46:54,950 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:46:56,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:46:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:47:09,239 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:47:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:47:17,490 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:47:18,444 - octoprint.plugins.cancelobject - INFO - Took 0.953293085098 to skip block
2019-10-11 07:47:22,253 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:47:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:47:25,027 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:47:35,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:47:35] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:47:48,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:47:48] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:47:55,111 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:48:01,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:48:01] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:48:14,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:48:14] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:48:25,247 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:48:27,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:48:27,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:48:28,252 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:48:28,295 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:48:28,366 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:48:28] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:48:28,369 - backoff - INFO - Backing off capture_jpeg(...) for 0.4s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:48:28,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:48:29,254 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:48:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:48:42,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:48:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:48:55,321 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:48:55,568 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:48:55] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:49:08,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:49:09,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:49:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:49:22,260 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:49:22,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:49:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:49:25,388 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:49:35,563 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:49:35] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:49:38,111 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:49:39,051 - octoprint.plugins.cancelobject - INFO - Took 0.939329862595 to skip block
2019-10-11 07:49:48,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:49:48,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:49:48] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:49:55,450 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:50:01,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:50:01,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:50:01] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:50:14,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:50:14] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:50:15,384 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:50:15,903 - octoprint.plugins.cancelobject - INFO - Took 0.516836166382 to skip block
2019-10-11 07:50:25,498 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:50:27,901 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:50:27] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:50:41,243 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:50:41] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:50:54,257 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:50:54] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:50:54,842 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:50:55,312 - octoprint.plugins.cancelobject - INFO - Took 0.46918296814 to skip block
2019-10-11 07:50:55,565 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:51:06,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:51:06] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:51:19,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:51:20,243 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:51:20,562 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:51:20,583 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:51:20,664 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:51:20] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:51:20,676 - backoff - INFO - Backing off capture_jpeg(...) for 0.8s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:51:21,564 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:51:21,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:51:21] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:51:25,631 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:51:34,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:51:34] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:51:35,866 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:51:36,424 - octoprint.plugins.cancelobject - INFO - Took 0.557163953781 to skip block
2019-10-11 07:51:47,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:51:47] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:51:55,660 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:52:01,245 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:01] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:52:08,008 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:52:08,593 - octoprint.plugins.cancelobject - INFO - Took 0.583330869675 to skip block
2019-10-11 07:52:14,255 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:14] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:52:25,689 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:52:27,244 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:27,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:27,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:27] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:52:40,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:40,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:41,257 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:41,300 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:52:41,352 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:41] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:52:41,355 - backoff - INFO - Backing off capture_jpeg(...) for 0.2s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:52:41,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:42,256 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:42,562 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:42,607 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 07:52:42,661 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:42] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 07:52:42,665 - backoff - INFO - Backing off capture_jpeg(...) for 0.1s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 07:52:42,882 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:52:42,901 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:52:43,474 - octoprint.plugins.cancelobject - INFO - Took 0.591078996658 to skip block
2019-10-11 07:52:55,717 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:52:55,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:52:56,245 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:52:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:53:09,246 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:53:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:53:17,513 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:53:18,035 - octoprint.plugins.cancelobject - INFO - Took 0.520606994629 to skip block
2019-10-11 07:53:22,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:53:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:53:25,746 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:53:35,245 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:53:35] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:53:48,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:53:48] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:53:51,873 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:53:52,436 - octoprint.plugins.cancelobject - INFO - Took 0.560987949371 to skip block
2019-10-11 07:53:55,810 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:54:01,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:54:01] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:54:14,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:54:14] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:54:21,983 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:54:22,532 - octoprint.plugins.cancelobject - INFO - Took 0.546766996384 to skip block
2019-10-11 07:54:25,875 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:54:27,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:54:27] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:54:40,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:54:41,244 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 07:54:41,563 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:54:41] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:54:54,262 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:54:54] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:54:54,774 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:54:55,527 - octoprint.plugins.cancelobject - INFO - Took 0.752171039581 to skip block
2019-10-11 07:54:55,941 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:55:07,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:55:07] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:55:20,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:55:20] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:55:25,970 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:55:28,811 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:55:29,338 - octoprint.plugins.cancelobject - INFO - Took 0.525464057922 to skip block
2019-10-11 07:55:33,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:55:33] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:55:46,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:55:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:55:56,076 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:55:59,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:55:59] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:56:02,607 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:56:03,155 - octoprint.plugins.cancelobject - INFO - Took 0.546648979187 to skip block
2019-10-11 07:56:12,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:56:12] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:56:25,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:56:25] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:56:26,141 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:56:35,009 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:56:35,674 - octoprint.plugins.cancelobject - INFO - Took 0.661875963211 to skip block
2019-10-11 07:56:38,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:56:38] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:56:51,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:56:51] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:56:56,205 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:57:04,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:57:04] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:57:16,664 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:57:17,204 - octoprint.plugins.cancelobject - INFO - Took 0.538479804993 to skip block
2019-10-11 07:57:17,250 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:57:17] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:57:26,270 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:57:30,261 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:57:30] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:57:43,249 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:57:43] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:57:56,247 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:57:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:57:56,333 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:57:59,440 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:57:59,979 - octoprint.plugins.cancelobject - INFO - Took 0.536247014999 to skip block
2019-10-11 07:58:09,262 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:58:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:58:22,251 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:58:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:58:26,364 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:58:34,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:58:34] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:58:40,368 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:58:40,892 - octoprint.plugins.cancelobject - INFO - Took 0.521589040756 to skip block
2019-10-11 07:58:47,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:58:47] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:58:56,403 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:59:01,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:59:01] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:59:14,411 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:59:14,566 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:59:14] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:59:15,048 - octoprint.plugins.cancelobject - INFO - Took 0.635327100754 to skip block
2019-10-11 07:59:26,432 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 07:59:27,567 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:59:27] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:59:40,563 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:59:40] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:59:53,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 07:59:53] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 07:59:53,603 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 07:59:53,664 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 07:59:54,603 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 36026}
2019-10-11 07:59:54,996 - octoprint.plugins.cancelobject - INFO - Took 1.36595106125 to skip block
2019-10-11 07:59:56,496 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:00:06,563 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:00:06] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:00:19,250 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:00:19] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:00:26,563 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:00:32,267 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:00:32] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:00:32,781 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:00:33,360 - octoprint.plugins.cancelobject - INFO - Took 0.576855897903 to skip block
2019-10-11 08:00:45,262 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:00:45] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:00:56,593 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:00:58,251 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:00:58] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:01:11,253 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:01:11] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:01:12,574 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:01:13,074 - octoprint.plugins.cancelobject - INFO - Took 0.499069929123 to skip block
2019-10-11 08:01:24,263 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:01:24] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:01:26,656 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:01:37,265 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:01:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:01:50,263 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:01:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:01:52,151 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:01:52,738 - octoprint.plugins.cancelobject - INFO - Took 0.584131002426 to skip block
2019-10-11 08:01:56,719 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:02:04,253 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:02:04] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:02:17,253 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:02:17] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:02:25,091 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:02:25,616 - octoprint.plugins.cancelobject - INFO - Took 0.524386882782 to skip block
2019-10-11 08:02:26,781 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:02:33,265 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:02:33] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:02:46,254 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:02:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:02:56,811 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:02:58,091 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:02:58,609 - octoprint.plugins.cancelobject - INFO - Took 0.515601158142 to skip block
2019-10-11 08:02:58,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:02:58] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:03:11,904 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:03:11] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:03:24,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:03:24] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:03:26,881 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:03:31,699 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:03:32,238 - octoprint.plugins.cancelobject - INFO - Took 0.535916090012 to skip block
2019-10-11 08:03:37,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:03:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:03:50,569 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:03:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:03:56,946 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:04:03,569 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:04:03] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:04:04,114 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:04:04,603 - octoprint.plugins.cancelobject - INFO - Took 0.487848997116 to skip block
2019-10-11 08:04:16,254 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:04:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:04:26,976 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:04:29,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:04:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:04:37,504 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:04:38,046 - octoprint.plugins.cancelobject - INFO - Took 0.539728879929 to skip block
2019-10-11 08:04:42,253 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:04:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:04:55,254 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:04:55] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:04:57,040 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:05:08,271 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:05:08] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:05:10,772 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:05:11,327 - octoprint.plugins.cancelobject - INFO - Took 0.552973031998 to skip block
2019-10-11 08:05:22,254 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:05:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:05:27,092 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:05:35,269 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:05:35] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:05:43,889 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:05:44,375 - octoprint.plugins.cancelobject - INFO - Took 0.485143184662 to skip block
2019-10-11 08:05:48,266 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:05:48] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:05:57,122 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:06:00,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:06:00] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:06:13,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:06:13] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:06:21,905 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:06:22,430 - octoprint.plugins.cancelobject - INFO - Took 0.523401975632 to skip block
2019-10-11 08:06:26,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:06:26] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:06:27,189 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:06:39,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:06:39] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:06:52,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:06:52] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:06:54,702 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:06:55,262 - octoprint.plugins.cancelobject - INFO - Took 0.558438062668 to skip block
2019-10-11 08:06:57,258 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:07:11,269 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:07:11] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:07:24,257 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:07:24] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:07:27,321 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:07:35,001 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:07:35,536 - octoprint.plugins.cancelobject - INFO - Took 0.5323138237 to skip block
2019-10-11 08:07:37,268 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:07:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:07:50,272 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:07:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:07:57,422 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:08:03,265 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:08:03] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:08:16,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:08:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:08:17,280 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:08:18,413 - octoprint.plugins.cancelobject - INFO - Took 1.132584095 to skip block
2019-10-11 08:08:27,486 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:08:29,271 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:08:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:08:42,256 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:08:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:08:55,279 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:08:55] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:08:57,548 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:08:59,188 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:08:59,725 - octoprint.plugins.cancelobject - INFO - Took 0.534878015518 to skip block
2019-10-11 08:09:08,272 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:09:08] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:09:21,257 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:09:21] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:09:27,613 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:09:34,259 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:09:34] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:09:35,956 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:09:36,469 - octoprint.plugins.cancelobject - INFO - Took 0.511356115341 to skip block
2019-10-11 08:09:46,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:09:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:09:57,678 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:09:59,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:09:59] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:10:12,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:10:12] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:10:16,157 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:10:16,670 - octoprint.plugins.cancelobject - INFO - Took 0.510715007782 to skip block
2019-10-11 08:10:25,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:10:25] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:10:27,716 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:10:38,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:10:38] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:10:50,217 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:10:50,750 - octoprint.plugins.cancelobject - INFO - Took 0.531462192535 to skip block
2019-10-11 08:10:51,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:10:52,257 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:10:52] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:10:57,744 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:11:06,274 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:11:06] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:11:19,275 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:11:19] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:11:22,037 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:11:22,771 - octoprint.plugins.cancelobject - INFO - Took 0.734084844589 to skip block
2019-10-11 08:11:27,775 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:11:32,260 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:11:32] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:11:45,260 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:11:45] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:11:57,840 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:11:57,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:11:57] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:12:01,023 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:12:01,771 - octoprint.plugins.cancelobject - INFO - Took 0.746767997742 to skip block
2019-10-11 08:12:10,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:12:10] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:12:23,897 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:12:24,273 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:12:24] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:12:27,879 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:12:40,236 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:12:40,261 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:12:40] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:12:41,087 - octoprint.plugins.cancelobject - INFO - Took 0.847292900085 to skip block
2019-10-11 08:12:53,272 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:12:53] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:12:57,942 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:13:06,259 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:13:06] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:13:18,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:13:18] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:13:20,379 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:13:20,829 - octoprint.plugins.cancelobject - INFO - Took 0.445989131927 to skip block
2019-10-11 08:13:28,010 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:13:31,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:13:31] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:13:44,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:13:44] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:13:56,671 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:13:57,170 - octoprint.plugins.cancelobject - INFO - Took 0.49776506424 to skip block
2019-10-11 08:13:57,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:13:57] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:13:58,074 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:14:10,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:14:10] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:14:23,579 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:14:23] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:14:28,138 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:14:31,257 - octoprint.server.util.flask - INFO - Passively logging in user octopi from 105.27.146.82
2019-10-11 08:14:32,592 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:14:33,092 - octoprint.plugins.cancelobject - INFO - Took 0.49724316597 to skip block
2019-10-11 08:14:33,390 - octoprint.server.util.sockjs - INFO - New connection from client: 105.27.146.82
2019-10-11 08:14:33,698 - octoprint.server.util.flask - INFO - Passively logging in user octopi from 105.27.146.82
2019-10-11 08:14:36,575 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:14:36] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:14:37,364 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 1.4s
2019-10-11 08:14:38,316 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.84s
2019-10-11 08:14:39,205 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.79s
2019-10-11 08:14:40,287 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.97s
2019-10-11 08:14:41,206 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.8s
2019-10-11 08:14:42,344 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json
2019-10-11 08:14:42,637 - octoprint.server.util.sockjs - INFO - User octopi logged in on the socket from client 105.27.146.82
2019-10-11 08:14:49,575 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:14:49] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:14:50,270 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:14:50] "GET /?action=stream&1570778088623 HTTP/1.1" 200 -
2019-10-11 08:14:53,669 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 08:14:54,213 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 36926}
2019-10-11 08:14:55,272 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:14:55] "GET /?action=stream&1570778093514 HTTP/1.1" 200 -
2019-10-11 08:14:58,170 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:15:00,273 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:00] "GET /?action=stream&1570778098693 HTTP/1.1" 200 -
2019-10-11 08:15:02,564 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:02] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:15:05,578 - octoprint.server.util.sockjs - INFO - Client connection closed: 105.27.146.82
2019-10-11 08:15:08,562 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:15:09,072 - octoprint.plugins.cancelobject - INFO - Took 0.508621931076 to skip block
2019-10-11 08:15:15,562 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:15:15,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:15] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:15:28,249 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:15:28,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:28] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:15:41,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:41] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:15:44,580 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:15:45,133 - octoprint.plugins.cancelobject - INFO - Took 0.549978017807 to skip block
2019-10-11 08:15:54,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:15:55,275 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:15:55,563 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:15:55,585 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:15:55,622 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:55] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:15:55,625 - backoff - INFO - Backing off capture_jpeg(...) for 0.3s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:15:56,273 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:15:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:15:58,314 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:16:09,262 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:16:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:16:18,544 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:16:19,072 - octoprint.plugins.cancelobject - INFO - Took 0.524993896484 to skip block
2019-10-11 08:16:22,303 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:16:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:16:28,380 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:16:35,261 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:16:35] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:16:48,276 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:16:48] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:16:58,446 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:17:01,283 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:17:01] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:17:14,262 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:17:14] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:17:27,264 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:17:27] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:17:28,510 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:17:40,563 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:17:40] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:17:53,579 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:17:53] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:17:58,541 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:17:59,545 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:18:00,125 - octoprint.plugins.cancelobject - INFO - Took 0.577490091324 to skip block
2019-10-11 08:18:06,579 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:18:06] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:18:19,575 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:18:19] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:18:28,609 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:18:32,578 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:18:32] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:18:45,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:18:45] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:18:58,279 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:18:58] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:18:58,640 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:19:11,267 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:19:11] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:19:24,263 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:19:24] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:19:28,699 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:19:37,291 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:19:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:19:38,724 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:19:39,435 - octoprint.plugins.cancelobject - INFO - Took 0.710726976395 to skip block
2019-10-11 08:19:50,266 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:19:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:19:58,727 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:20:03,274 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:20:03,564 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:20:03] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:20:16,578 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:20:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:20:28,791 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:20:29,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:20:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:20:42,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:20:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:20:55,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:20:55] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:20:58,854 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:21:08,911 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:21:08] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:21:19,704 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:21:20,327 - octoprint.plugins.cancelobject - INFO - Took 0.621932983398 to skip block
2019-10-11 08:21:21,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:21:21] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:21:28,919 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:21:34,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:21:34] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:21:47,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:21:47] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:21:48,401 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:21:49,119 - octoprint.plugins.cancelobject - INFO - Took 0.71696805954 to skip block
2019-10-11 08:21:58,949 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:22:00,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:22:00] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:22:13,567 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:22:13] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:22:13,780 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:22:14,489 - octoprint.plugins.cancelobject - INFO - Took 0.709282875061 to skip block
2019-10-11 08:22:26,578 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:22:26] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:22:29,012 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:22:39,901 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:22:40,266 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:22:40,578 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:22:40,627 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:22:40,694 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:22:40] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:22:40,698 - backoff - INFO - Backing off capture_jpeg(...) for 0.8s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:22:41,580 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:22:41] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:22:54,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:22:54] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:22:59,078 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:23:07,568 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:23:07] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:23:20,512 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:23:20,565 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:23:20] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:23:22,138 - octoprint.plugins.cancelobject - INFO - Took 1.62539100647 to skip block
2019-10-11 08:23:29,132 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:23:33,280 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:23:33] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:23:46,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:23:46] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:23:59,199 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:23:59,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:23:59] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:24:12,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:24:12] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:24:20,991 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:24:21,604 - octoprint.plugins.cancelobject - INFO - Took 0.608226060867 to skip block
2019-10-11 08:24:25,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:24:25] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:24:29,267 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:24:38,581 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:24:38] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:24:51,581 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:24:51] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:24:59,331 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:25:04,567 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:25:04] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:25:17,567 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:25:17,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:25:18,267 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:25:18,291 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:25:18,327 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:25:18] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:25:18,330 - backoff - INFO - Backing off capture_jpeg(...) for 0.4s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:25:18,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:25:18] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:25:27,430 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:25:28,009 - octoprint.plugins.cancelobject - INFO - Took 0.577760219574 to skip block
2019-10-11 08:25:29,360 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:25:31,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:25:31] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:25:45,267 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:25:45,570 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:25:45] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:25:58,268 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:25:58,571 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:25:58] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:25:59,390 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:26:11,586 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:26:11] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:26:23,040 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:26:23,717 - octoprint.plugins.cancelobject - INFO - Took 0.676503181458 to skip block
2019-10-11 08:26:24,569 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:26:24] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:26:29,419 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:26:37,571 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:26:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:26:50,584 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:26:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:26:59,487 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:27:03,270 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:27:03] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:27:16,229 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:27:16,578 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:27:16,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:27:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:27:18,238 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:27:18,908 - octoprint.plugins.cancelobject - INFO - Took 0.668165922165 to skip block
2019-10-11 08:27:29,550 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:27:29,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:27:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:27:43,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:27:43] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:27:56,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:27:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:27:59,612 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:28:01,055 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:28:01,752 - octoprint.plugins.cancelobject - INFO - Took 0.695948839188 to skip block
2019-10-11 08:28:09,583 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:28:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:28:22,898 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:28:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:28:29,680 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:28:35,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:28:35] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:28:49,572 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:28:49] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:28:52,541 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:28:53,151 - octoprint.plugins.cancelobject - INFO - Took 0.609647035599 to skip block
2019-10-11 08:28:59,711 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:29:02,583 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:29:02] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:29:15,570 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:29:15,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:29:16,229 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:29:16,285 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:29:16,352 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:29:16] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:29:16,359 - backoff - INFO - Backing off capture_jpeg(...) for 0.4s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:29:16,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:29:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:29:29,777 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:29:30,569 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:29:30] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:29:38,400 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:29:39,070 - octoprint.plugins.cancelobject - INFO - Took 0.669352054596 to skip block
2019-10-11 08:29:43,270 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:29:43] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:29:53,670 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 08:29:54,242 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 37826}
2019-10-11 08:29:56,232 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:29:56] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:29:59,854 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:30:09,230 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:30:09] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:30:22,230 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:30:22] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:30:23,773 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:30:24,452 - octoprint.plugins.cancelobject - INFO - Took 0.67754817009 to skip block
2019-10-11 08:30:29,927 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:30:34,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:30:34] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:30:47,910 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:30:47] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:30:56,105 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:30:56,736 - octoprint.plugins.cancelobject - INFO - Took 0.630649089813 to skip block
2019-10-11 08:30:59,992 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:31:00,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:31:00] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:31:13,896 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:31:13] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:31:24,594 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:31:25,303 - octoprint.plugins.cancelobject - INFO - Took 0.708473920822 to skip block
2019-10-11 08:31:26,572 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:31:26] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:31:30,027 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:31:39,587 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:31:39] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:31:47,909 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:31:48,521 - octoprint.plugins.cancelobject - INFO - Took 0.610844135284 to skip block
2019-10-11 08:31:52,584 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:31:52] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:32:00,095 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:32:05,900 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:32:05] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:32:16,304 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:32:17,009 - octoprint.plugins.cancelobject - INFO - Took 0.69739484787 to skip block
2019-10-11 08:32:18,899 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:32:18] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:32:30,162 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:32:31,586 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:32:31] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:32:44,576 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:32:44] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:32:46,291 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:32:46,960 - octoprint.plugins.cancelobject - INFO - Took 0.668541193008 to skip block
2019-10-11 08:32:57,584 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:32:57] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:33:00,226 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:33:10,587 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:33:10] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:33:16,070 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:33:16,720 - octoprint.plugins.cancelobject - INFO - Took 0.649043798447 to skip block
2019-10-11 08:33:23,574 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:33:23,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:33:23] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:33:30,286 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:33:36,895 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:33:37,230 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:33:37] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:33:44,230 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:33:44,820 - octoprint.plugins.cancelobject - INFO - Took 0.588840007782 to skip block
2019-10-11 08:33:50,232 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:33:50] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:34:00,352 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:34:03,233 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:34:03] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:34:11,502 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:34:12,247 - octoprint.plugins.cancelobject - INFO - Took 0.741504192352 to skip block
2019-10-11 08:34:16,232 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:34:16] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:34:29,232 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:34:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:34:30,416 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:34:41,331 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:34:41,895 - octoprint.plugins.cancelobject - INFO - Took 0.561171770096 to skip block
2019-10-11 08:34:42,228 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:34:42,591 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:34:42] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:34:55,587 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:34:55] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:35:00,480 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:35:09,870 - octoprint.plugins.cancelobject - INFO - Hit a cancelled object, headphone_holder_short.stl
2019-10-11 08:35:10,463 - octoprint.plugins.cancelobject - INFO - Took 0.589833974838 to skip block
2019-10-11 08:35:11,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:35:11] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:35:24,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:25,229 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:25,585 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:25,638 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:35:25,712 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:35:25] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:35:25,716 - backoff - INFO - Backing off capture_jpeg(...) for 0.4s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:35:26,228 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:26,585 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:26,896 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:26,947 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:35:27,021 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:35:27] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:35:27,025 - backoff - INFO - Backing off capture_jpeg(...) for 0.5s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:35:27,574 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:27,896 - backoff - INFO - Backing off next_jpg(...) for 0.0s (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:28,229 - backoff - ERROR - Giving up next_jpg(...) after 3 tries (UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte)
2019-10-11 08:35:28,281 - webcam_server - ERROR - Exception on / [GET]
Traceback (most recent call last):
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
File "/home/pi/oprint/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 263, in webcam
return self.get_snapshot()
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 240, in get_snapshot
return flask.send_file(io.BytesIO(self.next_jpg()), mimetype='image/jpeg')
File "/home/pi/oprint/local/lib/python2.7/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
File "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta/webcam_stream.py", line 248, in next_jpg
length = int(re.search(r"Content-Length: (\d+)", chunk.decode("utf-8"), re.MULTILINE).group(1))
File "/home/pi/oprint/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xff in position 64: invalid start byte
2019-10-11 08:35:28,340 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:35:28] "GET /?action=snapshot HTTP/1.1" 500 -
2019-10-11 08:35:28,344 - backoff - INFO - Backing off capture_jpeg(...) for 1.2s (HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://127.0.0.1:8080/?action=snapshot)
2019-10-11 08:35:29,717 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.219mm vs 100.000mm)
| Last lines in terminal:
| Send: N63674 G0 F300 X82.486 Y79.941 Z14.4*26
| Send: N63675 G0 F10500 X82.463 Y80.062*124
| Recv: ok
| Recv: ok
| Send: N63676 G0 X82.742 Y80.03*26
| Send: N63677 G0 X83.823 Y80.032*32
| Recv: ok
| Recv: ok
| Send: N63678 G0 X98.355 Y76.353*34
| Send: N63679 G0 X143.265 Y73.575*17
| Recv: ok
| Send: N63680 G0 X144.018 Y72.747*26
| Recv: ok
| Send: N63681 G0 X147.099 Y73.191*29
| Recv: ok
| Recv: ok
| Send: N63682 G1 F2700 E81.62593*59
| Recv: // Extrude only move too long (-4070.219mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.219mm vs 100.000mm)
2019-10-11 08:35:29,730 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Cancelling"
2019-10-11 08:35:29,733 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:29,734 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:29,847 - octoprint.plugins.filamentmanager - INFO - Filament used: 2845.34492 mm (tool0)
2019-10-11 08:35:29,848 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:29,897 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 08:35:29] "GET /?action=snapshot HTTP/1.1" 200 -
2019-10-11 08:35:30,016 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.198mm vs 100.000mm)
| Last lines in terminal:
| Send: N63678 G0 X98.355 Y76.353*34
| Send: N63679 G0 X143.265 Y73.575*17
| Recv: ok
| Send: N63680 G0 X144.018 Y72.747*26
| Recv: ok
| Send: N63681 G0 X147.099 Y73.191*29
| Recv: ok
| Recv: ok
| Send: N63682 G1 F2700 E81.62593*59
| Recv: // Extrude only move too long (-4070.219mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.219mm vs 100.000mm)
| Send: N63683 G1 F2100 X146.492 Y73.058 E81.6466*49
| Changing monitoring state from "Printing" to "Cancelling"
| Send: N63684 G1 X145.947 Y72.906 E81.66542*103
| Recv: ok
| Send: N63685 G1 X145.349 Y72.702 E81.68643*100
| Recv: // Extrude only move too long (-4070.198mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.198mm vs 100.000mm)
2019-10-11 08:35:30,025 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:30,059 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:30,074 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:30,101 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:30,109 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:30,114 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.180mm vs 100.000mm)
| Last lines in terminal:
| Recv: ok
| Recv: ok
| Send: N63682 G1 F2700 E81.62593*59
| Recv: // Extrude only move too long (-4070.219mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.219mm vs 100.000mm)
| Send: N63683 G1 F2100 X146.492 Y73.058 E81.6466*49
| Changing monitoring state from "Printing" to "Cancelling"
| Send: N63684 G1 X145.947 Y72.906 E81.66542*103
| Recv: ok
| Send: N63685 G1 X145.349 Y72.702 E81.68643*100
| Recv: // Extrude only move too long (-4070.198mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.198mm vs 100.000mm)
| Recv: ok
| Send: N63686 G1 X144.817 Y72.484 E81.70556*101
| Recv: // Extrude only move too long (-4070.180mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.180mm vs 100.000mm)
| Send: N63687 G1 X144.259 Y72.219 E81.7261*85
2019-10-11 08:35:30,235 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:30,244 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:30,288 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:30,400 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.159mm vs 100.000mm)
| Last lines in terminal:
| Send: N63683 G1 F2100 X146.492 Y73.058 E81.6466*49
| Changing monitoring state from "Printing" to "Cancelling"
| Send: N63684 G1 X145.947 Y72.906 E81.66542*103
| Recv: ok
| Send: N63685 G1 X145.349 Y72.702 E81.68643*100
| Recv: // Extrude only move too long (-4070.198mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.198mm vs 100.000mm)
| Recv: ok
| Send: N63686 G1 X144.817 Y72.484 E81.70556*101
| Recv: // Extrude only move too long (-4070.180mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.180mm vs 100.000mm)
| Send: N63687 G1 X144.259 Y72.219 E81.7261*85
| Send: N63688 G1 X143.747 Y71.936 E81.74556*101
| Recv: ok
| Send: N63689 G1 X143.51 Y71.791 E81.7548*108
| Recv: // Extrude only move too long (-4070.159mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.159mm vs 100.000mm)
2019-10-11 08:35:30,431 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:30,457 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:30,468 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:30,478 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:30,481 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:30,545 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:35:30,651 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:30,831 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:30,832 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.139mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.198mm vs 100.000mm)
| Recv: ok
| Send: N63686 G1 X144.817 Y72.484 E81.70556*101
| Recv: // Extrude only move too long (-4070.180mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.180mm vs 100.000mm)
| Send: N63687 G1 X144.259 Y72.219 E81.7261*85
| Send: N63688 G1 X143.747 Y71.936 E81.74556*101
| Recv: ok
| Send: N63689 G1 X143.51 Y71.791 E81.7548*108
| Recv: // Extrude only move too long (-4070.159mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.159mm vs 100.000mm)
| Send: N63690 G1 X143.245 Y71.621 E81.76527*102
| Recv: ok
| Send: N63691 G1 X143.01 Y71.46 E81.77475*101
| Recv: // Extrude only move too long (-4070.139mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.139mm vs 100.000mm)
2019-10-11 08:35:30,842 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:30,848 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:30,887 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:31,011 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:31,124 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:31,201 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:31,213 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.119mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4070.180mm vs 100.000mm)
| Send: N63687 G1 X144.259 Y72.219 E81.7261*85
| Send: N63688 G1 X143.747 Y71.936 E81.74556*101
| Recv: ok
| Send: N63689 G1 X143.51 Y71.791 E81.7548*108
| Recv: // Extrude only move too long (-4070.159mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.159mm vs 100.000mm)
| Send: N63690 G1 X143.245 Y71.621 E81.76527*102
| Recv: ok
| Send: N63691 G1 X143.01 Y71.46 E81.77475*101
| Recv: // Extrude only move too long (-4070.139mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.139mm vs 100.000mm)
| Recv: ok
| Send: N63692 G1 X142.799 Y71.307 E81.78342*107
| Send: N63693 G1 X142.547 Y71.113 E81.79399*107
| Recv: // Extrude only move too long (-4070.119mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.119mm vs 100.000mm)
2019-10-11 08:35:31,224 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:31,226 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:31,229 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:31,357 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:31,364 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:31,533 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.099mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.159mm vs 100.000mm)
| Send: N63690 G1 X143.245 Y71.621 E81.76527*102
| Recv: ok
| Send: N63691 G1 X143.01 Y71.46 E81.77475*101
| Recv: // Extrude only move too long (-4070.139mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.139mm vs 100.000mm)
| Recv: ok
| Send: N63692 G1 X142.799 Y71.307 E81.78342*107
| Send: N63693 G1 X142.547 Y71.113 E81.79399*107
| Recv: // Extrude only move too long (-4070.119mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.119mm vs 100.000mm)
| Send: N63694 G1 X142.322 Y70.93 E81.80364*85
| Recv: ok
| Send: N63695 G1 X142.091 Y70.727 E81.81387*107
| Recv: // Extrude only move too long (-4070.099mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.099mm vs 100.000mm)
2019-10-11 08:35:31,538 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:31,549 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:31,564 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:31,565 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:31,603 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:31,627 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3824}
2019-10-11 08:35:31,678 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.090mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.139mm vs 100.000mm)
| Recv: ok
| Send: N63692 G1 X142.799 Y71.307 E81.78342*107
| Send: N63693 G1 X142.547 Y71.113 E81.79399*107
| Recv: // Extrude only move too long (-4070.119mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.119mm vs 100.000mm)
| Send: N63694 G1 X142.322 Y70.93 E81.80364*85
| Recv: ok
| Send: N63695 G1 X142.091 Y70.727 E81.81387*107
| Recv: // Extrude only move too long (-4070.099mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.099mm vs 100.000mm)
| Send: N63696 G1 X141.873 Y70.525 E81.82375*97
| Recv: ok
| Send: N63697 G1 X141.518 Y70.176 E81.84031*103
| Recv: // Extrude only move too long (-4070.090mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.090mm vs 100.000mm)
2019-10-11 08:35:31,693 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:31,739 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:31,799 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.080mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.119mm vs 100.000mm)
| Send: N63694 G1 X142.322 Y70.93 E81.80364*85
| Recv: ok
| Send: N63695 G1 X142.091 Y70.727 E81.81387*107
| Recv: // Extrude only move too long (-4070.099mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.099mm vs 100.000mm)
| Send: N63696 G1 X141.873 Y70.525 E81.82375*97
| Recv: ok
| Send: N63697 G1 X141.518 Y70.176 E81.84031*103
| Recv: // Extrude only move too long (-4070.090mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.090mm vs 100.000mm)
| Recv: ok
| Send: N63698 G1 X141.09 Y69.833 E81.85855*86
| Recv: // Extrude only move too long (-4070.080mm vs 100.000mm)
| Send: N63699 G1 X140.844 Y69.616 E81.86946*110
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.080mm vs 100.000mm)
2019-10-11 08:35:31,814 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:31,847 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:31,932 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.070mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.099mm vs 100.000mm)
| Send: N63696 G1 X141.873 Y70.525 E81.82375*97
| Recv: ok
| Send: N63697 G1 X141.518 Y70.176 E81.84031*103
| Recv: // Extrude only move too long (-4070.090mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.090mm vs 100.000mm)
| Recv: ok
| Send: N63698 G1 X141.09 Y69.833 E81.85855*86
| Recv: // Extrude only move too long (-4070.080mm vs 100.000mm)
| Send: N63699 G1 X140.844 Y69.616 E81.86946*110
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.080mm vs 100.000mm)
| Recv: ok
| Send: N63700 G1 X140.633 Y69.422 E81.879*103
| Send: N63701 G1 X140.391 Y69.185 E81.89026*96
| Recv: // Extrude only move too long (-4070.070mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.070mm vs 100.000mm)
2019-10-11 08:35:31,944 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:31,970 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:31,993 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,051 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.062mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.090mm vs 100.000mm)
| Recv: ok
| Send: N63698 G1 X141.09 Y69.833 E81.85855*86
| Recv: // Extrude only move too long (-4070.080mm vs 100.000mm)
| Send: N63699 G1 X140.844 Y69.616 E81.86946*110
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.080mm vs 100.000mm)
| Recv: ok
| Send: N63700 G1 X140.633 Y69.422 E81.879*103
| Send: N63701 G1 X140.391 Y69.185 E81.89026*96
| Recv: // Extrude only move too long (-4070.070mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.070mm vs 100.000mm)
| Send: N63702 G1 X140.201 Y68.988 E81.89937*102
| Recv: ok
| Send: N63703 G1 X140.005 Y68.77 E81.90912*87
| Recv: // Extrude only move too long (-4070.062mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.062mm vs 100.000mm)
2019-10-11 08:35:32,063 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:32,096 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,192 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.051mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.080mm vs 100.000mm)
| Recv: ok
| Send: N63700 G1 X140.633 Y69.422 E81.879*103
| Send: N63701 G1 X140.391 Y69.185 E81.89026*96
| Recv: // Extrude only move too long (-4070.070mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.070mm vs 100.000mm)
| Send: N63702 G1 X140.201 Y68.988 E81.89937*102
| Recv: ok
| Send: N63703 G1 X140.005 Y68.77 E81.90912*87
| Recv: // Extrude only move too long (-4070.062mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.062mm vs 100.000mm)
| Send: N63704 G1 X139.787 Y68.518 E81.9202*85
| Recv: ok
| Send: N63705 G1 X139.59 Y68.271 E81.93071*93
| Recv: // Extrude only move too long (-4070.051mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.051mm vs 100.000mm)
2019-10-11 08:35:32,218 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:32,289 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,342 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3824}
2019-10-11 08:35:32,434 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.041mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.070mm vs 100.000mm)
| Send: N63702 G1 X140.201 Y68.988 E81.89937*102
| Recv: ok
| Send: N63703 G1 X140.005 Y68.77 E81.90912*87
| Recv: // Extrude only move too long (-4070.062mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.062mm vs 100.000mm)
| Send: N63704 G1 X139.787 Y68.518 E81.9202*85
| Recv: ok
| Send: N63705 G1 X139.59 Y68.271 E81.93071*93
| Recv: // Extrude only move too long (-4070.051mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.051mm vs 100.000mm)
| Recv: ok
| Send: N63706 G1 X139.191 Y67.723 E81.95325*98
| Send: N63707 G1 X139.029 Y67.48 E81.96297*80
| Recv: // Extrude only move too long (-4070.041mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.041mm vs 100.000mm)
2019-10-11 08:35:32,457 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:32,523 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,640 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.031mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.062mm vs 100.000mm)
| Send: N63704 G1 X139.787 Y68.518 E81.9202*85
| Recv: ok
| Send: N63705 G1 X139.59 Y68.271 E81.93071*93
| Recv: // Extrude only move too long (-4070.051mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.051mm vs 100.000mm)
| Recv: ok
| Send: N63706 G1 X139.191 Y67.723 E81.95325*98
| Send: N63707 G1 X139.029 Y67.48 E81.96297*80
| Recv: // Extrude only move too long (-4070.041mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.041mm vs 100.000mm)
| Send: N63708 G1 X138.699 Y66.933 E81.98421*98
| Recv: ok
| Recv: // Extrude only move too long (-4070.031mm vs 100.000mm)
| Send: N63709 G1 X138.392 Y66.35 E82.00613*83
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.031mm vs 100.000mm)
2019-10-11 08:35:32,643 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:32,657 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:32,688 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,728 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.021mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.051mm vs 100.000mm)
| Recv: ok
| Send: N63706 G1 X139.191 Y67.723 E81.95325*98
| Send: N63707 G1 X139.029 Y67.48 E81.96297*80
| Recv: // Extrude only move too long (-4070.041mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.041mm vs 100.000mm)
| Send: N63708 G1 X138.699 Y66.933 E81.98421*98
| Recv: ok
| Recv: // Extrude only move too long (-4070.031mm vs 100.000mm)
| Send: N63709 G1 X138.392 Y66.35 E82.00613*83
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.031mm vs 100.000mm)
| Recv: ok
| Send: N63710 G1 X138.151 Y65.827 E82.02528*103
| Recv: // Extrude only move too long (-4070.021mm vs 100.000mm)
| Send: N63711 G1 X137.916 Y65.225 E82.04678*106
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.021mm vs 100.000mm)
2019-10-11 08:35:32,752 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:32,782 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:32,789 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,796 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:32,852 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4070.005mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.041mm vs 100.000mm)
| Send: N63708 G1 X138.699 Y66.933 E81.98421*98
| Recv: ok
| Recv: // Extrude only move too long (-4070.031mm vs 100.000mm)
| Send: N63709 G1 X138.392 Y66.35 E82.00613*83
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.031mm vs 100.000mm)
| Recv: ok
| Send: N63710 G1 X138.151 Y65.827 E82.02528*103
| Recv: // Extrude only move too long (-4070.021mm vs 100.000mm)
| Send: N63711 G1 X137.916 Y65.225 E82.04678*106
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.021mm vs 100.000mm)
| Send: N63712 G1 X137.883 Y65.117 E82.05053*104
| Recv: ok
| Send: N63713 G1 X137.804 Y64.896 E82.05834*110
| Recv: // Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.005mm vs 100.000mm)
2019-10-11 08:35:32,862 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:32,911 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:32,961 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.986mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.031mm vs 100.000mm)
| Recv: ok
| Send: N63710 G1 X138.151 Y65.827 E82.02528*103
| Recv: // Extrude only move too long (-4070.021mm vs 100.000mm)
| Send: N63711 G1 X137.916 Y65.225 E82.04678*106
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.021mm vs 100.000mm)
| Send: N63712 G1 X137.883 Y65.117 E82.05053*104
| Recv: ok
| Send: N63713 G1 X137.804 Y64.896 E82.05834*110
| Recv: // Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63714 G1 X137.776 Y64.797 E82.06176*97
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63715 M117 27% L=70/354*105
2019-10-11 08:35:32,980 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:33,032 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:33,082 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3824}
2019-10-11 08:35:33,178 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.976mm vs 100.000mm)
| Last lines in terminal:
| Send: N63711 G1 X137.916 Y65.225 E82.04678*106
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.021mm vs 100.000mm)
| Send: N63712 G1 X137.883 Y65.117 E82.05053*104
| Recv: ok
| Send: N63713 G1 X137.804 Y64.896 E82.05834*110
| Recv: // Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63714 G1 X137.776 Y64.797 E82.06176*97
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63715 M117 27% L=70/354*105
| Recv: ok
| Send: N63716 G1 X137.706 Y64.578 E82.06941*107
| Recv: // Extrude only move too long (-4069.976mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.976mm vs 100.000mm)
2019-10-11 08:35:33,206 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:33,252 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:33,364 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.966mm vs 100.000mm)
| Last lines in terminal:
| Recv: ok
| Send: N63713 G1 X137.804 Y64.896 E82.05834*110
| Recv: // Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4070.005mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63714 G1 X137.776 Y64.797 E82.06176*97
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63715 M117 27% L=70/354*105
| Recv: ok
| Send: N63716 G1 X137.706 Y64.578 E82.06941*107
| Recv: // Extrude only move too long (-4069.976mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.976mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.966mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.966mm vs 100.000mm)
2019-10-11 08:35:33,391 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:33,459 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:33,545 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.955mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4069.986mm vs 100.000mm)
| Send: N63715 M117 27% L=70/354*105
| Recv: ok
| Send: N63716 G1 X137.706 Y64.578 E82.06941*107
| Recv: // Extrude only move too long (-4069.976mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.976mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.966mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.966mm vs 100.000mm)
| Send: N63717 G1 X137.617 Y64.252 E82.08065*101
| Send: N63718 G1 X137.592 Y64.141 E82.08443*101
| Send: N63719 G1 X137.533 Y63.906 E82.09249*110
| Recv: ok
| Send: N63720 G1 X137.516 Y63.809 E82.09577*103
| Recv: // Extrude only move too long (-4069.955mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.955mm vs 100.000mm)
| Send: N63721 G1 X137.464 Y63.581 E82.10354*96
2019-10-11 08:35:33,564 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:33,624 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:33,707 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.946mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4069.976mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.966mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.966mm vs 100.000mm)
| Send: N63717 G1 X137.617 Y64.252 E82.08065*101
| Send: N63718 G1 X137.592 Y64.141 E82.08443*101
| Send: N63719 G1 X137.533 Y63.906 E82.09249*110
| Recv: ok
| Send: N63720 G1 X137.516 Y63.809 E82.09577*103
| Recv: // Extrude only move too long (-4069.955mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.955mm vs 100.000mm)
| Send: N63721 G1 X137.464 Y63.581 E82.10354*96
| Recv: ok
| Send: N63722 M105*37
| Recv: // Extrude only move too long (-4069.946mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.946mm vs 100.000mm)
| Send: N63723 M117 ETL 08h15m00s*0
2019-10-11 08:35:33,731 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:33,773 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3825}
2019-10-11 08:35:33,805 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:33,898 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.936mm vs 100.000mm)
| Last lines in terminal:
| Send: N63718 G1 X137.592 Y64.141 E82.08443*101
| Send: N63719 G1 X137.533 Y63.906 E82.09249*110
| Recv: ok
| Send: N63720 G1 X137.516 Y63.809 E82.09577*103
| Recv: // Extrude only move too long (-4069.955mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.955mm vs 100.000mm)
| Send: N63721 G1 X137.464 Y63.581 E82.10354*96
| Recv: ok
| Send: N63722 M105*37
| Recv: // Extrude only move too long (-4069.946mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.946mm vs 100.000mm)
| Send: N63723 M117 ETL 08h15m00s*0
| Send: N63724 M117 ETA 16 50 27 Day 11*43
| Recv: ok
| Send: N63725 M117 27% L=71/354*107
| Recv: // Extrude only move too long (-4069.936mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.936mm vs 100.000mm)
2019-10-11 08:35:33,927 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:33,994 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:34,095 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.925mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4069.955mm vs 100.000mm)
| Send: N63721 G1 X137.464 Y63.581 E82.10354*96
| Recv: ok
| Send: N63722 M105*37
| Recv: // Extrude only move too long (-4069.946mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.946mm vs 100.000mm)
| Send: N63723 M117 ETL 08h15m00s*0
| Send: N63724 M117 ETA 16 50 27 Day 11*43
| Recv: ok
| Send: N63725 M117 27% L=71/354*107
| Recv: // Extrude only move too long (-4069.936mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.936mm vs 100.000mm)
| Recv: ok
| Send: N63726 G1 X137.411 Y63.291 E82.11335*101
| Send: N63727 M108*45
| Recv: // Extrude only move too long (-4069.925mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.925mm vs 100.000mm)
2019-10-11 08:35:34,113 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:34,183 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:34,201 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:34,320 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.914mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4069.946mm vs 100.000mm)
| Send: N63723 M117 ETL 08h15m00s*0
| Send: N63724 M117 ETA 16 50 27 Day 11*43
| Recv: ok
| Send: N63725 M117 27% L=71/354*107
| Recv: // Extrude only move too long (-4069.936mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.936mm vs 100.000mm)
| Recv: ok
| Send: N63726 G1 X137.411 Y63.291 E82.11335*101
| Send: N63727 M108*45
| Recv: // Extrude only move too long (-4069.925mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.925mm vs 100.000mm)
| Recv: ok
| Send: N63728 M108*34
| Recv: // Extrude only move too long (-4069.914mm vs 100.000mm)
| Send: N63729 M84*22
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.914mm vs 100.000mm)
2019-10-11 08:35:34,355 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:34,423 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:34,444 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3825}
2019-10-11 08:35:34,571 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.892mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.936mm vs 100.000mm)
| Recv: ok
| Send: N63726 G1 X137.411 Y63.291 E82.11335*101
| Send: N63727 M108*45
| Recv: // Extrude only move too long (-4069.925mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.925mm vs 100.000mm)
| Recv: ok
| Send: N63728 M108*34
| Recv: // Extrude only move too long (-4069.914mm vs 100.000mm)
| Send: N63729 M84*22
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.914mm vs 100.000mm)
| Send: N63730 M108*43
| Recv: ok
| Send: N63731 M117 Print Done*85
| Recv: // Extrude only move too long (-4069.892mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.892mm vs 100.000mm)
2019-10-11 08:35:34,595 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:34,662 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:34,875 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.882mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.925mm vs 100.000mm)
| Recv: ok
| Send: N63728 M108*34
| Recv: // Extrude only move too long (-4069.914mm vs 100.000mm)
| Send: N63729 M84*22
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.914mm vs 100.000mm)
| Send: N63730 M108*43
| Recv: ok
| Send: N63731 M117 Print Done*85
| Recv: // Extrude only move too long (-4069.892mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.892mm vs 100.000mm)
| Send: N63732 M104 T0 S0*34
| Recv: ok
| Recv: // Extrude only move too long (-4069.882mm vs 100.000mm)
| Send: N63733 M108*40
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.882mm vs 100.000mm)
2019-10-11 08:35:34,905 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:35,000 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:35,158 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3825}
2019-10-11 08:35:35,164 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.861mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.914mm vs 100.000mm)
| Send: N63730 M108*43
| Recv: ok
| Send: N63731 M117 Print Done*85
| Recv: // Extrude only move too long (-4069.892mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.892mm vs 100.000mm)
| Send: N63732 M104 T0 S0*34
| Recv: ok
| Recv: // Extrude only move too long (-4069.882mm vs 100.000mm)
| Send: N63733 M108*40
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.882mm vs 100.000mm)
| Recv: ok
| Send: N63734 M140 S0*96
| Recv: // Extrude only move too long (-4069.861mm vs 100.000mm)
| Send: N63735 M108*46
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.861mm vs 100.000mm)
2019-10-11 08:35:35,208 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:35,265 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:35,341 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:35,388 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:35,391 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:35,475 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.839mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.892mm vs 100.000mm)
| Send: N63732 M104 T0 S0*34
| Recv: ok
| Recv: // Extrude only move too long (-4069.882mm vs 100.000mm)
| Send: N63733 M108*40
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.882mm vs 100.000mm)
| Recv: ok
| Send: N63734 M140 S0*96
| Recv: // Extrude only move too long (-4069.861mm vs 100.000mm)
| Send: N63735 M108*46
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.861mm vs 100.000mm)
| Recv: ok
| Send: N63736 M106 S0*96
| Recv: // Extrude only move too long (-4069.839mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Send: N63737 M108*44
| Recv: !! Extrude only move too long (-4069.839mm vs 100.000mm)
2019-10-11 08:35:35,503 - octoprint.util.comm - INFO - Force-sending M108 to the printer
2019-10-11 08:35:35,754 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: headphone_holder_PETG.gcode, owner: octopi, user: None
2019-10-11 08:35:35,821 - octoprint.util.comm - INFO - Changing monitoring state from "Cancelling" to "Operational"
2019-10-11 08:35:35,838 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:35,936 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.820mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4069.882mm vs 100.000mm)
| Recv: ok
| Send: N63734 M140 S0*96
| Recv: // Extrude only move too long (-4069.861mm vs 100.000mm)
| Send: N63735 M108*46
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.861mm vs 100.000mm)
| Recv: ok
| Send: N63736 M106 S0*96
| Recv: // Extrude only move too long (-4069.839mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Send: N63737 M108*44
| Recv: !! Extrude only move too long (-4069.839mm vs 100.000mm)
| Recv: ok
| Changing monitoring state from "Cancelling" to "Operational"
| Send: M108
| Recv: // Extrude only move too long (-4069.820mm vs 100.000mm)
| Send: M84
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.820mm vs 100.000mm)
2019-10-11 08:35:36,018 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.798mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.861mm vs 100.000mm)
| Recv: ok
| Send: N63736 M106 S0*96
| Recv: // Extrude only move too long (-4069.839mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Send: N63737 M108*44
| Recv: !! Extrude only move too long (-4069.839mm vs 100.000mm)
| Recv: ok
| Changing monitoring state from "Cancelling" to "Operational"
| Send: M108
| Recv: // Extrude only move too long (-4069.820mm vs 100.000mm)
| Send: M84
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.820mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.798mm vs 100.000mm)
| Send: M108
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.798mm vs 100.000mm)
2019-10-11 08:35:36,101 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:35:36,110 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.794mm vs 100.000mm)
| Last lines in terminal:
| Recv: // See the 'max_extrude_only_distance' config option for details
| Send: N63737 M108*44
| Recv: !! Extrude only move too long (-4069.839mm vs 100.000mm)
| Recv: ok
| Changing monitoring state from "Cancelling" to "Operational"
| Send: M108
| Recv: // Extrude only move too long (-4069.820mm vs 100.000mm)
| Send: M84
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.820mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.798mm vs 100.000mm)
| Send: M108
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.798mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.794mm vs 100.000mm)
2019-10-11 08:35:36,208 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.787mm vs 100.000mm)
| Last lines in terminal:
| Send: M108
| Recv: // Extrude only move too long (-4069.820mm vs 100.000mm)
| Send: M84
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.820mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.798mm vs 100.000mm)
| Send: M108
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.798mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: ok
| Send: M140 S0
| Recv: // Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.787mm vs 100.000mm)
2019-10-11 08:35:36,334 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.783mm vs 100.000mm)
| Last lines in terminal:
| Recv: ok
| Recv: // Extrude only move too long (-4069.798mm vs 100.000mm)
| Send: M108
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.798mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: ok
| Send: M140 S0
| Recv: // Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.783mm vs 100.000mm)
2019-10-11 08:35:36,367 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:36,448 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.776mm vs 100.000mm)
| Last lines in terminal:
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.794mm vs 100.000mm)
| Recv: ok
| Send: M140 S0
| Recv: // Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: ok
| Recv: ok
| Recv: // Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M106 S0
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.776mm vs 100.000mm)
2019-10-11 08:35:36,510 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:36,528 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:36,537 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.764mm vs 100.000mm)
| Last lines in terminal:
| Recv: // Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.787mm vs 100.000mm)
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: ok
| Recv: ok
| Recv: // Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M106 S0
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M108
| Recv: ok
| Send: M84
| Recv: // Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.764mm vs 100.000mm)
2019-10-11 08:35:36,622 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.761mm vs 100.000mm)
| Last lines in terminal:
| Recv: // Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.783mm vs 100.000mm)
| Recv: ok
| Recv: ok
| Recv: // Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M106 S0
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M108
| Recv: ok
| Send: M84
| Recv: // Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.761mm vs 100.000mm)
2019-10-11 08:35:36,673 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.753mm vs 100.000mm)
| Last lines in terminal:
| Recv: // Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M106 S0
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.776mm vs 100.000mm)
| Send: M108
| Recv: ok
| Send: M84
| Recv: // Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.753mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.753mm vs 100.000mm)
2019-10-11 08:35:36,721 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.749mm vs 100.000mm)
| Last lines in terminal:
| Recv: ok
| Send: M84
| Recv: // Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.753mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.753mm vs 100.000mm)
| Recv: ok
| Send: M140 S0
| Recv: // Extrude only move too long (-4069.749mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.749mm vs 100.000mm)
2019-10-11 08:35:36,770 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.741mm vs 100.000mm)
| Last lines in terminal:
| Recv: !! Extrude only move too long (-4069.764mm vs 100.000mm)
| Recv: ok
| Send: M104 T0 S0
| Recv: // Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.761mm vs 100.000mm)
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.753mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.753mm vs 100.000mm)
| Recv: ok
| Send: M140 S0
| Recv: // Extrude only move too long (-4069.749mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.749mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.741mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.741mm vs 100.000mm)
2019-10-11 08:35:36,944 - octoprint.util.comm - WARNING - Received an error from the printer's firmware: Extrude only move too long (-4069.732mm vs 100.000mm)
| Last lines in terminal:
| Send: M140 S0
| Recv: // Extrude only move too long (-4069.749mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.749mm vs 100.000mm)
| Recv: ok
| Recv: // Extrude only move too long (-4069.741mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.741mm vs 100.000mm)
| Recv: ok
| Recv: ok B:80.0 /80.0 T0:241.6 /240.0
| Send: M106 S0
| Recv: ok
| Send: M108
| Recv: ok
| Send: M84
| Recv: ok
| Send: M108
| Recv: // Extrude only move too long (-4069.732mm vs 100.000mm)
| Recv: // See the 'max_extrude_only_distance' config option for details
| Recv: !! Extrude only move too long (-4069.732mm vs 100.000mm)
2019-10-11 08:35:37,081 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:35:38,071 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:39,337 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:39,430 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:39,450 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:40,055 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:35:40,435 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:41,810 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:41,879 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:41,891 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:42,491 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:35:42,554 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:43,307 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:43,355 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:43,367 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:43,975 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:35:44,009 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:44,698 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:44,750 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:44,759 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:45,352 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:35:45,409 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:46,450 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:46,532 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:46,541 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:47,103 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:35:47,395 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:48,781 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:48,842 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:48,858 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:49,413 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:49,475 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:35:49,996 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:50,039 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:50,047 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:50,604 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:50,679 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:35:51,552 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:51,611 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:51,626 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:52,214 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:52,238 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:35:52,838 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:52,879 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:52,890 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:53,370 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:53,511 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:35:54,002 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:54,043 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:54,049 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:54,670 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:35:54,696 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:55,506 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:55,578 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:55,585 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:56,185 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:35:56,233 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:56,919 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:56,969 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:56,987 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:57,612 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:35:58,008 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:58,792 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:58,842 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:58,858 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:35:59,444 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:35:59,464 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:35:59,958 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:35:59,999 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:00,007 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:00,548 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:36:00,594 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:00,649 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:36:01,059 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:01,099 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:01,106 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:01,460 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:36:01,712 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:01,717 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:01,762 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:01,771 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:02,093 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:36:02,279 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:02,311 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:02,319 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:02,445 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:02,481 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:36:02,652 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:02,670 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:02,674 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:02,795 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:36:02,950 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:02,963 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:02,966 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:03,082 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling
2019-10-11 08:36:03,191 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3829}
2019-10-11 08:36:03,234 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:03,242 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:03,246 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled
2019-10-11 08:36:03,541 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:03,550 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:03,551 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:03,768 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:03,785 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:03,787 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:03,949 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3829}
2019-10-11 08:36:04,115 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,129 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,130 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:04,413 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,421 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,423 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:04,576 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,585 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,587 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:04,763 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3829}
2019-10-11 08:36:04,812 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,820 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,822 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:04,984 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,993 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:04,995 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:05,146 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,154 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,155 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:05,316 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,324 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,328 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:05,444 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3830}
2019-10-11 08:36:05,490 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,498 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,500 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:05,663 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,674 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,675 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:05,819 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,827 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,831 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:05,990 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:05,999 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,002 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:06,122 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3824}
2019-10-11 08:36:06,166 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,176 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,178 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:06,339 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,348 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,349 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:06,492 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,501 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,504 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:06,662 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,672 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,674 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:06,784 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3825}
2019-10-11 08:36:06,828 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,836 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:06,838 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:06,999 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,008 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,010 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:07,156 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,164 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,166 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:07,326 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,335 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,337 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:07,451 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3824}
2019-10-11 08:36:07,497 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,506 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,507 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:07,671 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,680 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,683 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:07,825 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,833 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:07,837 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:07,996 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,005 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,007 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:08,120 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3824}
2019-10-11 08:36:08,166 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,174 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,176 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:08,341 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,350 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,352 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:08,493 - octoprint.plugins.DisplayLayerProgress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,501 - octoprint.plugins.detailedprogress - INFO - Printing stopped. Detailed progress stopped.
2019-10-11 08:36:08,503 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed
2019-10-11 08:36:08,781 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3825}
2019-10-11 08:36:09,411 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:36:10,016 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3825}
2019-10-11 08:36:10,668 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:36:11,312 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:36:11,923 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:36:12,576 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:36:13,216 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:36:13,826 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:36:14,474 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3826}
2019-10-11 08:36:15,126 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:36:15,798 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:36:16,434 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:17,031 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:36:17,682 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:18,330 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3827}
2019-10-11 08:36:18,971 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:19,577 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:20,219 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:20,823 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3829}
2019-10-11 08:36:21,477 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3830}
2019-10-11 08:36:22,112 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3828}
2019-10-11 08:36:22,716 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3829}
2019-10-11 08:36:23,346 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '8a5fdd8990de1d0885b7343a50f35b4de83ef584', 'elapsed': 3829}
2019-10-11 08:36:30,707 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:37:00,780 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:37:30,849 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:38:00,915 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:38:30,982 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:39:01,048 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:39:31,117 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:40:01,190 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:40:31,256 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:41:01,324 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:41:31,392 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:42:01,460 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:42:31,530 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:43:01,601 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:43:31,666 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:44:01,734 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:44:31,801 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:44:53,671 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 08:44:54,269 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 38726}
2019-10-11 08:45:01,866 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:45:31,939 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:46:02,009 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:46:32,073 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:47:02,140 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:47:32,213 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:48:02,243 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:48:32,276 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:49:02,444 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:49:32,510 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:50:02,577 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:50:32,644 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:51:02,714 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:51:32,783 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:52:02,847 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:52:32,928 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:53:02,995 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:53:33,060 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:54:03,132 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:54:33,199 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:55:03,264 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:55:33,333 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:56:03,399 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:56:33,466 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:57:03,533 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:57:33,605 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:58:03,669 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:58:33,740 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:59:03,807 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:59:33,871 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 08:59:53,674 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 08:59:54,275 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 39626}
2019-10-11 09:00:03,941 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:00:34,007 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:01:04,079 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:01:34,144 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:02:04,214 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:02:34,282 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:03:04,349 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:03:34,416 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:04:04,485 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:04:34,552 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:05:04,622 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:05:34,689 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:06:04,758 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:06:34,829 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:07:04,899 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:07:34,965 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:08:05,028 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:08:35,098 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:09:05,164 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:09:35,233 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:10:05,301 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:10:35,368 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:11:05,434 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:11:35,504 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:12:05,569 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:12:35,638 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:13:05,710 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:13:35,777 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:14:05,847 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:14:35,915 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:14:53,677 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 09:14:54,972 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 40526}
2019-10-11 09:15:05,979 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:15:36,011 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:16:06,071 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:16:36,159 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:17:06,230 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:17:36,295 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:18:06,365 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:18:36,430 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:19:06,495 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:19:36,578 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:20:06,648 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:20:36,715 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:21:06,784 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:21:36,850 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:22:06,922 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:22:36,990 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:23:07,056 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:23:37,121 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:24:07,192 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:24:37,260 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:25:07,333 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:25:37,399 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:26:07,468 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:26:37,534 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:27:07,602 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:27:37,671 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:28:07,739 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:28:37,806 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:29:07,871 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:29:37,936 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:29:53,679 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 09:29:54,266 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 41426}
2019-10-11 09:30:08,002 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:30:38,070 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:31:08,137 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:31:38,205 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:32:08,275 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:32:38,344 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:33:08,412 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:33:38,478 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:34:08,543 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:34:38,610 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:35:08,676 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:35:38,747 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:36:08,816 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:36:38,883 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:37:08,948 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:37:39,014 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:38:09,083 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:38:39,150 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:39:09,222 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:39:39,289 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:40:09,360 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:40:39,429 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:41:09,496 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:41:39,562 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:42:09,627 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:42:39,657 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:43:09,688 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:43:39,877 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:44:09,945 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:44:40,011 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:44:53,681 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 09:44:54,269 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 42326}
2019-10-11 09:45:10,076 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:45:40,143 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:46:10,209 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:46:40,279 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:47:10,347 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:47:40,417 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:48:10,484 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:48:40,554 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:49:10,620 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:49:40,685 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:50:10,750 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:50:40,819 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:51:10,888 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:51:40,959 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:52:11,026 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:52:41,094 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:53:11,164 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:53:41,238 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:54:11,303 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:54:41,374 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:55:11,440 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:55:41,507 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:56:11,577 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:56:41,643 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:57:11,713 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:57:41,785 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:58:11,858 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:58:41,926 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:59:11,992 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:59:42,061 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 09:59:53,683 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 09:59:55,011 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 43226}
2019-10-11 10:00:12,131 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:00:42,197 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:01:12,268 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:01:42,334 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:02:12,401 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:02:42,469 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:03:12,535 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:03:42,601 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:04:12,667 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:04:42,733 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:05:12,799 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:05:42,866 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:06:12,933 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:06:43,004 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:07:13,085 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:07:43,153 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:08:13,221 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:08:43,288 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:09:13,355 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:09:43,386 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:10:13,418 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:10:43,484 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:11:13,549 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:11:43,617 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:12:13,684 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:12:43,751 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:13:13,819 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:13:43,889 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:14:13,958 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:14:44,024 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:14:53,685 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 10:14:54,290 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 44126}
2019-10-11 10:15:14,089 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:15:44,155 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:16:14,224 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:16:44,296 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:17:14,362 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:17:44,428 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:18:14,497 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:18:44,566 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:19:14,634 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:19:44,701 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:20:14,765 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:20:44,832 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:21:14,904 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:21:44,973 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:22:15,040 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:22:45,110 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:23:15,177 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:23:45,242 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:24:15,311 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:24:45,378 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:25:15,444 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:25:45,511 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:26:15,584 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:26:45,652 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:27:15,722 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:27:45,789 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:28:15,861 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:28:45,927 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:29:15,996 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:29:46,062 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:29:53,688 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 10:29:54,311 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 45026}
2019-10-11 10:30:16,130 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:30:46,197 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:31:16,265 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:31:46,332 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:32:16,400 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:32:46,467 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:33:16,533 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:33:46,606 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:34:16,676 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:34:46,743 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:35:16,816 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:35:46,845 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:36:16,877 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:36:47,089 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:37:17,156 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:37:47,222 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:38:17,290 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:38:47,355 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:39:17,420 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:39:47,487 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:40:17,553 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:40:47,622 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:41:17,691 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:41:47,759 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:42:17,824 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:42:47,892 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:43:17,956 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:43:48,024 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:44:18,092 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:44:48,158 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:44:53,691 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 10:44:55,172 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 45926}
2019-10-11 10:45:18,235 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:45:48,301 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:46:18,369 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:46:48,435 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:47:18,502 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:47:48,573 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:48:18,640 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:48:48,706 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:49:18,771 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:49:48,839 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:50:18,910 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:50:48,976 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:51:19,041 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:51:49,112 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:52:19,181 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:52:49,247 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:53:19,316 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:53:49,381 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:54:19,447 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:54:49,527 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:55:19,606 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:55:49,676 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:56:19,742 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:56:49,809 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:57:19,874 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:57:49,941 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:58:20,006 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:58:50,075 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:59:20,147 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:59:50,217 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 10:59:53,692 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 10:59:54,299 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 46826}
2019-10-11 11:00:20,283 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:00:50,351 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:01:20,419 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:01:50,485 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:02:20,550 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:02:50,580 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:03:20,639 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:03:50,705 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:04:20,775 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:04:50,839 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:05:20,908 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:05:50,974 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:06:21,040 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:06:51,109 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:07:21,177 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:07:51,245 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:08:21,315 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:08:51,383 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:09:21,449 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:09:51,515 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:10:21,579 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:10:51,647 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:11:21,717 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:11:51,785 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:12:21,852 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:12:51,919 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:13:21,987 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:13:52,055 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:14:22,122 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:14:52,193 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:14:53,695 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 11:14:54,310 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 47726}
2019-10-11 11:15:22,259 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:15:52,327 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:16:22,398 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:16:52,467 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:17:22,534 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:17:52,605 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:18:22,672 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:18:52,739 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:19:22,806 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:19:52,876 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:20:22,944 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:20:53,013 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:21:23,080 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:21:53,147 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:22:23,215 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:22:53,284 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:23:23,350 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:23:53,416 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:24:23,484 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:24:53,553 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:25:23,618 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:25:53,684 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:26:23,753 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:26:53,822 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:27:23,888 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:27:53,957 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:28:24,025 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:28:54,055 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:29:24,084 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:29:53,698 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 11:29:54,232 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:29:54,672 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 48626}
2019-10-11 11:30:24,302 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:30:54,369 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:31:24,435 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:31:54,501 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:32:24,570 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:32:54,638 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:33:24,704 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:33:54,773 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:34:24,843 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:34:54,911 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:35:24,978 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:35:55,045 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:36:25,111 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:36:55,180 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:37:25,247 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:37:55,317 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:38:25,383 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:38:55,457 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:39:25,524 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:39:55,594 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:40:25,659 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:40:55,729 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:41:25,791 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:41:55,881 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:42:25,951 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:42:56,020 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:43:26,085 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:43:56,151 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:44:26,220 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:44:53,701 - octoprint.server.heartbeat - INFO - Server heartbeat <3
2019-10-11 11:44:54,307 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 49526}
2019-10-11 11:44:56,284 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:45:26,349 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:45:53,135 - octoprint.server.util.flask - INFO - Passively logging in user octopi from 105.27.146.82
2019-10-11 11:45:54,828 - octoprint.server.util.sockjs - INFO - New connection from client: 105.27.146.82
2019-10-11 11:45:55,290 - octoprint.server.util.flask - INFO - Passively logging in user octopi from 105.27.146.82
2019-10-11 11:45:56,416 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:45:56,874 - octoprint.plugins.cancelobject - INFO - No active object id!
2019-10-11 11:45:58,318 - octoprint.server.util.sockjs - INFO - User octopi logged in on the socket from client 105.27.146.82
2019-10-11 11:45:59,229 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 11:45:59] "GET /?action=stream&1570790758910 HTTP/1.1" 200 -
2019-10-11 11:46:26,446 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:46:48,230 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 11:46:48] "GET /?action=stream&1570790807882 HTTP/1.1" 200 -
2019-10-11 11:46:56,518 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:47:00,230 - werkzeug - INFO - 127.0.0.1 - - [11/Oct/2019 11:47:00] "GET /?action=stream&1570790820074 HTTP/1.1" 200 -
2019-10-11 11:47:26,591 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:47:56,668 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
2019-10-11 11:48:26,737 - octoprint.plugins.navbartemp - INFO - Checking SoC internal temperature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment