2019-10-24 10:14:35,878 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 10:14:35,888 - octoprint.server - INFO - --- Log roll over detected --------------------------------------------------- 2019-10-24 10:14:35,888 - octoprint.server - INFO - OctoPrint 1.3.11 2019-10-24 10:14:35,899 - octoprint.plugin.core - INFO - 26 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Bed Visualizer (0.1.10) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Firmware Updater (1.6.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmwareupdater | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Octolapse (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.0.20) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.0.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | The Spaghetti Detective (Beta) (0.9.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta | Themeify (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2019-10-24 10:14:35,924 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2019-10-24 10:14:35,925 - octoprint.server - INFO - ------------------------------------------------------------------------------ 2019-10-24 10:16:35,435 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 172824} 2019-10-24 10:19:15,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:19:15] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 10:21:15,006 - 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-24 10:21:15,339 - 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-24 10:21:15,702 - 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-24 10:21:15,705 - 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-24 10:21:15,710 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:21:15] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 10:21:15,717 - backoff - INFO - Backing off capture_mjpeg(...) for 0.5s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 10:21:16,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:21:16] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 10:21:16,392 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 10:29:35,881 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 10:31:35,363 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 173724} 2019-10-24 10:40:32,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:40:32] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 10:42:32,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:42:32] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 10:44:32,006 - 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-24 10:44:32,339 - 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-24 10:44:32,704 - 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-24 10:44:32,707 - 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-24 10:44:32,715 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:44:32] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 10:44:32,724 - backoff - INFO - Backing off capture_mjpeg(...) for 0.5s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 10:44:33,339 - 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-24 10:44:33,704 - 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-24 10:44:34,006 - 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-24 10:44:34,008 - 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-24 10:44:34,013 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:44:34] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 10:44:34,022 - backoff - INFO - Backing off capture_mjpeg(...) for 1.6s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 10:44:35,705 - 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-24 10:44:35,884 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 10:44:36,006 - 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-24 10:44:36,339 - 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-24 10:44:36,342 - 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-24 10:44:36,350 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:44:36] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 10:44:36,359 - backoff - INFO - Backing off capture_mjpeg(...) for 1.1s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 10:44:37,705 - 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-24 10:44:38,006 - 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-24 10:44:38,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:44:38] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 10:46:32,006 - 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-24 10:46:32,339 - 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-24 10:46:32,704 - 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-24 10:46:32,707 - 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-24 10:46:32,715 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:46:32] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 10:46:32,724 - backoff - INFO - Backing off capture_mjpeg(...) for 0.2s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 10:46:33,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 10:46:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 10:46:33,021 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 10:46:35,360 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 174624} 2019-10-24 10:59:35,886 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 11:01:07,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:01:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:01:35,317 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 175524} 2019-10-24 11:03:07,007 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:03:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:05:07,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:05:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:07:07,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:07:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:09:07,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:09:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:11:07,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:11:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:13:07,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:13:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:13:07,354 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 11:14:35,889 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 11:16:35,375 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 176424} 2019-10-24 11:29:35,895 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 11:31:35,386 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 177324} 2019-10-24 11:42:56,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:42:56] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:44:35,897 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 11:44:56,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:44:56] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:46:35,370 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 178224} 2019-10-24 11:46:56,345 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:46:56] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:48:56,709 - 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-24 11:48:57,008 - 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-24 11:48:57,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:48:57] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:50:56,714 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 11:50:56] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 11:50:56,730 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 11:59:35,900 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 12:01:35,411 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 179124} 2019-10-24 12:14:35,902 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 12:16:35,430 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 180024} 2019-10-24 12:20:20,715 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 12:20:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 12:22:20,713 - 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-24 12:22:21,012 - 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-24 12:22:21,341 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 12:22:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 12:22:21,429 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 12:29:35,905 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 12:31:35,420 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 180924} 2019-10-24 12:39:24,721 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 12:39:24] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 12:41:24,719 - 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-24 12:41:25,021 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 12:41:25] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 12:41:25,070 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 12:44:35,907 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 12:46:35,413 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 181824} 2019-10-24 12:58:20,021 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 12:58:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 12:59:35,909 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 13:00:20,023 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:00:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:01:35,401 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 182724} 2019-10-24 13:02:20,344 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:02:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:04:20,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:04:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:04:20,354 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 13:14:35,911 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 13:16:35,426 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 183624} 2019-10-24 13:20:04,469 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.1.108 2019-10-24 13:20:04,605 - tornado.access - WARNING - 409 GET /api/printer?history=true&exclude=state,sd (::ffff:192.168.1.108) 11.37ms 2019-10-24 13:20:04,631 - octoprint.server.util.sockjs - INFO - User XKiloX95 logged in on the socket from client ::ffff:192.168.1.108 2019-10-24 13:20:06,719 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:20:06] "GET /?action=stream HTTP/1.1" 200 - 2019-10-24 13:20:16,242 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.1.108 2019-10-24 13:24:46,025 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:24:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:26:46,023 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:26:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:28:46,024 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:28:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:29:35,913 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 13:30:46,024 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:30:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:31:35,413 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 184524} 2019-10-24 13:32:46,020 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:32:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:34:46,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:34:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:36:46,344 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:36:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:36:46,356 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 13:44:35,916 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 13:46:35,482 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 185424} 2019-10-24 13:56:22,026 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:56:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:58:22,025 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 13:58:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 13:59:35,920 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 14:00:22,027 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:00:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:01:35,442 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 186324} 2019-10-24 14:02:22,020 - 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-24 14:02:22,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:02:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:02:22,400 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 14:14:35,922 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 14:16:35,453 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 187224} 2019-10-24 14:19:57,344 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:19:57] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:21:43,713 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:21:43] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:21:55,730 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:21:55] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:22:07,728 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:22:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:24:08,029 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:24:08] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:26:08,027 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:26:08] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:26:08,040 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 14:29:35,924 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 14:31:35,466 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 188124} 2019-10-24 14:37:13,029 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:37:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:39:13,030 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:39:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:41:13,032 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:41:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:43:13,034 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:43:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:44:35,927 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 14:45:13,032 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:45:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:46:35,464 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 189024} 2019-10-24 14:47:13,344 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:47:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:49:13,345 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 14:49:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 14:49:13,357 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 14:59:35,928 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 15:01:35,491 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 189924} 2019-10-24 15:08:31,727 - 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-24 15:08:32,027 - 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-24 15:08:32,339 - 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-24 15:08:32,342 - 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-24 15:08:32,351 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:08:32] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 15:08:32,359 - backoff - INFO - Backing off capture_mjpeg(...) for 0.9s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 15:08:33,339 - 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-24 15:08:33,727 - 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-24 15:08:34,027 - 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-24 15:08:34,030 - 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-24 15:08:34,038 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:08:34] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 15:08:34,046 - backoff - INFO - Backing off capture_mjpeg(...) for 1.8s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 15:08:36,027 - 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-24 15:08:36,339 - 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-24 15:08:36,731 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:08:36] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:10:31,737 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:10:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:12:31,734 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:12:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:14:31,731 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:14:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:14:35,931 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 15:16:31,731 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:16:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:16:35,509 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 190824} 2019-10-24 15:18:31,731 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:18:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:20:31,735 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:20:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:22:31,736 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:22:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:23:28,732 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:23:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:25:28,734 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:25:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:27:28,732 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:27:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:29:28,735 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:29:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:29:35,935 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 15:31:28,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:31:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:31:35,462 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 191724} 2019-10-24 15:33:28,738 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:33:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:35:29,035 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:35:29] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:35:29,048 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 15:44:35,937 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 15:46:35,488 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 192624} 2019-10-24 15:55:23,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:55:23] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:57:23,673 - 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-24 15:57:24,031 - 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-24 15:57:24,339 - 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-24 15:57:24,342 - 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-24 15:57:24,348 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:57:24] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 15:57:24,358 - backoff - INFO - Backing off capture_mjpeg(...) for 0.8s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 15:57:25,339 - 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-24 15:57:25,672 - 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-24 15:57:26,031 - 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-24 15:57:26,033 - 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-24 15:57:26,039 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:57:26] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 15:57:26,050 - backoff - INFO - Backing off capture_mjpeg(...) for 0.4s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 15:57:26,673 - 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-24 15:57:27,030 - 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-24 15:57:27,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:57:27] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:59:24,032 - 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-24 15:59:24,339 - 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-24 15:59:24,678 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 15:59:24] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 15:59:24,689 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 15:59:35,939 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 16:01:35,473 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 193524} 2019-10-24 16:14:35,942 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 16:16:35,500 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 194424} 2019-10-24 16:20:20,675 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:20:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:22:21,042 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:22:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:22:21,087 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 16:29:35,945 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 16:31:35,478 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 195324} 2019-10-24 16:44:35,948 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 16:46:35,482 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 196224} 2019-10-24 16:50:40,352 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:50:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:52:40,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:52:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:54:40,343 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:54:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:56:40,347 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:56:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:58:40,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 16:58:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 16:59:35,952 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 17:00:40,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:00:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:00:40,690 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 17:01:35,484 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 197124} 2019-10-24 17:11:58,044 - 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-24 17:11:58,343 - 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-24 17:11:58,674 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:11:58] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:13:58,050 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:13:58] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:14:35,953 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 17:15:58,348 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:15:58] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:16:35,455 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 198024} 2019-10-24 17:17:58,350 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:17:58] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:17:58,362 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 17:29:35,957 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 17:31:35,492 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 198924} 2019-10-24 17:35:21,350 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:35:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:37:21,349 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:37:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:39:21,352 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:39:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:41:21,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:41:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:43:21,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:43:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:43:21,690 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 17:44:35,959 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 17:46:35,517 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 199824} 2019-10-24 17:57:29,038 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:57:29] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:59:29,354 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 17:59:29] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 17:59:29,400 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 17:59:35,962 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 18:01:35,515 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 200725} 2019-10-24 18:13:39,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:13:39] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:14:35,965 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 18:15:39,678 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:15:39] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:16:35,533 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 201625} 2019-10-24 18:17:39,676 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:17:39] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:19:39,676 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:19:39] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:21:40,054 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:21:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:23:40,055 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:23:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:23:40,067 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 18:29:35,967 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 18:31:35,540 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 202525} 2019-10-24 18:44:35,969 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 18:45:52,056 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:45:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:46:35,549 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 203425} 2019-10-24 18:47:52,058 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:47:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:49:52,061 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:49:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:51:52,059 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:51:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:53:52,058 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:53:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:55:52,355 - 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-24 18:55:52,678 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:55:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:57:52,352 - 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-24 18:57:52,673 - 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-24 18:57:53,052 - 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-24 18:57:53,054 - 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-24 18:57:53,059 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:57:53] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 18:57:53,069 - backoff - INFO - Backing off capture_mjpeg(...) for 1.0s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 18:57:54,356 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 18:57:54] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 18:57:54,369 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 18:59:35,972 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 19:01:35,544 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 204325} 2019-10-24 19:11:21,044 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:11:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:13:21,062 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:13:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:14:35,974 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 19:15:21,056 - 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-24 19:15:21,356 - 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-24 19:15:21,672 - 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-24 19:15:21,676 - 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-24 19:15:21,687 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:15:21] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 19:15:21,693 - backoff - INFO - Backing off capture_mjpeg(...) for 0.0s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 19:15:22,062 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:15:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:16:35,548 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 205225} 2019-10-24 19:17:21,059 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:17:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:17:21,071 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 19:29:33,060 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:29:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:29:35,976 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 19:31:33,043 - 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-24 19:31:33,362 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:31:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:31:35,573 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 206125} 2019-10-24 19:33:33,362 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:33:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:33:33,373 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 19:44:35,979 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 19:46:35,577 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 207025} 2019-10-24 19:58:04,061 - 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-24 19:58:04,366 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 19:58:04] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 19:59:35,981 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 20:00:04,061 - 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-24 20:00:04,361 - 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-24 20:00:04,673 - 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-24 20:00:04,675 - 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-24 20:00:04,686 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:00:04] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 20:00:04,693 - backoff - INFO - Backing off capture_mjpeg(...) for 0.0s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 20:00:05,061 - 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-24 20:00:05,361 - 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-24 20:00:05,673 - 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-24 20:00:05,676 - 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-24 20:00:05,685 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:00:05] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 20:00:05,692 - backoff - INFO - Backing off capture_mjpeg(...) for 0.8s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 20:00:06,677 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:00:06] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:00:06,724 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 20:01:35,549 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 207925} 2019-10-24 20:14:35,983 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 20:16:35,556 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 208825} 2019-10-24 20:28:59,370 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:28:59] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:29:35,985 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 20:30:59,678 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:30:59] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:31:35,607 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 209725} 2019-10-24 20:32:59,673 - 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-24 20:33:00,067 - 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-24 20:33:00,365 - 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-24 20:33:00,368 - 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-24 20:33:00,380 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:33:00] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 20:33:00,387 - backoff - INFO - Backing off capture_mjpeg(...) for 0.1s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 20:33:00,673 - 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-24 20:33:01,066 - 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-24 20:33:01,366 - 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-24 20:33:01,370 - 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-24 20:33:01,380 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:33:01] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 20:33:01,386 - backoff - INFO - Backing off capture_mjpeg(...) for 0.6s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 20:33:02,066 - 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-24 20:33:02,370 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:33:02] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:33:02,381 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 20:44:35,988 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 20:46:35,592 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 210625} 2019-10-24 20:52:05,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:52:05] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:54:05,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:54:05] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:56:05,371 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:56:05] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:58:05,371 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 20:58:05] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 20:58:05,384 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 20:59:35,992 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 21:01:35,581 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 211525} 2019-10-24 21:09:44,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:09:44] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:11:44,006 - 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-24 21:11:44,370 - 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-24 21:11:44,672 - 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-24 21:11:44,676 - 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-24 21:11:44,688 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:11:44] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 21:11:44,694 - backoff - INFO - Backing off capture_mjpeg(...) for 0.2s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 21:11:45,359 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:11:45] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:11:45,400 - octoprint.plugins.anywhere - ERROR - [Errno 104] Connection reset by peer 2019-10-24 21:14:35,994 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 21:16:35,582 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 212425} 2019-10-24 21:29:35,996 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 21:31:35,596 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 213325} 2019-10-24 21:31:40,006 - 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-24 21:31:40,374 - 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-24 21:31:40,679 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:31:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:33:40,006 - 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-24 21:33:40,373 - 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-24 21:33:40,673 - 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-24 21:33:40,675 - 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-24 21:33:40,683 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:33:40] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 21:33:40,692 - backoff - INFO - Backing off capture_mjpeg(...) for 0.5s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 21:33:41,373 - 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-24 21:33:41,673 - 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-24 21:33:42,006 - 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-24 21:33:42,009 - 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-24 21:33:42,016 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:33:42] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 21:33:42,025 - backoff - INFO - Backing off capture_mjpeg(...) for 0.2s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 21:33:42,373 - 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-24 21:33:42,673 - 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-24 21:33:43,010 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:33:43] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:33:43,057 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 21:44:35,998 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 21:46:35,606 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 214225} 2019-10-24 21:51:18,676 - 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-24 21:51:19,006 - 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-24 21:51:19,376 - 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-24 21:51:19,379 - 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-24 21:51:19,387 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:51:19] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 21:51:19,395 - backoff - INFO - Backing off capture_mjpeg(...) for 0.6s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 21:51:20,377 - 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-24 21:51:20,676 - 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-24 21:51:21,006 - 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-24 21:51:21,008 - 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-24 21:51:21,016 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:51:21] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 21:51:21,024 - backoff - INFO - Backing off capture_mjpeg(...) for 1.5s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 21:51:22,676 - 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-24 21:51:23,006 - 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-24 21:51:23,376 - 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-24 21:51:23,379 - 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-24 21:51:23,386 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:51:23] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 21:51:23,394 - backoff - INFO - Backing off capture_mjpeg(...) for 3.9s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 21:51:27,381 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:51:27] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:53:18,681 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:53:18] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:55:18,681 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:55:18] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:57:19,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 21:57:19] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 21:57:19,063 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 21:59:36,000 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 22:01:35,748 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 215125} 2019-10-24 22:14:35,384 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:14:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:14:36,003 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 22:16:35,369 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:16:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:16:35,620 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 216025} 2019-10-24 22:18:35,384 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:18:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:20:35,385 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:20:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:22:35,384 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:22:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:24:35,383 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:24:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:26:35,385 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:26:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:28:35,684 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:28:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:28:35,733 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 22:29:36,004 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 22:31:35,622 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 216925} 2019-10-24 22:44:18,381 - 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-24 22:44:18,680 - 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-24 22:44:19,006 - 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-24 22:44:19,010 - 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-24 22:44:19,020 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:44:19] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 22:44:19,027 - backoff - INFO - Backing off capture_mjpeg(...) for 0.3s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 22:44:19,386 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:44:19] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:44:36,007 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 22:46:18,381 - 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-24 22:46:18,680 - 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-24 22:46:19,006 - 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-24 22:46:19,009 - 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-24 22:46:19,018 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:46:19] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 22:46:19,027 - backoff - INFO - Backing off capture_mjpeg(...) for 0.3s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 22:46:19,674 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 22:46:19] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 22:46:19,718 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 22:46:35,605 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 217825} 2019-10-24 22:59:36,009 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 23:01:35,617 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 218725} 2019-10-24 23:13:47,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:13:47] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:14:36,011 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 23:15:47,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:15:47] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:16:35,636 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 219625} 2019-10-24 23:17:47,011 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:17:47] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:19:47,389 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:19:47] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:19:47,438 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 23:29:36,014 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 23:31:35,653 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 220525} 2019-10-24 23:34:44,393 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:34:44] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:36:44,396 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:36:44] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:38:44,385 - 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-24 23:38:44,684 - 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-24 23:38:45,006 - 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-24 23:38:45,008 - 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-24 23:38:45,015 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:38:45] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-24 23:38:45,021 - backoff - INFO - Backing off capture_mjpeg(...) for 0.3s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-24 23:38:45,385 - 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-24 23:38:45,689 - werkzeug - INFO - 127.0.0.1 - - [24/Oct/2019 23:38:45] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-24 23:38:45,734 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-24 23:44:36,018 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-24 23:46:35,651 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 221425} 2019-10-24 23:59:36,020 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 00:01:35,671 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 222325} 2019-10-25 00:07:47,395 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:07:47] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 00:09:47,390 - 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-25 00:09:47,689 - 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-25 00:09:48,006 - 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-25 00:09:48,009 - 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-25 00:09:48,015 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:09:48] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-25 00:09:48,025 - backoff - INFO - Backing off capture_mjpeg(...) for 0.5s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-25 00:09:48,690 - 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-25 00:09:49,006 - 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-25 00:09:49,390 - 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-25 00:09:49,392 - 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-25 00:09:49,399 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:09:49] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-25 00:09:49,407 - backoff - INFO - Backing off capture_mjpeg(...) for 0.7s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-25 00:09:50,393 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:09:50] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 00:09:50,440 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-25 00:14:36,023 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 00:16:35,662 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 223225} 2019-10-25 00:27:16,011 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:27:16] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 00:29:16,010 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:29:16] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 00:29:36,025 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 00:31:16,010 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:31:16] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 00:31:35,662 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 224125} 2019-10-25 00:33:16,006 - 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-25 00:33:16,394 - 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-25 00:33:16,693 - 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-25 00:33:16,696 - 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-25 00:33:16,709 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:33:16] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-25 00:33:16,715 - backoff - INFO - Backing off capture_mjpeg(...) for 0.3s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-25 00:33:17,010 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 00:33:17] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 00:33:17,055 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-25 00:44:36,027 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 00:46:35,662 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 225025} 2019-10-25 00:59:36,031 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 01:01:35,684 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 225925} 2019-10-25 01:03:04,388 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:03:04] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:05:04,343 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:05:04] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:07:04,705 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:07:04] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:07:04,752 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-25 01:14:36,035 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 01:16:35,677 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 226825} 2019-10-25 01:16:56,595 - octoprint.plugins.thespaghettidetective_beta - ERROR - Server websocket is closing 2019-10-25 01:23:42,082 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 24.09ms 2019-10-25 01:23:42,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.58ms 2019-10-25 01:23:51,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.40ms 2019-10-25 01:23:51,833 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.60ms 2019-10-25 01:24:01,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.27ms 2019-10-25 01:24:01,860 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.58ms 2019-10-25 01:24:11,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.42ms 2019-10-25 01:24:11,855 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.03ms 2019-10-25 01:24:21,796 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.96ms 2019-10-25 01:24:21,845 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.05ms 2019-10-25 01:24:30,011 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:24:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:24:31,799 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.94ms 2019-10-25 01:24:31,864 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.16ms 2019-10-25 01:24:41,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.45ms 2019-10-25 01:24:41,852 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.71ms 2019-10-25 01:24:51,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.85ms 2019-10-25 01:24:51,834 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.00ms 2019-10-25 01:25:01,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.60ms 2019-10-25 01:25:01,855 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.57ms 2019-10-25 01:25:11,796 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.35ms 2019-10-25 01:25:11,863 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.36ms 2019-10-25 01:25:21,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.18ms 2019-10-25 01:25:21,899 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.79ms 2019-10-25 01:25:31,811 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 27.47ms 2019-10-25 01:25:31,868 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 14.44ms 2019-10-25 01:25:41,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.21ms 2019-10-25 01:25:41,866 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.78ms 2019-10-25 01:25:51,785 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.78ms 2019-10-25 01:25:51,845 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.76ms 2019-10-25 01:26:01,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.56ms 2019-10-25 01:26:01,829 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.19ms 2019-10-25 01:26:11,808 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.55ms 2019-10-25 01:26:11,902 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.64ms 2019-10-25 01:26:21,969 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.87ms 2019-10-25 01:26:22,028 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.73ms 2019-10-25 01:26:30,011 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:26:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:26:31,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.36ms 2019-10-25 01:26:31,866 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.02ms 2019-10-25 01:26:41,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 27.19ms 2019-10-25 01:26:41,888 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.88ms 2019-10-25 01:26:51,806 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.26ms 2019-10-25 01:26:51,911 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 17.40ms 2019-10-25 01:27:01,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.98ms 2019-10-25 01:27:01,872 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.13ms 2019-10-25 01:27:11,810 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 27.27ms 2019-10-25 01:27:11,853 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.81ms 2019-10-25 01:27:21,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.12ms 2019-10-25 01:27:21,882 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.34ms 2019-10-25 01:27:31,795 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.67ms 2019-10-25 01:27:31,850 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 16.16ms 2019-10-25 01:27:41,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.31ms 2019-10-25 01:27:41,861 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.03ms 2019-10-25 01:27:51,799 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.37ms 2019-10-25 01:27:51,861 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.36ms 2019-10-25 01:28:01,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.87ms 2019-10-25 01:28:01,825 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.44ms 2019-10-25 01:28:11,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.94ms 2019-10-25 01:28:11,860 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.87ms 2019-10-25 01:28:21,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.81ms 2019-10-25 01:28:21,857 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 16.35ms 2019-10-25 01:28:30,010 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:28:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:28:31,796 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.76ms 2019-10-25 01:28:31,857 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.27ms 2019-10-25 01:28:41,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.94ms 2019-10-25 01:28:41,857 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.11ms 2019-10-25 01:28:51,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.74ms 2019-10-25 01:28:51,857 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.05ms 2019-10-25 01:29:01,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.82ms 2019-10-25 01:29:02,035 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.33ms 2019-10-25 01:29:11,799 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.84ms 2019-10-25 01:29:11,827 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.54ms 2019-10-25 01:29:21,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.04ms 2019-10-25 01:29:21,889 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.17ms 2019-10-25 01:29:31,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.91ms 2019-10-25 01:29:31,835 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.48ms 2019-10-25 01:29:36,037 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 01:29:41,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.99ms 2019-10-25 01:29:41,879 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.00ms 2019-10-25 01:29:51,796 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.49ms 2019-10-25 01:29:51,904 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 24.41ms 2019-10-25 01:30:01,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.52ms 2019-10-25 01:30:01,861 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.40ms 2019-10-25 01:30:11,862 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.86ms 2019-10-25 01:30:11,894 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.17ms 2019-10-25 01:30:21,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.68ms 2019-10-25 01:30:21,858 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.60ms 2019-10-25 01:30:30,011 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:30:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:30:31,806 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.10ms 2019-10-25 01:30:31,870 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 9.91ms 2019-10-25 01:30:41,806 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.86ms 2019-10-25 01:30:41,864 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.28ms 2019-10-25 01:30:51,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.02ms 2019-10-25 01:30:51,848 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.18ms 2019-10-25 01:31:01,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.30ms 2019-10-25 01:31:01,859 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.53ms 2019-10-25 01:31:11,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.35ms 2019-10-25 01:31:11,876 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 9.89ms 2019-10-25 01:31:21,799 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.46ms 2019-10-25 01:31:21,856 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.95ms 2019-10-25 01:31:31,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.80ms 2019-10-25 01:31:31,828 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.05ms 2019-10-25 01:31:35,702 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 227725} 2019-10-25 01:31:41,810 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 32.04ms 2019-10-25 01:31:41,856 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.46ms 2019-10-25 01:31:51,805 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.88ms 2019-10-25 01:31:51,872 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.36ms 2019-10-25 01:32:01,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.09ms 2019-10-25 01:32:01,880 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.55ms 2019-10-25 01:32:11,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.77ms 2019-10-25 01:32:11,888 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.04ms 2019-10-25 01:32:21,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 23.04ms 2019-10-25 01:32:21,857 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.19ms 2019-10-25 01:32:30,005 - 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-25 01:32:30,339 - 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-25 01:32:30,709 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:32:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:32:31,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.34ms 2019-10-25 01:32:31,850 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.59ms 2019-10-25 01:32:41,805 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.59ms 2019-10-25 01:32:41,866 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.90ms 2019-10-25 01:32:51,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.56ms 2019-10-25 01:32:51,861 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.22ms 2019-10-25 01:33:01,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.70ms 2019-10-25 01:33:01,866 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.46ms 2019-10-25 01:33:11,805 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.40ms 2019-10-25 01:33:11,895 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.26ms 2019-10-25 01:33:21,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.92ms 2019-10-25 01:33:21,873 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 9.95ms 2019-10-25 01:33:31,807 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.08ms 2019-10-25 01:33:31,904 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.61ms 2019-10-25 01:33:41,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.45ms 2019-10-25 01:33:41,893 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.18ms 2019-10-25 01:33:51,808 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.91ms 2019-10-25 01:33:51,884 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 14.46ms 2019-10-25 01:34:01,817 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.57ms 2019-10-25 01:34:01,871 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.43ms 2019-10-25 01:34:11,812 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 24.00ms 2019-10-25 01:34:11,894 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.54ms 2019-10-25 01:34:21,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 24.10ms 2019-10-25 01:34:21,909 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.64ms 2019-10-25 01:34:30,006 - 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-25 01:34:30,340 - 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-25 01:34:30,703 - 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-25 01:34:30,705 - 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-25 01:34:30,710 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:34:30] "GET /?action=snapshot HTTP/1.1" 500 - 2019-10-25 01:34:30,717 - backoff - INFO - Backing off capture_mjpeg(...) for 0.7s (HTTPError: HTTP Error 500: INTERNAL SERVER ERROR) 2019-10-25 01:34:31,705 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:34:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:34:31,717 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-25 01:34:31,805 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.04ms 2019-10-25 01:34:31,893 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.38ms 2019-10-25 01:34:41,796 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.75ms 2019-10-25 01:34:41,870 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 9.94ms 2019-10-25 01:34:51,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.06ms 2019-10-25 01:34:51,890 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.68ms 2019-10-25 01:35:01,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.70ms 2019-10-25 01:35:01,860 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.69ms 2019-10-25 01:35:11,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.88ms 2019-10-25 01:35:11,858 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 16.83ms 2019-10-25 01:35:21,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.90ms 2019-10-25 01:35:21,860 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.92ms 2019-10-25 01:35:31,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.10ms 2019-10-25 01:35:31,864 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.59ms 2019-10-25 01:35:41,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.87ms 2019-10-25 01:35:41,860 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.44ms 2019-10-25 01:35:51,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.72ms 2019-10-25 01:35:51,860 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.64ms 2019-10-25 01:36:01,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.23ms 2019-10-25 01:36:01,874 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.17ms 2019-10-25 01:36:11,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.88ms 2019-10-25 01:36:11,827 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 18.94ms 2019-10-25 01:36:21,795 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.30ms 2019-10-25 01:36:21,884 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.81ms 2019-10-25 01:36:31,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.45ms 2019-10-25 01:36:31,868 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.02ms 2019-10-25 01:36:41,803 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.80ms 2019-10-25 01:36:41,862 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.86ms 2019-10-25 01:36:51,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.71ms 2019-10-25 01:36:51,855 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.26ms 2019-10-25 01:36:57,055 - octoprint.server.util.flask - INFO - Passively logging in user XKiloX95 from ::ffff:192.168.1.179 2019-10-25 01:36:59,254 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.1.179 2019-10-25 01:36:59,400 - octoprint.server.util.flask - INFO - Passively logging in user XKiloX95 from ::ffff:192.168.1.179 2019-10-25 01:37:02,004 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2019-10-25 01:37:02,154 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.64ms 2019-10-25 01:37:02,203 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.12ms 2019-10-25 01:37:02,291 - octoprint.server.util.sockjs - INFO - User XKiloX95 logged in on the socket from client ::ffff:192.168.1.179 2019-10-25 01:37:11,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.75ms 2019-10-25 01:37:11,861 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.29ms 2019-10-25 01:37:21,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.51ms 2019-10-25 01:37:21,857 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 17.79ms 2019-10-25 01:37:31,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.71ms 2019-10-25 01:37:31,863 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.86ms 2019-10-25 01:37:41,807 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.79ms 2019-10-25 01:37:41,835 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.40ms 2019-10-25 01:37:51,796 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.97ms 2019-10-25 01:37:51,828 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 9.95ms 2019-10-25 01:38:01,805 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.51ms 2019-10-25 01:38:01,877 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.80ms 2019-10-25 01:38:11,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.96ms 2019-10-25 01:38:11,852 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 15.85ms 2019-10-25 01:38:21,822 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.59ms 2019-10-25 01:38:21,881 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.68ms 2019-10-25 01:38:31,799 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 19.29ms 2019-10-25 01:38:31,830 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.91ms 2019-10-25 01:38:41,802 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.13ms 2019-10-25 01:38:41,895 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.47ms 2019-10-25 01:38:51,804 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.61ms 2019-10-25 01:38:51,881 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.67ms 2019-10-25 01:38:52,377 - octoprint.plugins.softwareupdate - INFO - Starting update of octoprint to 1.3.12... 2019-10-25 01:39:01,794 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 13.63ms 2019-10-25 01:39:01,812 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 12.29ms 2019-10-25 01:39:11,797 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 13.01ms 2019-10-25 01:39:11,853 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 12.09ms 2019-10-25 01:39:15,194 - octoprint.plugins.softwareupdate - INFO - Update of octoprint to 1.3.12 successful! 2019-10-25 01:39:15,423 - octoprint.plugins.softwareupdate - INFO - Starting update of PrintTimeGenius to 2.0.2... 2019-10-25 01:39:16,000 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'1.3.12', 'from_version': u'1.3.11', 'target': 'octoprint'} 2019-10-25 01:39:21,793 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 14.41ms 2019-10-25 01:39:21,830 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.65ms 2019-10-25 01:39:27,500 - octoprint.plugins.softwareupdate - INFO - Update of PrintTimeGenius to 2.0.2 successful! 2019-10-25 01:39:27,717 - octoprint.plugins.softwareupdate - INFO - Starting update of TheSpaghettiDetectiveBeta to 0.9.2... 2019-10-25 01:39:28,264 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'2.0.2', 'from_version': '2.0.1', 'target': u'PrintTimeGenius'} 2019-10-25 01:39:31,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 17.29ms 2019-10-25 01:39:31,863 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.19ms 2019-10-25 01:39:41,792 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.55ms 2019-10-25 01:39:41,847 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 12.28ms 2019-10-25 01:39:50,710 - octoprint.plugins.softwareupdate - INFO - Update of TheSpaghettiDetectiveBeta to 0.9.2 successful! 2019-10-25 01:39:50,919 - octoprint.plugins.softwareupdate - INFO - Starting update of bedlevelvisualizer to 0.1.11... 2019-10-25 01:39:51,321 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.9.2', 'from_version': '0.9.0', 'target': u'TheSpaghettiDetectiveBeta'} 2019-10-25 01:39:51,799 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 14.28ms 2019-10-25 01:39:51,858 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 13.35ms 2019-10-25 01:40:01,807 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.75ms 2019-10-25 01:40:01,896 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 13.68ms 2019-10-25 01:40:02,101 - octoprint.plugins.softwareupdate - INFO - Update of bedlevelvisualizer to 0.1.11 successful! 2019-10-25 01:40:02,426 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2019-10-25 01:40:02,429 - octoprint.plugins.softwareupdate - INFO - Restarting... 2019-10-25 01:40:02,585 - octoprint.server - INFO - Shutting down... 2019-10-25 01:40:02,779 - octoprint.plugins.tracking - INFO - Sent tracking event update_successful, payload: {'to_version': u'0.1.11', 'from_version': '0.1.10', 'target': u'bedlevelvisualizer'} 2019-10-25 01:40:02,889 - octoprint.events - INFO - Processing shutdown event, this will be our last event 2019-10-25 01:40:02,899 - octoprint.events - INFO - Event loop shut down 2019-10-25 01:40:02,964 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:40:02] "POST /shutdown HTTP/1.1" 200 - 2019-10-25 01:40:02,999 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.208609 seconds: Janus WS connection closed! 2019-10-25 01:40:03,214 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.355129 seconds: Janus WS connection closed! 2019-10-25 01:40:03,496 - octoprint.plugins.tracking - INFO - Sent tracking event shutdown, payload: {} 2019-10-25 01:40:03,573 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 1.435728 seconds: Janus WS connection closed! 2019-10-25 01:40:03,805 - octoprint.server - INFO - Goodbye! 2019-10-25 01:40:08,134 - octoprint.startup - INFO - ****************************************************************************** 2019-10-25 01:40:08,137 - octoprint.startup - INFO - Starting OctoPrint 1.3.12 2019-10-25 01:40:08,137 - octoprint.startup - INFO - ****************************************************************************** 2019-10-25 01:40:08,194 - octoprint.util.connectivity_checker - INFO - Connectivity changed from offline to online 2019-10-25 01:40:08,881 - octoprint.startup - INFO - Blacklist processing done, adding 1 blacklisted plugin versions: roomtemp (any) 2019-10-25 01:40:09,065 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2019-10-25 01:40:11,864 - octoprint.plugin.core - INFO - Found 26 plugin(s) providing 26 mixin implementations, 50 hook handlers 2019-10-25 01:40:12,162 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2019-10-25 01:40:12,192 - octoprint.server - INFO - Intermediary server started 2019-10-25 01:40:12,193 - octoprint.plugin.core - INFO - Loading plugins from /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins, /home/pi/.octoprint/plugins and installed plugin packages... 2019-10-25 01:40:12,991 - octoprint.plugin.core - INFO - Found 26 plugin(s) providing 26 mixin implementations, 50 hook handlers 2019-10-25 01:40:13,035 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/pi/.octoprint/uploads... 2019-10-25 01:40:13,606 - octoprint.filemanager.storage - INFO - ... file metadata for /home/pi/.octoprint/uploads initialized successfully. 2019-10-25 01:40:13,624 - octoprint.printer.standard - INFO - Using print time estimator provided by PrintTimeGenius 2019-10-25 01:40:13,794 - octoprint.plugins.softwareupdate - INFO - Version cache was created for another version of OctoPrint, not using it 2019-10-25 01:40:13,823 - octoprint.plugins.excluderegion - INFO - Logging mode set to 'octoprint' 2019-10-25 01:40:13,827 - octoprint.plugins.excluderegion - INFO - Setting update detected: g90InfluencesExtruder=False, clearRegionsAfterPrintFinishes=False, mayShrinkRegionsWhilePrinting=False, loggingMode=octoprint, enteringExcludedRegionGcode=None, exitingExcludedRegionGcode=None, extendedExcludeGcodes={'G4': {"gcode": "G4", "type": "ExcludedGcode", "mode": "exclude", "description": "Ignore all dwell commands in an excluded area to reduce delays while excluding"}, 'M205': {"gcode": "M205", "type": "ExcludedGcode", "mode": "merge", "description": "Record advanced setting changes while excluding and apply the most recent values in a single command after exiting the excluded area"}, 'M204': {"gcode": "M204", "type": "ExcludedGcode", "mode": "merge", "description": "Record default acceleration changes while excluding and apply the most recent values in a single command after exiting the excluded area"}}, atCommandActions={'ExcludeRegion': [{"action": "enable_exclusion", "type": "AtCommandAction", "command": "ExcludeRegion", "parameterPattern": "^\\s*(enable|on)(\\s|$)", "description": "Default action to enable exclusion"}, {"action": "disable_exclusion", "type": "AtCommandAction", "command": "ExcludeRegion", "parameterPattern": "^\\s*(disable|off)(\\s|$)", "description": "Default action to disable exclusion"}]} 2019-10-25 01:40:15,608 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:17,539 - octoprint.util.pip - INFO - Version of pip is 19.0.1 2019-10-25 01:40:17,541 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-10-25 01:40:17,542 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-10-25 01:40:17,549 - octoprint.plugin.core - INFO - Initialized 26 plugin implementation(s) 2019-10-25 01:40:17,583 - octoprint.plugin.core - INFO - 26 plugin(s) registered with the system: | Action Command Prompt Support (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup | Bed Visualizer (0.1.11) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_bedlevelvisualizer | Core Wizard (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/corewizard | Discovery (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/discovery | DisplayZ (0.1.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_displayz | Error Tracking (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/errortracking | Exclude Region (0.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_excluderegion | Firmware Updater (1.6.1) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_firmwareupdater | Force Login (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/forcelogin | Fullscreen Plugin (0.0.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_fullscreen | GcodeEditor (0.2.6) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_GcodeEditor | Logging (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/logging | Octolapse (0.3.4) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_octolapse | OctoPrint Anywhere (1.0.20) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere | Pi Support Plugin (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pi_support | Plugin Manager (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/pluginmanager | Printer Safety Check (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/printer_safety_check | PrintTimeGenius Plugin (2.0.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_PrintTimeGenius | Software Update (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/softwareupdate | The Spaghetti Detective (Beta) (0.9.2) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_thespaghettidetective_beta | Themeify (1.2.0) = /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_themeify | Virtual Printer (bundled) = /home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/virtual_printer 2019-10-25 01:40:17,605 - octoprint.environment - INFO - Detected environment is Python 2.7.13 under Linux (linux2). Details: | hardware: | cores: 4 | freq: 1200.0 | ram: 917016576 | os: | id: linux | platform: linux2 | plugins: | pi_support: | model: Raspberry Pi 3 Model B Rev 1.2 | octopi_version: 0.16.0 | python: | pip: 19.0.1 | version: 2.7.13 | virtualenv: /home/pi/oprint 2019-10-25 01:40:17,620 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/webassets... 2019-10-25 01:40:17,646 - octoprint.server - INFO - Reset webasset folder /home/pi/.octoprint/generated/.webassets-cache... 2019-10-25 01:40:17,661 - octoprint.plugins.octolapse - INFO - Octolapse is loading assets. 2019-10-25 01:40:19,379 - octoprint.server - INFO - Shutting down intermediary server... 2019-10-25 01:40:19,448 - octoprint.server - INFO - Intermediary server shut down 2019-10-25 01:40:19,452 - octoprint.events - INFO - Processing startup event, this is our first event 2019-10-25 01:40:19,453 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2019-10-25 01:40:19,457 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2019-10-25 01:40:19,509 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2019-10-25 01:40:19,583 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2019-10-25 01:40:19,593 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2019-10-25 01:40:19,649 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _http._tcp 2019-10-25 01:40:19,719 - octoprint.plugins.discovery - INFO - Registered 'OctoPrint instance on octopi' for _octoprint._tcp 2019-10-25 01:40:19,739 - octoprint.plugins.discovery - INFO - Registered OctoPrint instance on octopi for SSDP 2019-10-25 01:40:19,777 - octoprint.server - INFO - Listening on http://127.0.0.1:5000 2019-10-25 01:40:19,799 - octoprint.plugins.octolapse - INFO - Loading existing settings file from: /home/pi/.octoprint/data/octolapse/settings.json. 2019-10-25 01:40:20,239 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2019-10-25 01:40:20,306 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.76s 2019-10-25 01:40:21,030 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.89s 2019-10-25 01:40:21,638 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2019-10-25 01:40:22,288 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 65.24ms 2019-10-25 01:40:22,538 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 59.15ms 2019-10-25 01:40:22,646 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.1.179 2019-10-25 01:40:23,060 - octoprint.server.util.flask - INFO - Passively logging in user XKiloX95 from ::ffff:192.168.1.179 2019-10-25 01:40:23,246 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 1.2s 2019-10-25 01:40:23,327 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2019-10-25 01:40:23,341 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.75s 2019-10-25 01:40:24,288 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:24,292 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:24,483 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:24,564 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:24,578 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:24,589 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2019-10-25 01:40:24,692 - octoprint.util.pip - INFO - Using "/home/pi/oprint/bin/python2 -m pip" as command to invoke pip 2019-10-25 01:40:26,001 - octoprint.server.util.sockjs - INFO - User XKiloX95 logged in on the socket from client ::ffff:192.168.1.179 2019-10-25 01:40:26,098 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.93s 2019-10-25 01:40:26,459 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.58s 2019-10-25 01:40:26,713 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.53s 2019-10-25 01:40:27,163 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.61s 2019-10-25 01:40:27,442 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.59s 2019-10-25 01:40:27,855 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.56s 2019-10-25 01:40:31,629 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages/ (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-10-25 01:40:31,630 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-10-25 01:40:31,642 - octoprint.util.pip - INFO - pip installs to /home/pi/oprint/lib/python2.7/site-packages (writable -> yes), --user flag needed -> no, virtual env -> yes 2019-10-25 01:40:31,644 - octoprint.util.pip - INFO - ==> pip ok -> yes 2019-10-25 01:40:31,801 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.90ms 2019-10-25 01:40:31,841 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 13.57ms 2019-10-25 01:40:32,384 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2019-10-25 01:40:32,413 - py.warnings - WARNING - /home/pi/oprint/local/lib/python2.7/site-packages/octoprint_anywhere/config.py:53: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. self.__items__ = yaml.load(config_str) 2019-10-25 01:40:32,437 - octoprint.plugins.bedlevelvisualizer - INFO - OctoPrint-BedLevelVisualizer loaded! 2019-10-25 01:40:32,444 - octoprint.plugins.themeify - INFO - Themeify initialized. 2019-10-25 01:40:32,678 - octoprint.plugins.anywhere - WARNING - {u'mjpeg_stream_tier': 6, u'UserId': 28693, u'camResolution': u'medium', u'name': u'Cr-10S', u'flipV': False, u'octolapseOptedIn': False, u'recordTimelapse': True, u'rotate90N': False, u'token': u'D41NX7M55DQ9FZOZQ1U05NU860HWF2N8', u'lastSeen': u'2019-10-25T00:39:52.015Z', u'flipH': False, u'updatedAt': u'2019-10-25T00:39:52.015Z', u'deletedAt': None, u'rotate90': False, u'id': 36398, u'createdAt': u'2019-07-04T16:06:25.128Z', u'subscription': u'free'} 2019-10-25 01:40:32,923 - backoff - INFO - Backing off capture_mjpeg(...) for 0.7s (URLError: ) 2019-10-25 01:40:33,107 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 22} 2019-10-25 01:40:33,287 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'query_string': 'l10n=en', 'path': '/', 'base_url': 'http://192.168.1.114/'} 2019-10-25 01:40:33,629 - backoff - INFO - Backing off capture_mjpeg(...) for 0.3s (URLError: ) 2019-10-25 01:40:33,711 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'plugins': u'gcodeeditor:0.2.6,firmwareupdater:1.6.1,displayz:0.1.0,fullscreen:0.0.4,themeify:1.2.0,bedlevelvisualizer:0.1.11,thespaghettidetective_beta:0.9.2,excluderegion:0.2.0,anywhere:1.0.20,printtimegenius:2.0.2,octolapse:0.3.4'} 2019-10-25 01:40:33,905 - backoff - INFO - Backing off capture_mjpeg(...) for 3.7s (URLError: ) 2019-10-25 01:40:34,492 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'python': '2.7.13', 'ram': 917016576, 'octopi_version': '0.16.0', 'version': u'1.3.12', 'pip': '19.0.1', 'cores': 4, 'freq': 1200.0, 'pi_model': 'Raspberry Pi 3 Model B Rev 1.2', 'os': 'linux'} 2019-10-25 01:40:34,523 - backoff - INFO - Backing off wait_for_janus(...) for 0.8s (error: [Errno 111] Connection refused) 2019-10-25 01:40:36,889 - werkzeug - INFO - * Running on http://0.0.0.0:8080/ (Press CTRL+C to quit) 2019-10-25 01:40:37,684 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:40:37] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:40:41,798 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 12.54ms 2019-10-25 01:40:41,834 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 12.70ms 2019-10-25 01:40:51,811 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 12.98ms 2019-10-25 01:40:51,993 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 35.27ms 2019-10-25 01:40:54,415 - octoprint.server.preemptive_cache - INFO - ... done in 21.13s 2019-10-25 01:40:56,890 - octoprint.server.util.flask - INFO - Passively logging in user XKiloX95 from ::ffff:192.168.1.179 2019-10-25 01:40:57,098 - octoprint.server.util.sockjs - INFO - Client connection closed: ::ffff:192.168.1.179 2019-10-25 01:40:58,501 - octoprint.server.util.sockjs - INFO - New connection from client: ::ffff:192.168.1.179 2019-10-25 01:40:58,691 - octoprint.server.util.flask - INFO - Passively logging in user XKiloX95 from ::ffff:192.168.1.179 2019-10-25 01:41:01,341 - octoprint.server.util.sockjs - INFO - User XKiloX95 logged in on the socket from client ::ffff:192.168.1.179 2019-10-25 01:41:01,793 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.71ms 2019-10-25 01:41:01,849 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 17.30ms 2019-10-25 01:41:11,791 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.05ms 2019-10-25 01:41:11,841 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.80ms 2019-10-25 01:41:21,795 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 11.89ms 2019-10-25 01:41:21,845 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.70ms 2019-10-25 01:41:31,807 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 21.10ms 2019-10-25 01:41:31,874 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.99ms 2019-10-25 01:41:41,805 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.67ms 2019-10-25 01:41:41,872 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 22.05ms 2019-10-25 01:41:51,800 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 20.81ms 2019-10-25 01:41:51,851 - tornado.access - WARNING - 409 GET /api/printer (::ffff:192.168.1.179) 10.99ms 2019-10-25 01:42:05,967 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial port" 2019-10-25 01:42:06,461 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial port" to "Opening serial port" 2019-10-25 01:42:06,473 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial port" to "Detecting baudrate" 2019-10-25 01:42:07,542 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2019-10-25 01:42:07,552 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting baudrate" to "Operational" 2019-10-25 01:42:07,658 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2019-10-25 01:42:07,891 - octoprint.plugins.firmwareupdater - INFO - Got CONNECTED event 2019-10-25 01:42:07,897 - octoprint.plugins.firmwareupdater - INFO - Run postflash flag is not set 2019-10-25 01:42:12,298 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin 1.1.9 (Github)" 2019-10-25 01:42:12,325 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2019-10-25 01:42:12,880 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {u'printer_baudrate': 0, u'printer_port': u'AUTO', 'firmware_name': 'Marlin 1.1.9 (Github)'} 2019-10-25 01:42:33,271 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:42:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:44:33,649 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:44:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:44:33,951 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:44:33] "GET /?action=stream HTTP/1.1" 200 - 2019-10-25 01:44:34,068 - octoprint.filemanager.analysis - INFO - Starting analysis of local:CCR10S_c70af769-3acd-4519-8db7-366c967ecade.gcode 2019-10-25 01:44:34,142 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: CCR10S_c70af769-3acd-4519-8db7-366c967ecade.gcode, owner: _api, user: _api 2019-10-25 01:44:34,153 - octoprint.plugins.excluderegion - INFO - File selected, resetting internal state 2019-10-25 01:44:34,181 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Starting" 2019-10-25 01:44:34,192 - octoprint.printer.standard.job - INFO - Print job started - origin: local, path: CCR10S_c70af769-3acd-4519-8db7-366c967ecade.gcode, owner: _api, user: _api 2019-10-25 01:44:34,197 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2019-10-25 01:44:34,241 - octoprint.util.comm - INFO - Changing monitoring state from "Starting" to "Printing" 2019-10-25 01:44:34,749 - octoprint.plugins.excluderegion - INFO - Printing started 2019-10-25 01:44:34,950 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:44:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:44:35,507 - octoprint.plugins.tracking - INFO - Sent tracking event print_started, payload: {'origin': 'local', 'file': '83c245f393e874d8f31311b83a494d3a0c271c9b'} 2019-10-25 01:44:35,555 - octoprint.filemanager.analysis - INFO - Analysis of entry local:CCR10S_c70af769-3acd-4519-8db7-366c967ecade.gcode finished, needed 1.49s 2019-10-25 01:44:36,870 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2019-10-25 01:44:46,272 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:44:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:44:57,954 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:44:57] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:44:58,582 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.227494 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:44:58,938 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:44:58] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:10,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:10] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:21,266 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:32,635 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:32] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:33,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:33,277 - octoprint.plugins.anywhere - ERROR - [Errno 32] Broken pipe 2019-10-25 01:45:33,650 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:43,951 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:43] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:54,953 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:45:54] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:45:59,584 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2019-10-25 01:46:06,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:46:06] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:46:17,651 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:46:17] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:46:28,937 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:46:28] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:46:33,955 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:46:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:46:39,651 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:46:39] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:46:50,956 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:46:50] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:02,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:02] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:13,267 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:24,643 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:24] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:33,941 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:36,264 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:36] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:47,637 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:47] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:47:59,652 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:47:59] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:12,650 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:12] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:14,182 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.181285 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:48:14,635 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:14] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:25,955 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:25] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:26,570 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.156377 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:48:26,951 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:26] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:33,935 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:38,955 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:38] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:48:49,952 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:48:49] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:01,651 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:01] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:02,402 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.257987 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:49:02,936 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:02] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:14,264 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:14] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:25,652 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:25] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:33,950 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:36,637 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:36] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:48,636 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:48] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:49:59,952 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:49:59] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:50:10,952 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:50:10] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:50:22,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:50:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:50:33,653 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:50:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:50:33,935 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:50:33] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:50:45,274 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:50:45] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:50:56,648 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:50:56] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:51:07,961 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:51:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:51:19,269 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:51:19] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:51:30,657 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:51:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:51:34,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:51:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:51:41,957 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:51:41] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:51:53,274 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:51:53] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:52:04,660 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:52:04] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:52:15,653 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:52:15] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:52:26,965 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:52:26] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:52:34,264 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:52:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:52:39,653 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:52:39] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:52:50,937 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:52:50] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:01,947 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:01] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:13,660 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:13] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:24,958 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:24] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:34,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:36,953 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:36] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:48,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:48] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:53:59,654 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:53:59] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:11,278 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:11] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:22,652 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:22] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:23,292 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.326302 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:54:23,942 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:23] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:34,269 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:35,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:35] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:46,953 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:46] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:54:58,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:54:58] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:09,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:09] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:12,165 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2019-10-25 01:55:20,654 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:20] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:31,956 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:32,993 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 922} 2019-10-25 01:55:34,654 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:43,270 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:43] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:44,077 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.318179 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:55:44,658 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:44] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:55:55,939 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:55:55] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:56:07,270 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:56:07] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:56:18,269 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:56:18] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:56:29,654 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:56:29] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:56:34,638 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:56:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:56:40,956 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:56:40] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:56:52,954 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:56:52] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:03,956 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:03] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:15,654 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:15] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:27,654 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:27] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:29,229 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.299606 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:57:29,950 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:29] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:31,126 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.478951 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:57:31,642 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:31] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:34,955 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:44,637 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:44] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:45,297 - octoprint_thespaghettidetective_beta.utils - ERROR - Backing off 0.177611 seconds: 500 Server Error: Internal Server Error for url: https://app.thespaghettidetective.com/api/octo/pic/ 2019-10-25 01:57:45,653 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:45] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:57:56,954 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:57:56] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:58:08,264 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:58:08] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:58:21,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:58:21] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:58:32,638 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:58:32] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:58:34,659 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:58:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:58:44,264 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:58:44] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:58:55,268 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:58:55] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:59:06,638 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:59:06] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:59:18,273 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:59:18] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:59:30,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:59:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:59:34,638 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:59:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:59:42,638 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:59:42] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 01:59:55,267 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 01:59:55] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 02:00:06,638 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 02:00:06] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 02:00:18,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 02:00:18] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 02:00:30,265 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 02:00:30] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 02:00:34,652 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 02:00:34] "GET /?action=snapshot HTTP/1.1" 200 - 2019-10-25 02:00:40,874 - octoprint.util.comm - INFO - Changing monitoring state from "Printing" to "Cancelling" 2019-10-25 02:00:40,880 - octoprint.util.comm - INFO - Force-sending M108 to the printer 2019-10-25 02:00:40,918 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelling 2019-10-25 02:00:41,025 - octoprint.printer.standard.job - INFO - Print job cancelled - origin: local, path: CCR10S_c70af769-3acd-4519-8db7-366c967ecade.gcode, owner: _api, user: XKiloX95 2019-10-25 02:00:41,701 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintCancelled 2019-10-25 02:00:42,139 - octoprint.plugins.excluderegion - INFO - Printing stopped: event=PrintFailed 2019-10-25 02:00:42,264 - werkzeug - INFO - 127.0.0.1 - - [25/Oct/2019 02:00:42] "GET /?action=stream&1571965241535 HTTP/1.1" 200 - 2019-10-25 02:00:42,379 - octoprint.plugins.tracking - INFO - Sent tracking event print_cancelled, payload: {'origin': 'local', 'file': '83c245f393e874d8f31311b83a494d3a0c271c9b', 'elapsed': 966} 2019-10-25 02:00:42,393 - octoprint.util.comm - INFO - Changing monitoring state from "Cancelling" to "Operational" 2019-10-25 02:00:43,001 - octoprint.plugins.tracking - INFO - Sent tracking event print_failed, payload: {'origin': 'local', 'reason': 'cancelled', 'file': '83c245f393e874d8f31311b83a494d3a0c271c9b', 'elapsed': 966}