-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
SP WS connection was online, but dropped when the user started a print via. OctoPrint. I think this is the important snippet of the linked log;
2022-09-30 21:52:19,024 - tornado.application - ERROR - Exception i
n callback functools.partial(<bound method SimplyPrintWebsocket._on_print_start of <octoprint_simplyprint.websocket.simplyprint.SimplyPrintWebsocket object at 0x7115dc30>>, {'name': 'CE3_3dbenchy (1).gcode', 'path': 'CE3_3dbenchy (1).gcode', 'origin': 'sdcard', 'size': 3241546})
Traceback (most recent call last):
File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/tornado/ioloop.py", line 740, in _run_callback
ret = callback()
File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint_simplyprint/websocket/simplyprint.py", line 872, in _on_print_start
if self.file_manager.has_analysis(dest, path):
File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint/filemanager/__init__.py", line 914, in has_analysis
return self._storage(destination).has_analysis(path)
File "/home/pi/OctoPrint/venv/lib/python3.7/site-packages/octoprint/filemanager/__init__.py", line 1045, in _storage
raise NoSuchStorage(f"No storage configured for destination {destination}")
octoprint.filemanager.NoSuchStorage: No storage configured for destination sdcard
e3s1-octoprint-4_3kkihy.log
Sentry link; https://sentry.io/organizations/simplyprint/issues/3632481739/?project=6611344&query=is%3Aunresolved
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working