2024-02-12 18:17:04,619 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 18:17:04,624 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 18:17:04,624 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 18:17:04,696 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 18:17:04,696 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 18:17:04,697 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 18:17:04,736 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 18:17:06,945 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 18:17:09,477 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 18:17:09,857 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 19 mixin implementations, 34 hook handlers 2024-02-12 18:17:09,999 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 18:17:10,706 - octoprint.server - INFO - Intermediary server started 2024-02-12 18:17:10,853 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 18:17:10,862 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 18:17:10,874 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 18:17:10,874 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 18:17:10,875 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 18:17:10,875 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 18:17:10,876 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')") 2024-02-12 18:17:10,876 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 18:17:10,877 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 18:17:10,877 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 18:17:10,878 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 18:17:10,878 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 18:17:10,879 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 18:17:10,882 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 18:17:10,885 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 18:17:10,889 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 18:17:10,891 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 18:17:10,894 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 18:17:11,069 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 18:17:15,787 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 18:17:20,470 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 18:17:21,568 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 18:17:21,568 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 18:17:21,732 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s) 2024-02-12 18:17:21,803 - octoprint.plugins.classicwebcam - INFO - Migrating settings from webcam to plugins.classicwebcam... 2024-02-12 18:17:22,064 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 18:17:22,066 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 18:17:22,094 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 18:17:22,119 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 18:17:22,122 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 18:17:22,126 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 18:17:22,710 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 18:17:22,733 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 18:17:22,736 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 18:17:22,746 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 18:17:22,747 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2024-02-12 18:17:22,753 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 18:17:22,759 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 18:17:22,767 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:22,767 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 18:17:22,775 - octoprint.server - INFO - Serial port list was updated, refreshing the port list in the frontend 2024-02-12 18:17:22,780 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 18:17:22,785 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 18:17:22,821 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 18:17:22,828 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 18:17:23,344 - octoprint.plugins.announcements - INFO - Loaded channel _important from https://octoprint.org/feeds/important.xml in 0.43s 2024-02-12 18:17:23,415 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from https://plugins.octoprint.org/plugins.json 2024-02-12 18:17:23,791 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:24,040 - octoprint.plugins.announcements - INFO - Loaded channel _releases from https://octoprint.org/feeds/releases.xml in 0.46s 2024-02-12 18:17:24,816 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:24,882 - octoprint.plugins.announcements - INFO - Loaded channel _blog from https://octoprint.org/feeds/octoblog.xml in 0.46s 2024-02-12 18:17:25,184 - octoprint.plugins.pluginmanager - INFO - Loaded plugin notices data from https://plugins.octoprint.org/notices.json 2024-02-12 18:17:25,264 - octoprint.plugins.announcements - INFO - Loaded channel _plugins from https://plugins.octoprint.org/feed.xml in 0.3s 2024-02-12 18:17:25,605 - octoprint.plugins.announcements - INFO - Loaded channel _octopi from https://octoprint.org/feeds/octopi.xml in 0.25s 2024-02-12 18:17:25,829 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:26,838 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:27,118 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 18:17:27,121 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 18:17:27,124 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 18:17:27,145 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.7GB. That is considered sufficient for updating. 2024-02-12 18:17:27,148 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 18:17:27,849 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:28,862 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:29,873 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:30,890 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:31,902 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:32,736 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 18:17:32,738 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 18:17:32,739 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 18:17:32,775 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2024-02-12 18:17:32,917 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:33,934 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:34,950 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:35,967 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:36,985 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:38,003 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:39,024 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:40,045 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:41,064 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:42,085 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:43,110 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:44,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:45,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:46,171 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:47,189 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:48,209 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:49,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:50,246 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:51,265 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:52,284 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:53,302 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:54,321 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:55,342 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:56,363 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:57,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:58,405 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:17:59,427 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:00,446 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:01,465 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:02,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:03,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:04,526 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:05,545 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:06,565 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:07,584 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:08,604 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:09,624 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:10,642 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:11,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:12,670 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:13,690 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:14,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:15,735 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:16,753 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:17,771 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:18,789 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:19,808 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:20,827 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:21,848 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:22,866 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:23,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:24,904 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:25,924 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:26,942 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:27,961 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:28,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:30,000 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:31,018 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:32,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:33,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:34,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:35,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:36,117 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:37,135 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:38,155 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:39,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:40,193 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:41,212 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:42,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:43,254 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:44,274 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:45,295 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:46,314 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:47,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:48,356 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:49,375 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:50,398 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:51,417 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:52,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:53,458 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:54,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:55,498 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:56,517 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:57,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:58,557 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:18:59,577 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:00,598 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:01,616 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:02,636 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:03,657 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:04,677 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:05,696 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:06,718 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:07,736 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:08,754 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:09,773 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:10,793 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:11,814 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:12,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:13,853 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:14,874 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:15,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:16,914 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:17,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:18,952 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:19,971 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:20,990 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:22,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:23,031 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:24,051 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:25,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:26,092 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:27,113 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:28,132 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:29,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:30,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:31,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:32,205 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:33,225 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:34,244 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:35,266 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:36,281 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:37,300 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:38,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:39,336 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:40,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:41,372 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:42,392 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:43,412 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:44,433 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:45,452 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:46,471 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:47,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:48,510 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:49,528 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:50,547 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:51,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:52,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:53,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:54,626 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:55,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:56,662 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:57,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:58,703 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:19:59,723 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:00,744 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:01,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:02,781 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:03,800 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:04,818 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:05,838 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:06,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:07,878 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:08,898 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:09,919 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:10,938 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:11,958 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:12,980 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:14,001 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:15,020 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:16,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:17,058 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:18,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:19,099 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:20,117 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:21,140 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:22,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:23,177 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:24,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:25,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:26,239 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:27,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:28,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:29,297 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:30,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:31,341 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:32,361 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:33,381 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:34,402 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:35,423 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:36,442 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:37,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:38,482 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:39,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:40,521 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:41,541 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:42,560 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:43,579 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:44,600 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:45,618 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:46,637 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:47,656 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:48,675 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:49,693 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:50,716 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:51,737 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:52,757 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:53,778 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:54,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:55,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:56,833 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:57,853 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:58,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:20:59,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:00,913 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:01,931 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:02,950 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:03,969 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:04,987 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:06,007 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:07,026 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:08,045 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:09,064 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:10,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:11,100 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:12,118 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:13,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:14,157 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:15,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:16,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:17,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:18,237 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:19,256 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:20,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:21,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:22,319 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:23,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:24,356 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:25,375 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:26,393 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:27,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:28,429 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:29,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:30,466 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:31,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:32,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:33,520 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:34,542 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:35,561 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:36,578 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:37,597 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:38,615 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:39,634 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:40,655 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:41,675 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:42,693 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:43,714 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:44,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:45,752 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:46,771 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:47,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:48,809 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:49,827 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:50,846 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:51,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:52,887 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:53,907 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:54,927 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:55,947 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:56,968 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:57,988 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:21:59,007 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:00,026 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:01,046 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:02,064 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:03,085 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:04,106 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:05,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:06,147 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:07,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:08,188 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:09,208 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:10,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:11,247 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:12,268 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:13,286 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:14,306 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:15,328 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:16,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:17,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:18,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:19,398 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:20,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:21,440 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:22,461 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:23,479 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:24,498 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:25,518 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:26,538 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:27,557 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:28,577 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:29,597 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:30,620 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:31,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:32,658 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:33,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:34,697 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:35,717 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:36,737 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:37,758 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:38,777 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:39,795 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:40,814 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:41,833 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:42,851 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:43,869 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:44,888 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:45,906 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:46,926 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:47,944 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:48,963 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:49,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:51,001 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:52,020 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:53,038 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:54,058 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:55,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:56,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:57,118 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:58,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:22:59,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:00,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:01,197 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:02,217 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:03,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:04,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:05,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:06,297 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:07,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:08,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:09,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:10,378 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:11,398 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:12,416 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:13,435 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:14,453 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:15,471 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:16,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:17,510 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:18,528 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:19,546 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:20,566 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:21,586 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:22,605 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:23,624 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:24,643 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:25,662 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:26,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:27,703 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:28,721 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:29,739 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:30,759 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:31,778 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:32,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:33,816 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:34,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:35,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:36,874 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:37,893 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:38,912 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:39,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:40,949 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:41,967 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:42,985 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:44,006 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:45,027 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:46,046 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:47,066 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:48,085 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:49,106 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:50,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:51,147 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:52,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:53,189 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:54,209 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:55,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:56,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:57,271 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:58,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:23:59,310 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:00,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:01,348 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:02,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:03,386 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:04,406 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:05,427 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:06,446 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:07,466 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:08,485 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:09,503 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:10,522 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:11,542 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:12,562 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:13,581 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:14,600 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:15,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:16,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:17,658 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:18,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:19,698 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:20,715 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:21,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:22,752 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:23,773 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:24,793 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:25,814 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:26,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:27,853 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:28,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:29,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:30,913 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:31,932 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:32,951 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:33,970 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:34,991 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:36,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:37,031 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:38,050 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:39,070 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:40,089 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:41,108 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:42,127 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:43,149 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:44,169 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:45,188 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:46,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:47,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:48,247 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:49,267 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:50,287 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:51,308 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:52,328 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:53,345 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:54,364 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:55,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:56,401 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:57,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:58,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:24:59,460 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:00,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:01,498 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:02,519 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:03,538 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:04,558 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:05,578 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:06,598 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:07,617 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:08,635 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:09,656 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:10,676 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:11,698 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:12,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:13,744 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:14,765 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:15,784 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:16,802 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:17,821 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:18,838 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:19,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:20,877 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:21,896 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:22,914 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:23,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:24,951 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:25,969 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:26,989 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:28,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:29,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:30,048 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:31,068 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:32,086 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:33,105 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:34,123 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:35,142 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:36,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:37,183 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:38,202 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:39,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:40,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:41,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:42,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:43,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:44,314 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:45,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:46,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:47,370 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:48,390 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:49,409 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:50,428 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:51,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:52,468 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:53,487 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:54,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:55,527 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:56,546 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:57,565 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:58,585 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:25:59,604 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:00,623 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:01,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:02,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:03,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:04,703 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:05,722 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:06,740 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:07,758 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:08,776 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:09,794 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:10,812 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:11,831 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:12,850 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:13,869 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:14,888 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:15,906 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:16,924 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:17,942 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:18,961 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:19,979 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:20,997 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:22,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:23,038 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:24,058 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:25,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:26,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:27,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:28,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:29,157 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:30,176 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:31,195 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:32,213 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:33,234 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:34,254 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:35,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:36,297 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:37,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:38,339 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:39,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:40,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:41,395 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:42,413 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:43,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:44,451 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:45,471 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:46,492 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:47,512 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:48,532 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:49,552 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:50,571 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:51,591 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:52,612 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:53,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:54,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:55,671 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:26:56,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:05,313 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:10,972 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:19,470 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:22,640 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:27,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:35,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:39,530 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:40,550 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:45,379 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:51,184 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:56,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:57,048 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:27:59,213 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:00,232 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:07,460 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:13,014 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:14,032 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:15,206 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:30,020 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:31,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:35,041 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:39,304 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:47,616 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:51,727 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:28:53,455 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:03,272 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:04,403 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:09,548 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:10,566 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:11,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:19,161 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:21,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:22,336 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:23,345 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:35,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:38,661 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:43,189 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:51,488 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:29:56,026 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:07,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:12,308 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:13,326 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:14,345 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:15,459 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:23,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:29,583 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:39,049 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:46,321 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:47,340 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:30:55,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:03,316 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:08,131 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:11,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:16,524 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:19,458 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:20,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:27,336 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:37,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:43,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:51,465 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:53,987 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:55,009 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:56,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:31:59,250 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:07,199 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:11,121 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:12,140 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:15,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:28,388 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:29,406 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:31,236 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:45,000 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:46,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:51,869 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:32:55,464 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:02,545 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:07,528 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:11,208 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:18,993 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:20,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:35,983 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:37,002 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:51,148 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:52,250 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:53,603 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:33:59,134 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:07,430 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:10,591 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:15,105 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:23,094 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:27,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:31,085 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:33,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:43,980 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:45,000 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:46,019 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:47,256 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:34:49,353 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:00,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:01,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:03,013 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:06,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:11,512 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:17,958 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:18,972 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:27,403 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:35,091 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:36,110 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:43,399 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:51,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:52,294 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:53,314 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:35:54,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:04,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:05,890 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:06,899 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:07,917 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:08,935 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:09,954 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:10,965 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:11,974 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:12,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:14,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:15,037 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:16,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:25,153 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:26,171 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:31,203 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:39,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:42,668 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:47,084 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:52,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:55,269 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:36:59,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:00,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:01,486 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:02,558 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:03,576 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:06,247 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:07,267 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:08,807 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:09,825 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:15,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:16,943 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:17,962 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:19,283 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:21,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:27,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:33,565 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:35,195 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:43,473 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:50,735 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:51,753 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:37:59,157 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:07,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:08,251 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:15,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:23,417 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:24,623 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:25,643 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:29,055 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:30,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:39,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:41,506 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:51,991 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:54,943 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:58,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:38:59,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:00,176 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:11,242 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:15,455 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:16,477 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:27,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:32,127 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:33,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:34,156 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:35,527 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:37,683 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:43,191 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:49,443 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:51,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:39:59,460 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:06,203 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:07,223 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:08,241 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:15,319 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:23,429 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:24,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:25,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:31,465 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:40,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:41,146 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:45,395 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:47,561 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:55,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:57,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:40:58,481 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:05,752 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:13,912 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:14,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:27,250 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:30,421 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:31,441 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:43,209 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:47,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:51,184 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:52,271 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:41:54,850 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:04,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:05,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:06,118 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:07,392 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:21,084 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:22,103 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:31,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:38,410 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:39,428 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:47,300 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:52,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:55,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:42:56,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:00,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:03,394 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:09,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:11,381 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:12,401 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:13,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:19,292 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:29,283 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:30,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:35,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:43,514 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:46,723 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:51,419 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:43:59,187 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:03,396 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:07,162 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:08,859 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:20,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:23,148 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:31,629 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:37,668 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:51,201 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:52,531 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:54,674 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:55,694 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:44:59,945 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:11,435 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:12,456 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:19,259 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:21,369 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:28,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:33,670 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:35,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:43,521 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:45,676 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:51,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:45:52,544 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:02,057 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:03,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:15,166 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:19,359 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:20,377 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:23,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:27,861 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:31,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:36,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:37,494 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:39,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:47,626 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:52,325 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:53,343 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:46:54,363 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:03,295 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:09,360 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:10,378 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:14,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:19,397 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:26,461 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:27,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:43,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:44,046 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:47:51,313 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:00,031 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:01,050 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:07,199 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:15,477 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:17,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:18,625 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:19,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:24,993 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:25,252 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2024-02-12 18:48:27,125 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:31,707 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:34,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:39,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:47,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:51,647 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:52,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:48:55,319 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:03,634 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:08,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:11,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:19,581 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:24,992 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:26,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:27,028 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:35,253 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:42,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:43,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:44,357 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:51,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:52,771 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:49:59,657 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:04,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:07,334 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:15,191 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:16,348 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:17,369 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:18,388 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:23,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:30,554 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:33,008 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:34,026 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:49,999 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:51,020 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:50:55,311 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:03,603 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:07,600 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:08,618 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:09,637 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:11,608 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:24,200 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:25,209 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:26,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:29,326 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:35,572 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:41,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:42,653 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:51,247 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:52,777 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:53,796 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:58,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:51:59,607 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:00,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:07,213 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:14,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:15,246 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:16,256 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:17,268 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:18,286 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:19,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:20,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:21,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:22,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:23,367 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:24,385 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:26,477 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:34,372 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:38,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:42,736 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:51,641 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:52,660 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:52:58,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:06,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:08,643 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:09,660 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:14,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:20,898 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:25,022 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:26,036 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:30,243 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:38,075 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:42,036 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:43,052 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:46,725 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:55,855 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:53:59,661 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:00,682 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:02,313 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:10,569 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:16,458 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:17,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:18,495 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:26,654 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:33,523 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:34,543 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:35,561 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:38,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:39,338 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:50,336 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:51,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:52,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:56,212 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:54:58,701 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:07,005 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:08,024 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:14,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:23,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:26,297 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:38,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:40,843 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:42,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:46,214 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:48,036 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:51,578 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:54,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:57,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:58,036 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:55:59,056 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:02,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:10,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:14,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:15,627 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:19,940 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:20,957 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:21,977 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:22,997 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:24,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:25,110 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:26,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:28,133 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:29,142 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:31,230 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:32,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:36,113 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:37,133 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:41,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:42,921 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:48,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:49,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:50,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:52,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:53,117 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:55,778 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:56:58,770 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:05,498 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:06,517 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:07,535 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:22,200 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:23,217 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:38,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:39,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:40,504 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:46,732 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:52,384 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:56,192 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:57,215 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:57:58,234 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:02,488 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:10,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:13,602 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:18,312 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:26,605 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:30,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:31,810 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:42,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:45,210 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:47,787 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:58:55,794 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:04,500 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:09,517 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:14,432 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:15,560 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:21,441 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:22,452 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:38,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:39,194 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:40,215 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:46,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:54,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:55,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:56,185 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:57,203 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 18:59:58,221 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:02,353 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:10,651 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:12,555 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:13,574 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:18,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:26,812 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:29,788 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:30,807 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:34,706 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:42,519 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:46,489 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:47,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:48,525 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:53,137 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:00:56,085 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:03,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:06,449 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:14,300 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:20,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:22,424 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:30,735 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:37,799 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:38,819 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:42,495 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:46,674 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:54,731 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:55,751 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:01:57,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:10,342 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:11,357 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:12,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:17,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:18,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:23,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:28,179 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:29,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:45,166 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:46,177 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:02:55,810 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:01,439 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:06,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:18,175 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:19,193 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:20,211 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:21,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:22,570 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:29,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:30,271 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:35,291 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:36,312 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:38,849 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:52,132 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:53,151 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:55,821 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:03:57,623 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:02,170 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:09,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:10,283 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:11,304 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:19,172 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:26,103 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:27,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:28,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:29,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:43,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:50,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:56,117 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:04:59,128 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:00,146 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:01,165 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:06,642 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:17,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:18,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:21,583 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:30,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:34,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:38,501 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:39,838 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:46,508 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:51,753 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:05:54,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:02,378 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:08,209 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:09,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:18,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:25,416 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:26,434 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:34,721 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:42,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:43,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:48,084 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:50,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:58,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:06:59,518 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:00,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:14,470 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:15,488 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:16,574 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:20,887 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:22,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:27,488 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:32,077 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:33,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:38,569 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:49,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:50,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:07:56,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:02,477 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:06,487 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:07,506 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:10,389 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:13,147 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:18,628 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:23,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:24,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:25,631 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:26,649 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:27,669 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:28,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:29,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:40,572 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:42,539 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:56,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:57,671 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:08:58,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:02,902 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:14,387 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:15,406 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:30,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:31,574 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:32,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:33,612 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:46,430 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:48,363 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:49,381 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:53,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:09:56,051 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:02,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:05,690 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:10,460 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:18,380 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:22,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:23,081 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:24,099 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:39,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:40,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:41,092 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:44,654 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:45,674 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:46,693 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:50,784 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:56,625 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:10:58,532 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:13,388 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:14,407 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:15,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:20,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:30,074 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:31,095 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:38,884 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:46,441 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:47,451 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:48,470 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:52,672 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:54,534 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:11:56,191 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:02,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:04,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:05,640 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:18,591 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:21,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:22,659 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:34,569 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:38,391 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:39,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:40,433 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:42,557 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:55,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:12:56,391 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:00,588 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:06,541 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:08,053 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:12,635 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:14,481 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:20,837 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:29,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:30,354 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:31,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:46,026 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:47,047 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:54,893 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:13:59,155 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:03,364 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:08,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:10,566 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:20,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:21,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:27,046 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:34,577 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:37,360 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:38,380 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:41,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:50,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:51,569 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:52,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:53,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:54,626 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:55,646 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:56,666 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:57,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:58,708 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:14:59,727 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:06,119 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:11,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:12,057 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:16,764 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:18,763 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:22,525 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:28,844 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:29,864 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:30,884 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:38,501 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:45,363 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:46,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:15:56,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:02,241 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:03,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:18,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:19,531 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:26,602 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:32,837 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:36,226 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:37,245 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:48,108 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:49,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:50,145 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:53,661 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:54,682 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:56,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:16:58,977 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:10,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:11,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:12,250 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:14,775 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:27,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:28,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:29,053 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:30,792 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:44,007 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:45,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:46,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:17:56,309 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:01,320 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:02,340 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:10,658 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:18,581 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:26,615 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:34,701 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:35,718 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:36,738 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:37,889 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:40,610 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:42,584 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:52,006 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:53,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:54,041 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:18:58,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:05,232 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:09,616 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:14,532 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:22,807 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:26,600 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:30,546 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:43,197 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:44,214 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:46,591 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:19:56,312 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:00,302 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:01,321 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:02,340 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:10,654 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:17,525 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:22,319 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:26,628 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:33,052 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:34,973 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:42,637 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:51,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:52,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:53,139 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:20:56,824 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:07,520 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:14,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:22,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:24,788 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:30,633 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:38,923 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:41,774 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:46,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:54,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:56,512 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:21:58,453 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:02,468 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:10,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:15,786 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:18,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:32,247 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:33,266 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:42,612 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:47,610 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:49,767 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:50,786 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:22:58,577 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:06,475 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:09,833 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:14,793 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:22,608 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:23,626 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:24,646 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:28,271 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:29,281 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:38,512 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:40,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:41,514 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:47,935 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:54,791 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:57,117 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:23:58,136 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:00,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:10,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:14,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:18,661 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:19,680 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:31,141 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:32,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:33,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:42,625 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:48,465 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:49,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:53,696 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:56,875 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:24:59,216 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:00,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:05,140 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:06,149 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:14,561 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:22,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:30,551 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:38,849 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:39,974 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:44,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:54,500 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:25:56,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:02,489 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:10,629 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:13,595 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:15,798 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:18,990 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:30,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:34,637 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:42,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:47,465 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:48,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:56,758 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:26:57,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:04,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:05,568 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:21,125 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:22,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:38,122 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:39,141 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:43,717 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:46,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:54,849 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:55,975 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:27:56,993 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:10,490 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:12,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:18,676 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:26,975 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:29,731 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:30,751 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:42,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:46,461 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:47,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:51,436 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:56,768 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:28:58,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:02,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:03,316 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:06,845 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:14,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:19,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:22,574 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:30,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:36,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:38,554 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:46,856 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:51,341 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:53,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:54,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:29:58,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:02,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:10,511 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:11,530 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:12,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:26,488 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:27,505 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:28,523 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:34,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:44,405 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:50,620 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:30:57,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:01,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:02,097 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:06,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:07,907 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:18,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:19,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:23,416 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:30,745 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:35,539 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:36,558 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:39,149 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:52,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:53,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:54,109 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:31:56,783 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:02,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:09,673 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:18,783 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:26,454 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:34,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:43,386 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:44,403 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:51,672 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:56,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:32:58,962 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:00,252 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:01,273 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:05,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:12,583 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:14,604 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:17,056 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:18,068 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:19,088 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:20,109 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:21,127 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:22,881 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:34,061 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:35,073 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:46,557 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:51,384 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:54,544 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:33:57,084 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:02,532 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:08,352 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:10,513 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:18,998 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:25,661 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:26,679 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:27,698 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:36,323 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:42,379 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:47,172 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:56,949 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:34:59,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:00,517 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:07,266 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:16,053 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:17,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:30,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:33,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:34,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:44,194 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:50,044 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:51,065 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:35:54,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:02,533 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:07,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:08,351 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:09,369 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:10,866 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:19,367 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:24,160 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:25,179 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:26,948 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:40,839 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:41,856 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:57,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:36:58,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:03,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:04,919 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:06,627 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:07,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:09,532 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:10,553 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:14,616 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:15,635 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:22,612 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:30,903 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:35,542 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:36,562 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:38,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:47,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:54,572 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:37:57,331 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:03,151 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:04,169 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:18,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:20,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:21,394 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:37,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:38,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:50,680 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:54,481 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:57,020 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:38:58,979 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:00,125 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:05,768 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:07,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:11,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:14,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:22,957 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:28,136 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:29,260 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:30,615 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:38,892 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:45,751 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:39:54,687 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:00,931 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:02,458 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:03,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:10,547 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:19,453 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:26,726 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:34,986 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:36,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:42,775 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:51,320 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:53,596 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:56,013 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:40:57,119 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:06,662 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:10,148 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:11,171 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:15,159 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:22,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:27,515 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:30,626 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:32,953 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:38,612 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:40,558 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:44,757 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:46,908 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:41:57,041 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:01,466 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:02,485 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:10,768 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:18,659 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:23,266 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:34,024 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:35,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:42,717 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:48,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:51,719 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:42:57,172 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:08,102 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:09,121 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:14,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:22,650 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:25,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:30,939 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:37,388 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:38,913 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:42,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:43,730 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:46,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:57,056 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:43:59,398 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:02,916 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:10,568 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:16,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:17,116 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:26,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:33,412 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:38,653 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:40,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:41,631 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:50,093 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:44:51,114 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:07,096 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:08,116 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:13,149 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:22,655 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:24,380 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:25,401 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:38,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:40,372 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:42,712 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:57,057 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:45:58,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:02,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:03,908 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:10,569 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:14,352 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:15,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:26,767 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:31,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:34,750 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:39,860 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:43,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:48,692 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:50,721 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:46:57,593 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:05,051 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:06,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:14,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:22,345 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:23,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:30,657 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:33,199 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:39,240 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:40,259 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:47,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:54,915 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:56,876 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:47:57,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:01,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:02,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:13,063 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:14,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:30,040 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:31,049 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:34,757 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:47,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:48,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:57,283 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:48:58,968 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:04,597 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:05,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:06,640 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:14,693 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:21,353 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:22,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:30,989 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:38,673 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:46,645 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:47,664 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:54,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:55,649 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:49:56,644 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2024-02-12 19:49:56,668 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:02,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:10,913 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:12,654 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:18,804 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:27,099 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:29,647 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:34,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:43,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:46,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:47,058 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:51,058 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:50:57,385 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:03,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:04,042 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:07,008 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:14,701 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:20,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:21,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:22,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:30,991 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:37,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:46,655 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:54,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:51:57,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:02,626 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:06,945 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:10,910 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:18,798 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:27,097 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:28,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:40,573 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:42,942 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:45,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:46,095 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:52:51,086 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:02,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:03,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:15,018 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:19,631 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:20,651 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:30,697 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:36,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:37,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:40,319 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:46,952 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:53,594 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:53:57,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:10,007 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:15,659 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:16,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:18,949 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:27,005 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:28,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:34,787 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:43,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:57,528 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:58,547 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:54:59,566 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:00,586 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:06,731 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:12,750 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:16,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:22,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:31,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:34,597 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:38,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:46,991 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:50,977 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:51,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:56,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:55:57,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:02,732 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:07,768 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:10,934 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:18,823 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:24,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:25,278 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:34,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:41,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:43,406 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:56:58,057 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:03,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:06,861 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:14,111 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:15,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:22,849 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:30,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:31,890 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:46,682 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:48,432 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:49,451 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:57:57,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:02,975 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:05,753 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:06,773 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:10,850 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:12,997 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:22,737 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:39,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:40,256 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:44,663 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:51,140 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:56,543 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:57,563 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:58:58,582 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:06,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:13,535 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:14,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:23,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:35,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:38,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:47,004 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:48,024 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:50,702 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 19:59:54,878 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:02,683 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:04,407 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:05,427 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:17,415 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:19,156 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:21,728 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:22,747 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:34,817 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:38,404 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:42,808 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:50,899 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:55,095 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:56,115 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:00:57,837 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:12,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:14,759 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:23,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:29,702 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:30,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:34,511 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:38,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:43,946 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:46,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:54,773 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:01:57,701 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:03,045 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:10,866 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:19,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:20,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:21,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:26,646 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:35,154 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:37,725 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:43,274 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:51,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:54,727 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:02:57,773 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:01,552 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:07,404 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:11,657 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:14,800 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:22,756 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:25,521 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:28,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:29,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:30,722 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:38,971 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:45,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:46,633 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:54,697 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:03:55,814 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:02,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:03,709 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:04,729 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:07,954 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:19,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:23,781 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:27,166 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:36,065 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:37,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:53,065 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:54,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:04:58,803 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:06,789 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:10,375 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:11,393 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:12,412 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:15,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:22,775 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:23,792 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:27,594 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:30,756 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:38,717 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:44,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:45,384 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:54,709 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:05:58,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:01,677 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:06,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:11,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:18,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:23,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:25,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:27,284 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:35,053 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:36,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:43,343 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:52,049 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:06:53,069 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:00,738 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:07,113 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:09,701 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:15,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:23,144 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:26,709 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:30,857 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:38,748 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:43,339 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:46,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:55,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:07:59,868 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:00,888 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:03,037 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:16,214 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:17,224 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:19,377 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:33,011 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:34,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:38,546 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:39,565 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:50,014 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:08:57,898 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:06,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:07,832 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:08,856 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:14,793 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:22,784 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:24,327 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:30,772 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:37,375 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:39,109 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:46,617 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:49,611 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:54,734 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:09:58,000 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:02,802 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:11,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:16,011 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:18,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:22,666 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:26,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:32,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:42,887 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:49,331 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:50,351 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:10:58,828 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:06,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:07,036 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:11,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:15,060 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:22,792 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:23,810 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:30,955 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:40,194 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:41,213 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:54,742 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:11:57,303 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:02,727 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:11,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:14,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:18,950 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:20,096 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:21,240 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:31,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:32,367 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:43,191 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:47,991 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:49,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:50,032 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:12:58,121 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:04,979 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:06,000 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:07,128 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:18,099 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:19,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:20,141 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:22,172 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:23,189 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:24,211 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:27,821 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:38,785 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:46,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:55,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:13:56,212 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:02,736 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:11,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:12,576 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:19,456 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:29,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:34,898 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:46,273 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:47,292 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:51,033 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:52,169 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:14:53,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:03,160 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:04,179 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:05,197 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:09,710 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:14,848 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:20,254 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:21,274 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:23,471 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:30,896 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:31,906 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:32,923 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:33,936 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:34,946 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:35,963 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:36,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:37,999 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:39,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:40,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:41,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:42,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:43,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:44,089 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:45,107 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:46,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:47,144 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:48,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:49,182 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:50,202 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:51,221 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:52,239 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:53,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:54,278 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:55,297 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:56,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:57,337 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:58,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:15:59,380 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:00,400 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:01,419 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:02,437 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:03,455 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:04,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:05,493 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:06,511 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:07,530 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:08,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:09,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:10,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:11,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:12,625 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:13,636 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:14,653 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:15,671 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:16,690 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:17,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:18,731 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:19,749 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:20,767 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:21,785 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:22,802 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:23,820 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:24,839 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:25,857 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:26,874 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:27,893 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:28,911 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:29,929 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:30,947 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:31,963 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:32,982 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:34,006 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:35,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:36,044 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:37,063 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:38,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:39,100 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:40,118 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:41,137 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:42,156 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:43,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:44,196 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:45,217 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:46,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:47,249 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:48,269 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:49,287 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:50,306 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:51,323 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:52,342 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:53,362 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:54,382 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:55,402 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:56,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:57,440 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:58,460 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:16:59,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:00,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:01,516 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:02,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:03,557 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:04,579 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:05,601 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:06,622 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:07,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:08,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:09,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:10,707 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:11,725 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:12,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:13,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:14,780 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:15,799 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:16,817 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:17,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:18,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:19,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:20,889 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:21,907 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:22,925 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:23,944 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:24,963 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:25,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:27,001 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:28,020 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:29,037 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:30,055 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:31,074 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:32,094 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:33,112 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:34,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:35,147 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:36,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:37,187 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:38,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:39,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:40,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:41,268 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:42,287 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:43,307 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:44,327 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:45,347 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:46,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:47,384 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:48,402 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:49,422 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:50,440 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:51,458 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:52,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:53,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:54,519 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:55,538 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:56,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:57,575 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:58,593 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:17:59,611 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:00,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:01,650 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:02,670 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:03,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:04,710 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:05,729 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:06,748 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:07,767 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:08,785 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:09,802 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:10,821 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:11,841 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:12,863 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:13,882 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:14,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:15,915 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:16,934 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:17,948 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:18,968 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:19,989 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:21,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:22,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:23,047 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:24,065 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:25,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:26,105 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:27,123 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:28,142 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:29,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:30,183 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:31,203 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:32,222 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:33,241 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:34,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:35,280 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:36,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:37,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:38,338 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:39,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:40,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:41,393 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:42,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:43,430 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:44,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:45,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:46,485 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:47,506 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:48,525 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:49,544 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:50,563 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:51,582 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:52,601 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:53,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:54,641 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:55,661 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:56,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:57,703 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:58,722 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:18:59,742 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:00,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:01,779 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:02,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:03,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:04,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:05,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:06,873 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:07,891 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:08,909 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:09,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:10,954 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:11,974 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:12,993 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:14,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:15,032 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:16,052 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:17,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:18,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:19,109 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:20,129 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:21,149 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:22,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:23,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:24,204 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:25,223 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:26,242 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:27,260 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:28,279 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:29,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:30,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:31,334 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:32,353 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:33,371 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:34,389 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:35,407 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:36,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:37,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:38,466 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:39,487 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:40,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:41,525 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:42,544 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:43,565 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:44,582 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:45,600 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:46,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:47,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:48,659 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:49,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:50,703 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:51,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:52,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:53,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:54,783 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:55,802 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:56,822 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:57,841 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:58,859 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:19:59,880 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:00,901 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:01,921 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:02,942 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:03,962 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:04,982 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:06,005 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:07,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:08,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:09,063 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:10,084 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:11,103 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:12,123 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:13,142 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:14,161 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:15,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:16,189 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:17,204 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:18,221 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:19,240 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:20,254 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:21,272 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:22,291 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:23,311 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:24,330 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:25,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:26,368 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:27,387 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:28,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:29,428 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:30,447 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:31,469 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:32,490 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:33,512 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:34,531 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:35,552 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:36,571 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:37,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:38,610 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:39,630 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:40,649 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:41,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:42,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:43,707 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:44,726 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:45,744 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:46,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:47,782 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:48,800 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:49,818 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:50,839 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:51,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:52,876 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:53,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:54,913 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:55,931 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:56,950 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:57,969 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:20:58,987 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:00,006 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:01,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:02,042 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:03,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:04,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:05,091 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:06,110 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:07,129 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:08,148 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:09,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:10,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:11,204 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:12,223 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:13,243 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:14,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:15,280 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:16,299 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:17,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:18,328 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:19,347 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:20,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:21,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:22,401 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:23,419 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:24,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:25,456 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:26,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:27,493 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:28,511 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:29,530 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:30,548 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:38,823 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:47,111 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:48,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:53,379 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:21:54,728 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:02,990 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:04,538 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:05,559 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:18,977 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:21,320 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:26,955 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:34,944 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:38,118 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:50,902 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:55,316 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:22:58,510 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:06,478 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:12,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:13,034 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:20,740 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:28,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:30,859 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:35,269 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:36,649 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:46,008 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:23:47,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:02,803 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:03,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:06,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:18,985 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:20,324 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:26,977 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:35,256 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:37,622 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:51,003 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:54,391 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:55,409 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:24:56,428 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:00,964 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:07,199 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:11,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:14,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:16,850 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:18,038 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:27,193 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:28,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:30,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:38,878 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:41,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:45,543 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:46,562 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:54,886 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:25:58,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:02,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:03,093 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:05,518 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:06,539 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:07,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:08,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:09,582 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:10,596 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:11,610 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:12,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:13,637 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:14,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:15,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:16,679 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:17,694 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:18,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:19,732 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:26,996 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:32,382 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:36,396 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:37,417 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:38,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:39,732 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:40,746 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:41,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:42,774 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:43,786 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:44,801 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:45,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:46,829 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:47,840 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:48,855 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:49,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:50,888 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:51,907 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:53,361 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:54,379 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:58,464 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:26:59,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:00,488 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:01,503 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:02,518 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:03,531 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:04,545 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:05,558 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:06,573 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:07,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:08,602 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:09,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:10,640 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:13,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:17,555 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:19,081 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:22,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:23,612 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:28,070 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:29,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:30,879 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:39,657 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:44,573 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:45,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:46,943 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:50,331 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:27:58,801 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:02,156 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:03,175 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:05,229 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:11,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:19,369 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:27,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:29,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:33,925 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:34,945 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:37,073 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:38,093 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:40,581 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:42,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:53,482 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:54,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:55,509 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:56,529 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:28:59,197 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:00,851 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:01,870 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:06,282 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:10,116 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:11,136 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:20,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:23,490 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:27,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:28,494 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:31,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:32,081 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:33,099 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:36,299 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:38,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:43,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:44,064 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:45,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:47,157 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:50,252 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:55,116 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:29:59,014 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:00,032 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:01,050 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:02,066 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:03,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:05,589 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:06,685 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:10,918 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:16,999 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:18,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:27,998 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:32,407 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:34,461 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:35,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:36,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:37,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:38,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:40,821 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:45,416 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:46,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:52,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:58,625 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:30:59,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:00,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:07,127 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:09,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:12,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:15,723 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:26,603 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:27,622 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:28,640 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:31,195 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:33,860 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:35,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:39,074 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:40,388 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:44,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:45,709 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:47,062 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:54,110 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2024-02-12 20:31:54,226 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:31:58,729 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:00,866 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:01,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:02,905 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:05,065 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:15,517 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:16,530 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:17,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:19,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:33,123 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:34,133 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:37,823 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:41,087 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:50,326 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:51,344 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:54,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:32:55,766 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:00,273 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:03,347 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:07,774 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:08,792 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:09,811 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:15,351 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:23,316 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:25,437 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:30,982 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:38,670 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:42,152 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:43,172 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:47,276 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:51,564 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:55,261 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:58,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:33:59,950 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:06,417 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:08,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:11,425 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:16,641 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:19,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:21,553 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:23,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:27,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:33,453 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:35,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:40,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:41,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:43,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:44,875 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:51,060 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:34:59,040 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:00,900 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:05,115 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:07,306 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:23,122 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:24,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:28,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:29,289 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:30,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:39,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:41,969 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:42,988 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:46,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:47,618 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:48,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:50,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:52,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:58,772 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:35:59,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:00,808 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:09,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:11,763 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:15,904 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:16,924 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:19,284 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:34,067 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:35,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:40,208 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:50,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:51,739 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:58,602 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:36:59,822 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:04,441 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:05,460 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:06,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:07,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:08,522 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:09,542 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:10,753 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:14,957 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:24,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:30,946 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:31,967 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:32,988 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:41,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:46,904 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:48,014 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:54,316 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:37:59,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:00,457 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:15,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:19,058 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:20,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:32,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:35,121 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:49,473 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:51,018 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:55,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:38:59,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:06,658 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:07,677 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:14,230 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:22,948 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:23,960 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:39,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:40,959 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:45,795 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:47,356 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:57,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:58,166 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:39:59,184 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:00,201 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:01,211 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:02,228 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:03,249 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:04,269 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:11,051 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:14,427 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:27,048 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:31,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:35,111 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:36,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:42,909 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:48,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:49,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:40:59,295 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:05,721 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:07,066 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:22,141 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:23,163 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:38,922 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:44,161 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:51,647 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:56,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:41:57,157 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:13,752 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:27,191 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:30,730 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:35,131 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:43,042 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:44,062 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:42:47,858 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:04,151 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:05,171 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:09,841 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:21,310 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:22,331 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:23,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:31,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:38,828 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:42,809 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:47,123 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:43:56,062 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:03,112 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:05,755 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:06,774 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:07,788 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:08,825 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:09,843 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:10,857 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:11,870 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:12,886 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:13,901 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:14,919 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:19,826 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 20:44:19,829 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 20:44:19,830 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 20:44:20,929 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 20:44:20,930 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 20:44:20,930 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 20:44:20,958 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 20:44:22,507 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 20:44:24,347 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 20:44:24,606 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 19 mixin implementations, 34 hook handlers 2024-02-12 20:44:24,707 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 20:44:25,203 - octoprint.server - INFO - Intermediary server started 2024-02-12 20:44:25,247 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 20:44:25,253 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 20:44:25,259 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 20:44:25,260 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 20:44:25,260 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 20:44:25,260 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 20:44:25,261 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')") 2024-02-12 20:44:25,261 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 20:44:25,261 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 20:44:25,262 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 20:44:25,262 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 20:44:25,262 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 20:44:25,263 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 20:44:25,263 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 20:44:25,263 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_manage'), Need(method='role', value='plugin_pluginmanager_install')") 2024-02-12 20:44:25,264 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 20:44:25,264 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 20:44:25,264 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 20:44:25,394 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 20:44:28,804 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 20:44:32,178 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 20:44:32,967 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 20:44:32,968 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 20:44:33,019 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2024-02-12 20:44:33,073 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s) 2024-02-12 20:44:33,101 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 20:44:33,102 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 20:44:33,130 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 20:44:33,155 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 20:44:33,156 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 20:44:33,160 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 20:44:33,645 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 20:44:33,657 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 20:44:33,726 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 20:44:33,731 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 20:44:33,732 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2024-02-12 20:44:33,736 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 20:44:33,738 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 20:44:33,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:33,746 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 20:44:33,750 - octoprint.server - INFO - Serial port list was updated, refreshing the port list in the frontend 2024-02-12 20:44:33,751 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 20:44:33,757 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 20:44:33,770 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 20:44:33,771 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 20:44:33,871 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 20:44:34,768 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:34,996 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 20:44:35,780 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:36,787 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:37,176 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 20:44:37,179 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 20:44:37,179 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 20:44:37,196 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.7GB. That is considered sufficient for updating. 2024-02-12 20:44:37,198 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 20:44:37,796 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:38,807 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:39,816 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:40,825 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:41,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:42,844 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:43,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:44,865 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:45,875 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:46,886 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:47,897 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:48,907 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:49,919 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:50,931 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:51,943 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:52,955 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:53,966 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:54,978 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:55,990 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:57,001 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:58,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:44:59,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:00,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:01,046 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:02,056 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:03,067 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:04,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:05,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:06,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:07,112 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:08,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:09,135 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:10,146 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:11,158 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:12,169 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:13,180 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:14,192 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:15,204 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:16,215 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:17,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:18,239 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:19,249 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:20,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:21,275 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:22,288 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:23,299 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:24,314 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:25,327 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:26,340 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:27,352 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:28,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:29,378 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:30,390 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:31,403 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:32,415 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:33,427 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:34,440 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:35,452 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:36,463 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:37,475 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:38,487 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:39,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:40,511 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:41,523 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:42,535 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:43,547 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:44,560 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:45,572 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:46,584 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:47,599 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:48,611 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:49,623 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:50,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:51,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:52,664 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:53,676 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:54,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:55,702 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:56,717 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:57,729 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:58,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:45:59,756 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:00,768 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:01,781 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:02,795 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:03,809 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:04,822 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:05,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:06,847 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:07,859 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:08,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:09,883 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:10,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:11,906 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:12,918 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:13,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:14,942 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:15,954 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:16,967 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:17,979 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:18,992 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:20,005 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:21,019 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:22,031 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:23,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:24,055 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:25,068 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:26,080 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:27,092 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:28,105 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:29,117 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:30,130 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:31,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:32,156 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:33,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:34,181 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:35,193 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:36,205 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:37,217 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:38,230 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:39,244 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:40,257 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:41,268 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:42,283 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:43,296 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:44,308 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:45,320 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:46,331 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:47,342 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:48,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:49,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:50,378 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:51,390 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:52,402 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:53,415 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:54,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:55,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:56,449 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:57,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:58,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:46:59,486 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:00,498 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:01,510 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:02,523 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:03,538 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:04,551 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:05,563 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:06,575 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:07,588 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:08,601 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:09,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:10,627 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:11,642 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:12,654 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:13,666 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:14,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:15,690 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:16,702 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:17,712 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:18,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:19,736 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:20,748 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:21,760 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:22,772 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:23,784 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:24,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:25,812 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:26,824 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:27,837 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:28,851 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:29,864 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:30,877 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:31,891 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:32,902 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:33,913 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:34,924 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:35,935 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:36,947 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:37,959 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:38,971 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:39,983 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:40,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:42,007 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:43,018 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:44,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:45,043 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:46,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:47,066 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:48,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:49,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:50,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:51,113 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:52,125 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:53,137 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:54,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:55,162 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:56,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:57,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:58,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:47:59,211 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:00,223 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:01,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:02,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:03,260 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:04,272 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:05,285 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:06,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:07,311 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:08,322 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:09,334 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:10,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:11,357 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:12,370 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:13,382 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:14,394 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:15,407 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:16,419 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:17,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:18,443 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:19,455 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:20,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:21,479 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:22,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:23,503 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:24,515 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:25,528 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:26,540 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:27,552 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:28,564 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:29,576 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:30,589 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:31,602 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:32,615 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:33,627 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:34,640 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:35,653 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:36,666 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:37,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:38,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:39,702 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:40,712 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:41,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:42,737 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:43,750 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:44,763 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:45,775 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:46,788 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:47,799 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:48,812 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:49,825 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:50,838 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:51,850 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:52,862 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:53,873 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:54,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:55,897 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:56,910 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:57,923 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:58,936 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:48:59,948 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:00,961 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:01,974 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:02,986 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:03,998 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:05,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:06,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:07,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:08,047 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:09,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:10,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:11,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:12,095 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:13,107 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:14,119 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:15,131 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:16,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:17,155 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:18,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:19,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:20,190 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:21,201 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:22,213 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:23,225 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:24,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:25,251 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:26,263 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:27,274 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:28,286 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:29,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:30,309 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:31,321 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:32,334 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:33,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:34,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:35,370 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:36,382 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:37,394 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:38,406 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:39,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:40,430 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:41,443 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:42,455 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:43,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:44,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:45,492 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:46,504 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:47,516 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:48,529 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:49,542 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:50,555 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:51,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:52,578 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:53,590 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:54,603 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:55,616 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:56,629 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:57,642 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:58,655 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:49:59,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:00,678 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:01,690 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:02,702 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:03,714 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:04,726 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:05,738 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:06,750 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:07,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:08,774 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:09,785 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:10,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:11,808 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:12,820 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:13,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:14,847 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:15,859 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:16,870 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:17,881 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:18,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:19,907 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:20,920 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:21,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:22,946 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:23,958 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:24,970 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:25,982 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:26,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:28,006 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:29,018 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:30,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:31,041 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:32,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:33,065 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:34,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:35,091 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:36,103 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:37,115 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:38,128 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:39,141 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:40,153 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:41,164 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:42,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:43,190 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:44,202 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:45,214 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:46,226 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:47,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:48,250 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:49,263 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:50,274 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:51,286 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:52,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:53,309 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:54,321 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:55,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:56,345 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:57,359 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:58,371 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:50:59,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:00,395 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:01,408 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:02,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:03,432 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:04,446 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:05,459 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:06,472 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:07,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:08,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:09,509 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:10,522 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:11,535 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:12,546 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:13,559 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:14,571 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:15,583 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:16,596 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:17,608 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:18,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:19,634 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:20,648 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:21,660 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:22,673 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:23,688 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:24,700 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:25,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:26,725 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:27,737 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:28,750 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:29,762 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:30,775 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:31,787 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:32,798 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:33,810 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:34,822 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:35,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:36,847 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:37,859 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:38,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:39,883 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:40,896 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:41,909 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:42,921 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:43,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:44,946 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:45,958 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:46,970 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:47,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:48,996 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:50,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:51,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:52,035 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:53,047 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:54,059 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:55,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:56,082 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:57,095 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:58,107 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:51:59,119 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:00,131 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:01,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:02,154 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:03,166 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:04,179 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:05,190 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:06,202 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:07,215 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:08,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:09,239 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:10,251 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:11,263 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:12,275 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:13,287 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:14,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:15,310 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:16,322 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:17,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:18,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:19,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:20,370 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:21,382 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:22,394 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:23,407 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:24,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:25,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:26,443 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:27,455 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:28,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:29,479 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:30,490 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:31,502 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:32,514 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:33,526 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:34,538 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:35,550 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:36,562 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:37,574 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:38,586 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:39,598 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:40,610 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:41,622 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:42,635 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:43,647 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:44,658 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:45,669 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:46,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:47,693 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:48,708 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:49,720 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:50,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:51,746 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:52,759 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:53,771 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:54,783 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:55,796 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:56,809 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:57,821 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:58,835 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:52:59,849 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:00,860 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:01,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:02,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:03,897 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:04,910 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:05,923 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:06,935 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:07,947 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:08,959 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:09,971 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:10,982 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:11,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:13,005 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:14,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:15,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:16,041 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:17,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:18,066 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:19,078 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:20,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:21,102 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:22,114 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:23,126 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:24,138 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:25,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:26,162 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:27,176 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:28,188 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:29,200 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:30,212 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:31,225 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:32,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:33,251 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:34,264 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:35,276 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:36,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:37,303 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:38,314 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:39,327 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:40,338 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:41,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:42,362 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:43,374 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:44,386 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:45,399 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:46,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:47,422 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:48,434 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:49,446 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:50,457 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:51,470 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:52,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:53,494 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:54,506 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:55,518 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:56,530 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:57,542 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:58,554 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:53:59,568 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:00,580 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:01,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:02,605 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:03,619 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:04,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:05,644 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:06,656 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:07,668 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:08,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:09,694 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:10,707 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:11,719 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:12,731 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:13,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:14,754 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:15,765 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:26,112 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:27,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:28,599 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:29,605 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:30,615 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:31,627 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:32,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:33,653 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:34,663 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:35,674 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:36,686 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:37,696 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:38,708 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:39,721 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:40,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:41,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:42,753 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:43,763 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:44,774 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:45,786 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:46,796 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:47,806 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:48,818 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:49,830 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:50,840 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:51,851 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:52,861 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:53,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:54,882 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:55,894 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:56,902 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:57,912 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:58,922 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:54:59,934 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:00,947 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:01,958 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:02,972 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:03,979 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:04,986 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:05,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:07,002 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:08,009 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:09,016 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:10,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:11,031 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:12,040 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:13,046 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:14,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:15,061 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:16,069 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:17,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:18,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:19,091 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:20,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:21,106 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:22,112 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:23,119 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:24,128 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:25,135 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:26,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:27,151 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:28,159 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:29,166 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:30,174 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:31,182 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:32,189 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:33,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:34,205 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:35,212 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:36,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:37,227 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:38,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:39,241 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:40,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:41,255 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:42,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:43,269 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:44,280 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:45,289 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:46,297 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:47,305 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:48,311 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:49,322 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:50,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:51,336 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:52,343 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:53,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:54,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:55,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:56,373 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:57,382 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:58,389 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:55:59,396 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:00,404 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:01,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:02,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:03,425 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:04,433 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:05,439 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:06,448 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:07,459 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:08,466 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:09,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:10,480 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:11,489 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:12,496 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:13,503 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:14,511 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:15,518 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:30,322 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 20:56:30,324 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 20:56:30,325 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 20:56:30,951 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 20:56:30,951 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 20:56:30,951 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 20:56:30,966 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 20:56:31,880 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 20:56:32,951 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 20:56:33,069 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 19 mixin implementations, 34 hook handlers 2024-02-12 20:56:33,137 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 20:56:33,453 - octoprint.server - INFO - Intermediary server started 2024-02-12 20:56:33,481 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 20:56:33,484 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 20:56:33,488 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 20:56:33,488 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 20:56:33,488 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 20:56:33,489 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 20:56:33,489 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')") 2024-02-12 20:56:33,489 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 20:56:33,490 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 20:56:33,490 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 20:56:33,490 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 20:56:33,490 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 20:56:33,491 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 20:56:33,491 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 20:56:33,491 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_manage'), Need(method='role', value='plugin_pluginmanager_install')") 2024-02-12 20:56:33,491 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 20:56:33,491 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 20:56:33,492 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 20:56:33,563 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 20:56:35,633 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 20:56:37,797 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 20:56:38,263 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 20:56:38,263 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 20:56:38,299 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2024-02-12 20:56:38,343 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s) 2024-02-12 20:56:38,364 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 20:56:38,366 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 20:56:38,384 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 20:56:38,405 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 20:56:38,407 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 20:56:38,409 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 20:56:38,809 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 20:56:38,824 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 20:56:38,967 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 20:56:38,972 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 20:56:38,972 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2024-02-12 20:56:38,974 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 20:56:38,977 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 20:56:38,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:38,984 - octoprint.server - INFO - Serial port list was updated, refreshing the port list in the frontend 2024-02-12 20:56:38,985 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 20:56:38,989 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 20:56:38,990 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 20:56:39,002 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 20:56:39,003 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 20:56:39,074 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 20:56:39,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:40,256 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 20:56:41,005 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:41,303 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 20:56:41,306 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 20:56:41,306 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 20:56:41,317 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.7GB. That is considered sufficient for updating. 2024-02-12 20:56:41,318 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 20:56:42,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:43,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:44,026 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:45,034 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:46,042 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:47,049 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:48,057 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:49,064 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:50,072 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:51,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:52,088 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:53,096 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:54,105 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:55,112 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:56,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:57,128 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:58,135 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:56:59,145 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:00,152 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:01,159 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:02,167 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:03,175 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:04,182 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:05,188 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:06,196 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:07,203 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:08,211 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:09,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:10,226 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:11,233 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:12,241 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:13,248 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:14,255 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:15,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:16,270 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:17,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:18,284 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:19,291 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:20,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:21,308 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:22,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:23,322 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:24,329 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:25,338 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:26,345 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:27,352 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:28,359 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:57:29,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:35,766 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 20:58:35,767 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 20:58:35,768 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 20:58:36,375 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 20:58:36,375 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 20:58:36,375 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 20:58:36,388 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 20:58:37,346 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 20:58:38,420 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 20:58:38,540 - octoprint.plugin.core - INFO - Found 19 plugin(s) providing 19 mixin implementations, 34 hook handlers 2024-02-12 20:58:38,604 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 20:58:38,905 - octoprint.server - INFO - Intermediary server started 2024-02-12 20:58:38,933 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 20:58:38,936 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 20:58:38,941 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 20:58:38,941 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 20:58:38,941 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 20:58:38,941 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 20:58:38,942 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')") 2024-02-12 20:58:38,942 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 20:58:38,942 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 20:58:38,942 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 20:58:38,943 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 20:58:38,943 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 20:58:38,943 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 20:58:38,943 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 20:58:38,943 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_manage'), Need(method='role', value='plugin_pluginmanager_install')") 2024-02-12 20:58:38,944 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 20:58:38,944 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 20:58:38,944 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 20:58:39,029 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 20:58:41,082 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 20:58:43,152 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 20:58:43,563 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 20:58:43,563 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 20:58:43,598 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2024-02-12 20:58:43,638 - octoprint.plugin.core - INFO - Initialized 18 plugin implementation(s) 2024-02-12 20:58:43,658 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 20:58:43,659 - octoprint.plugin.core - INFO - 19 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 20:58:43,675 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 20:58:43,694 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 20:58:43,695 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 20:58:43,696 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 20:58:44,084 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 20:58:44,097 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 20:58:44,423 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 20:58:44,427 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 20:58:44,427 - octoprint.events - INFO - Adding 0 events to queue that were held back before startup event 2024-02-12 20:58:44,429 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 20:58:44,433 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 20:58:44,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:44,440 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 20:58:44,442 - octoprint.server - INFO - Serial port list was updated, refreshing the port list in the frontend 2024-02-12 20:58:44,443 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 20:58:44,445 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 20:58:44,455 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 20:58:44,456 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 20:58:44,530 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 20:58:45,453 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:45,659 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 20:58:46,464 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:46,792 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 20:58:46,794 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 20:58:46,794 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 20:58:46,805 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.7GB. That is considered sufficient for updating. 2024-02-12 20:58:46,807 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 20:58:47,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:48,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:49,489 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:50,493 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:51,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:52,505 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:53,510 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:54,514 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:55,524 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:56,093 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'path': '/', 'base_url': 'http://127.0.0.1:5000/', 'query_string': 'l10n=de', '_timestamp': 1707771536.0931277, '_count': 1} 2024-02-12 20:58:56,543 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:57,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:58,569 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:58:59,576 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:00,583 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:01,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:02,593 - octoprint.server.util.sockjs - INFO - New connection from client: 127.0.0.1 2024-02-12 20:59:02,604 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:02,650 - octoprint.util.net - ERROR - Error while trying to determine whether 127.0.0.1 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 20:59:03,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:04,622 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:05,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:06,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:07,647 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:08,654 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:09,662 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:10,670 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:11,677 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:12,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:13,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:14,697 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:15,706 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:16,712 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:17,722 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:18,730 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:19,737 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:20,744 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:21,751 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:22,758 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:23,765 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:24,772 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:25,781 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:26,790 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:27,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:28,804 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:29,811 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:30,818 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:31,825 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:32,832 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:33,839 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:34,848 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:35,856 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:36,864 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:37,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:38,878 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:39,885 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:40,892 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:41,900 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:42,908 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:43,916 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:44,924 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:45,932 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:46,938 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:47,945 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:48,952 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:49,959 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:50,966 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:51,975 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:52,983 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:53,990 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:54,997 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:56,003 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:57,010 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:58,017 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 20:59:59,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:00,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:01,039 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:02,048 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:03,055 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:04,062 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:05,069 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:06,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:07,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:08,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:09,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:10,106 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:11,113 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:12,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:13,127 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:14,134 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:15,141 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:16,148 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:17,155 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:18,164 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:19,172 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:20,179 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:21,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:22,193 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:23,200 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:24,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:25,215 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:26,222 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:27,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:28,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:29,245 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:30,251 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:31,258 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:32,265 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:33,272 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:34,279 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:35,287 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:36,295 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:37,303 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:38,310 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:39,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:40,325 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:41,332 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:42,339 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:43,346 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:44,355 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:45,362 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:46,369 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:47,376 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:48,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:49,390 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:50,396 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:51,404 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:52,412 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:53,420 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:54,429 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:55,436 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:56,443 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:57,450 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:58,458 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:00:59,466 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:00,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:01,485 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:02,493 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:03,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:04,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:05,513 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:06,521 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:07,528 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:08,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:09,544 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:10,552 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:11,559 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:12,566 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:13,573 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:14,580 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:15,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:16,594 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:17,603 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:18,610 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:19,617 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:20,625 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:21,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:22,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:23,646 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:24,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:25,660 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:26,668 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:27,675 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:28,683 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:29,690 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:30,696 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:31,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:32,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:33,719 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:34,727 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:35,736 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:36,744 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:37,750 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:38,757 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:39,764 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:40,772 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:41,779 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:42,786 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:43,795 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:44,803 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:45,811 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:46,818 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:47,825 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:48,832 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:49,840 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:50,848 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:51,857 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:52,865 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:53,872 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:54,879 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:55,886 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:56,892 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:57,899 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:58,906 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:01:59,914 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:00,922 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:01,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:02,937 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:03,944 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:04,951 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:05,959 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:06,966 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:07,973 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:08,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:09,988 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:10,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:12,002 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:13,009 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:14,016 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:15,023 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:16,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:17,037 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:18,045 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:19,052 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:19,664 - octoprint.server.util.flask.PreemptiveCache - INFO - Adding entry for / and {'path': '/', 'base_url': 'http://192.168.2.204:5000/', 'query_string': 'l10n=de', '_timestamp': 1707771739.664653, '_count': 1} 2024-02-12 21:02:20,067 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:21,075 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:22,197 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:23,209 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:24,216 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:25,223 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:26,231 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:27,239 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:28,246 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:29,253 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:30,262 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:31,270 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:32,276 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:33,287 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:34,295 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:35,089 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:02:35,121 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:02:35,311 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:36,318 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:37,324 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:38,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:39,343 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:40,351 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:41,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:42,364 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:43,371 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:44,379 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:45,387 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:46,396 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:47,404 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:48,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:49,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:50,426 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:51,433 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:52,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:53,454 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:54,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:55,468 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:56,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:57,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:58,490 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:02:59,499 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:00,507 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:01,515 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:02,522 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:03,529 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:04,536 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:05,543 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:06,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:07,559 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:08,568 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:09,575 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:10,583 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:11,590 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:12,597 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:13,604 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:14,613 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:15,621 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:16,628 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:17,634 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:18,641 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:19,648 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:20,655 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:21,662 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:22,669 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:23,677 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:24,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:25,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:26,699 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:27,706 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:28,713 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:29,719 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:30,728 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:31,739 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:32,746 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:33,752 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:34,759 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:35,766 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:36,772 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:37,781 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:38,789 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:39,797 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:40,804 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:41,811 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:42,818 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:43,826 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:44,834 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:45,842 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:46,218 - octoprint.server.util.sockjs - INFO - Client connection closed: 127.0.0.1 2024-02-12 21:03:46,851 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:47,857 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:48,864 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:49,871 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:50,879 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:51,887 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:52,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:53,903 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:54,910 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:55,918 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:56,924 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:57,930 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:58,937 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:03:59,944 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:00,953 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:01,961 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:02,968 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:03,975 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:04,981 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:05,988 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:06,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:08,004 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:09,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:10,019 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:11,025 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:12,032 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:13,040 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:14,047 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:15,054 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:16,062 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:17,071 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:18,079 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:19,086 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:20,093 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:21,099 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:22,106 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:23,116 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:24,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:25,132 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:26,139 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:27,146 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:28,153 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:29,160 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:30,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:31,176 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:32,184 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:33,191 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:34,198 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:35,204 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:36,211 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:37,218 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:38,226 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:39,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:40,243 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:41,250 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:42,257 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:43,264 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:44,271 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:45,277 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:46,286 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:47,294 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:48,302 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:49,308 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:50,315 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:51,321 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:52,328 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:53,335 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:54,343 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:55,351 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:56,359 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:57,366 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:58,372 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:04:59,380 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:00,387 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:01,396 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:02,403 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:03,411 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:04,418 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:05,424 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:06,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:07,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:08,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:09,453 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:10,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:11,470 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:12,477 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:13,484 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:14,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:15,498 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:16,506 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:17,514 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:18,523 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:19,529 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:20,536 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:21,543 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:22,550 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:23,557 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:24,564 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:25,573 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:26,580 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:27,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:28,595 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:29,601 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:30,608 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:31,615 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:32,623 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:33,631 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:34,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:35,645 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:36,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:37,272 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:05:37,273 - octoprint.server.api - INFO - Actively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:05:37,276 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:05:37,610 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:05:37,660 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:38,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:39,674 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:40,683 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:41,691 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:42,698 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:43,705 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:44,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:45,718 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:46,725 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:47,734 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:48,743 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:49,749 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:50,756 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:51,763 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:52,770 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:53,777 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:54,784 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:55,792 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:56,800 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:57,809 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:58,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:05:59,823 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:00,830 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:01,837 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:02,846 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:03,853 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:04,862 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:05,868 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:06,875 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:07,881 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:08,889 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:09,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:10,904 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:11,911 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:12,919 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:13,926 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:14,933 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:15,940 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:16,947 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:17,954 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:18,963 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:19,972 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:20,978 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:21,985 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:22,992 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:23,999 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:25,006 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:26,015 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:27,024 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:28,031 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:29,038 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:30,045 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:31,052 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:32,060 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:33,069 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:34,080 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:35,087 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:36,094 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:37,101 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:38,108 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:39,115 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:40,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:41,131 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:42,139 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:43,146 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:44,154 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:45,161 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:46,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:47,175 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:48,185 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:49,194 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:50,200 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:51,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:52,214 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:53,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:53,430 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 494, 'printer_state': 'OFFLINE'} 2024-02-12 21:06:54,004 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504, 'plugins': 'comm-fix:?'} 2024-02-12 21:06:54,235 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:54,259 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504} 2024-02-12 21:06:55,253 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:56,261 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:57,268 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:58,275 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:06:59,282 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:00,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:01,299 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:02,306 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:03,312 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:04,320 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:05,327 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:06,334 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:07,342 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:08,350 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:09,358 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:10,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:11,371 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:12,378 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:13,387 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:14,401 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:15,409 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:16,417 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:17,424 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:18,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:19,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:20,445 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:21,454 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:22,467 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:23,474 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:24,481 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:25,489 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:26,496 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:27,504 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:28,512 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:29,520 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:30,527 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:31,534 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:32,541 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:33,549 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:34,556 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:35,563 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:36,571 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:37,580 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:38,587 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:39,594 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:40,600 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:41,607 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:42,616 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:43,624 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:44,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:45,638 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:46,645 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:47,652 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:48,659 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:49,665 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:50,672 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:51,681 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:52,689 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:53,695 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:54,704 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:55,711 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:56,717 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:57,724 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:58,733 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:07:59,742 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:00,749 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:01,757 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:02,763 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:03,771 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:04,778 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:05,786 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:06,793 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:07,801 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:08,808 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:09,815 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:10,822 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:11,830 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:12,836 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:13,845 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:14,853 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:15,860 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:16,867 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:17,874 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:18,881 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:19,888 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:20,896 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:21,904 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:22,912 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:23,921 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:24,928 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:25,935 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:26,942 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:27,949 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:28,958 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:29,966 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:30,973 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:31,980 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:32,987 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:33,994 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:35,002 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:36,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:37,022 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:38,030 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:39,038 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:40,047 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:41,055 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:42,064 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:43,074 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:44,080 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:45,085 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:46,091 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:47,098 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:48,107 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:49,116 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:50,124 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:51,132 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:52,139 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:53,147 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:54,154 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:55,161 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:56,168 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:57,177 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:58,186 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:08:59,193 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:00,200 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:01,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:02,213 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:03,220 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:04,230 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:05,238 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:06,246 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:07,253 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:08,260 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:09,267 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:10,275 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:11,282 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:12,291 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:13,299 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:14,305 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:15,313 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:16,320 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:17,327 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:18,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:19,341 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:20,349 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:21,357 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:22,365 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:23,372 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:24,379 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:25,386 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:26,392 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:27,401 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:28,410 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:29,417 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:30,424 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:31,431 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:32,439 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:33,446 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:34,454 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:35,462 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:36,470 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:37,476 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:38,483 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:39,491 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:40,497 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:41,504 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:42,515 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:43,522 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:44,529 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:45,537 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:46,544 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:47,551 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:48,558 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:49,567 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:50,576 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:51,585 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:52,592 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:53,599 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:54,606 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:55,614 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:56,623 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:57,632 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:58,639 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:09:59,646 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:00,653 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:01,660 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:02,667 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:03,675 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:04,684 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:05,693 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:06,699 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:07,706 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:08,714 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:09,721 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:10,730 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:11,738 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:12,746 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:13,761 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:14,771 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:15,782 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:16,792 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:17,799 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:18,807 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:19,813 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:20,452 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:10:20,822 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:21,829 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:22,836 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:23,846 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:24,022 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:10:24,022 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:10:24,025 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:10:24,854 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:25,862 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:26,280 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:10:26,535 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:10:26,869 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:27,879 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:28,887 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:29,895 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:30,903 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:31,910 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:32,918 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:33,925 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:34,932 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:35,940 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:36,339 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:10:36,379 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:10:36,379 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:10:36,382 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:10:36,948 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:37,269 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:10:37,956 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:38,965 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:39,972 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:40,979 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:41,867 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Firefox', 'browser_version': '122.0', 'os_name': 'Windows', 'os_version': '10'} 2024-02-12 21:10:41,987 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:42,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:44,002 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:45,009 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:46,016 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:47,022 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:48,029 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:49,037 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:50,045 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:51,053 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:52,061 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:53,069 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:54,076 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:55,083 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:56,090 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:57,097 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:58,104 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:10:59,111 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:00,120 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:01,128 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:02,136 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:03,143 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:04,150 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:05,157 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:06,164 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:07,171 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:08,178 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:08,718 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection" 2024-02-12 21:11:08,738 - octoprint.util.comm - INFO - Serial detection: Performing autodetection with 7 port/baudrate candidates: /dev/ttyOcto4a@115200, /dev/ttyOcto4a@250000, /dev/ttyOcto4a@230400, /dev/ttyOcto4a@57600, /dev/ttyOcto4a@38400, /dev/ttyOcto4a@19200, /dev/ttyOcto4a@9600 2024-02-12 21:11:08,738 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:11:08,739 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:11:08,747 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:08,749 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:09,184 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 21:11:10,753 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:10,757 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:12,760 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:12,765 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:14,769 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 250000 2024-02-12 21:11:14,774 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:14,776 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:16,781 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:16,787 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:18,789 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:18,794 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:20,797 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 230400 2024-02-12 21:11:20,801 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:20,804 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:22,808 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:22,814 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:24,812 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:24,817 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:26,821 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 57600 2024-02-12 21:11:26,828 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:26,832 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:28,835 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:28,842 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:30,844 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:30,849 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:32,853 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 38400 2024-02-12 21:11:32,865 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:32,869 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:34,872 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:34,880 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:36,882 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:36,884 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:38,888 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 19200 2024-02-12 21:11:38,893 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:38,896 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:40,900 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:40,906 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:42,909 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:42,916 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:44,920 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 9600 2024-02-12 21:11:44,925 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:44,928 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:46,932 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #2 with timeout 2.0s 2024-02-12 21:11:46,940 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:48,941 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #3 with timeout 2.0s 2024-02-12 21:11:48,945 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:50,949 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Error" 2024-02-12 21:11:50,959 - octoprint.util.comm - INFO - Changing monitoring state from "Error" to "Offline after error" 2024-02-12 21:11:50,974 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 21:11:50,980 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:50,987 - octoprint.plugins.action_command_notification - INFO - Notifications cleared 2024-02-12 21:11:51,365 - octoprint.plugins.tracking - INFO - Sent tracking event commerror_autodetect, payload: {'commerror_text': 'No more candidates to test, and no working port/baudrate combination detected.'} 2024-02-12 21:11:51,985 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:52,990 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:53,995 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:55,000 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:56,004 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:57,012 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:11:57,255 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Detecting serial connection" 2024-02-12 21:11:57,265 - octoprint.util.comm - INFO - Serial detection: Performing autodetection with 7 port/baudrate candidates: /dev/ttyOcto4a@115200, /dev/ttyOcto4a@250000, /dev/ttyOcto4a@230400, /dev/ttyOcto4a@57600, /dev/ttyOcto4a@38400, /dev/ttyOcto4a@19200, /dev/ttyOcto4a@9600 2024-02-12 21:11:57,265 - octoprint.util.comm - INFO - Serial detection: Trying port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:11:57,271 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:11:57,287 - octoprint.util.comm - INFO - Serial detection: Handshake attempt #1 with timeout 2.0s 2024-02-12 21:11:57,294 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:57,337 - octoprint.util.comm - INFO - Changing monitoring state from "Detecting serial connection" to "Operational" 2024-02-12 21:11:57,363 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:11:57,471 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.1.0 (Jan 26 2022 10:51:58)" 2024-02-12 21:11:57,494 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2024-02-12 21:11:57,523 - octoprint.plugins.firmware_check - INFO - Your printer's firmware supports host action commands, but they are disabled. The firmware will not inform OctoPrint about job pause & cancellations, filament runouts, and similar firmware-side events. If you want this functionality, you need to change your firmware's configuration.. More information at https://faq.octoprint.org/warning-firmware-hostcommands 2024-02-12 21:11:57,745 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {'firmware_name': 'Marlin V1.1.0 (Jan 26 2022 10:51:58)', 'printer_port': 'AUTO', 'printer_baudrate': 0} 2024-02-12 21:11:58,021 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 21:12:10,271 - octoprint.util.comm - INFO - Changing monitoring state from "Operational" to "Offline" 2024-02-12 21:12:10,285 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 21:12:10,290 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:10,299 - octoprint.plugins.action_command_notification - INFO - Notifications cleared 2024-02-12 21:12:11,298 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:12,303 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:13,309 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:14,313 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:15,317 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:16,325 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:17,333 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:12:18,048 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2024-02-12 21:12:18,056 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:12:18,070 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2024-02-12 21:12:18,075 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:12:18,083 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:12:18,087 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2024-02-12 21:12:18,107 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:12:18,196 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.1.0 (Jan 26 2022 10:51:58)" 2024-02-12 21:12:18,211 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2024-02-12 21:12:18,340 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 21:12:22,440 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {'firmware_name': 'Marlin V1.1.0 (Jan 26 2022 10:51:58)', 'printer_port': '/dev/ttyOcto4a', 'printer_baudrate': 115200} 2024-02-12 21:13:38,606 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2024-02-12 21:19:59,622 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/j7126/OctoPrint-Dashboard/archive/master.zip 2024-02-12 21:20:00,325 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:20:13,614 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:20:13,712 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 21:20:13,872 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:20:13,947 - octoprint.plugin.core - INFO - Found 20 plugin(s) providing 18 mixin implementations, 34 hook handlers 2024-02-12 21:20:13,948 - octoprint.plugin.core - INFO - 20 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | !Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 21:20:13,948 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: Dashboard, version 1.19.10 2024-02-12 21:20:17,673 - octoprint.plugins.tracking - INFO - Sent tracking event install_plugin, payload: {'plugin': 'dashboard', 'plugin_version': '1.19.10'} 2024-02-12 21:21:54,611 - octoprint.server.api.system - INFO - Performing command for core:restart: echo "{\"eventType\": \"restartServer\"}" > /eventPipe 2024-02-12 21:22:02,508 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 21:22:02,513 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 21:22:02,513 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 21:22:03,348 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2024-02-12 21:22:03,399 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 21:22:03,399 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 21:22:03,399 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 21:22:03,678 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1) 2024-02-12 21:22:03,696 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 21:22:04,658 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 21:22:05,838 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:22:06,223 - octoprint.startup - INFO - Added settings overlay from plugin dashboard 2024-02-12 21:22:06,224 - octoprint.plugin.core - INFO - Found 20 plugin(s) providing 20 mixin implementations, 39 hook handlers 2024-02-12 21:22:06,267 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 21:22:06,507 - octoprint.server - INFO - Intermediary server started 2024-02-12 21:22:06,535 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 21:22:06,539 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 21:22:06,544 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 21:22:06,545 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 21:22:06,545 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 21:22:06,545 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 21:22:06,545 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')") 2024-02-12 21:22:06,546 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 21:22:06,546 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 21:22:06,546 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 21:22:06,546 - octoprint.server - INFO - Added new permission from plugin dashboard: PLUGIN_DASHBOARD_ADMIN (needs: "Need(method='role', value='plugin_dashboard_admin')") 2024-02-12 21:22:06,547 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 21:22:06,547 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 21:22:06,547 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 21:22:06,547 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 21:22:06,548 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 21:22:06,548 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 21:22:06,548 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 21:22:06,548 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 21:22:06,634 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 21:22:08,745 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 21:22:10,838 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 21:22:11,382 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 21:22:11,383 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 21:22:11,417 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2024-02-12 21:22:11,505 - octoprint.plugin.core - INFO - Initialized 19 plugin implementation(s) 2024-02-12 21:22:11,613 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 21:22:11,614 - octoprint.plugin.core - INFO - 20 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 21:22:11,627 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 21:22:11,646 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 21:22:11,647 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 21:22:11,650 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 21:22:12,042 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 21:22:12,054 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 21:22:12,070 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 21:22:12,075 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 21:22:12,075 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2024-02-12 21:22:12,075 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 21:22:12,080 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2024-02-12 21:22:12,117 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 21:22:12,119 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 21:22:12,147 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 21:22:12,207 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:22:12,219 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyOcto4a 2024-02-12 21:22:12,685 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2024-02-12 21:22:12,702 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:22:12,722 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 21:22:12,736 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 21:22:12,781 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 21:22:12,930 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2024-02-12 21:22:12,941 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 21:22:12,976 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:22:13,053 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:22:13,079 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2024-02-12 21:22:13,090 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 21:22:13,163 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 21:22:13,251 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:22:13,413 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 21:22:13,526 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.1.0 (Jan 26 2022 10:51:58)" 2024-02-12 21:22:13,679 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2024-02-12 21:22:13,846 - octoprint.plugins.firmware_check - INFO - Your printer's firmware supports host action commands, but they are disabled. The firmware will not inform OctoPrint about job pause & cancellations, filament runouts, and similar firmware-side events. If you want this functionality, you need to change your firmware's configuration.. More information at https://faq.octoprint.org/warning-firmware-hostcommands 2024-02-12 21:22:14,066 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {'firmware_name': 'Marlin V1.1.0 (Jan 26 2022 10:51:58)', 'printer_port': '/dev/ttyOcto4a', 'printer_baudrate': 115200} 2024-02-12 21:22:14,121 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:22:14,382 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 21:22:15,148 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 21:22:15,916 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 21:22:15,919 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 21:22:15,920 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 21:22:15,934 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.7GB. That is considered sufficient for updating. 2024-02-12 21:22:16,497 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 21:22:16,498 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 21:22:16,498 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 21:22:16,533 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2024-02-12 21:22:16,545 - octoprint.plugins.dashboard - INFO - Dashboard started 2024-02-12 21:22:16,549 - octoprint.JsFrontendErrors(Dash) - INFO - Js Logger (Dash) started 2024-02-12 21:22:16,618 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://192.168.2.204:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 21:22:17,145 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 10, 'printer_state': 'OPERATIONAL'} 2024-02-12 21:22:17,421 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504, 'plugins': 'comm-fix:?,dashboard:1.19.10'} 2024-02-12 21:22:18,077 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504} 2024-02-12 21:22:24,402 - octoprint.server.preemptive_cache - INFO - ... done in 7.78s 2024-02-12 21:22:24,403 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://127.0.0.1:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 21:22:25,245 - octoprint.server.preemptive_cache - INFO - ... done in 0.84s 2024-02-12 21:22:30,278 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:22:31,337 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:22:42,818 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:22:42,899 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:22:42,900 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:22:42,902 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:22:43,525 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:22:43,835 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:22:43,918 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:22:49,039 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:23:36,040 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:23:44,477 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:23:48,274 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:23:50,040 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:23:50,041 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:23:50,043 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:23:50,057 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:23:50,400 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:25:53,850 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:25:56,009 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:25:56,010 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:25:56,012 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:26:16,901 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:26:16,902 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:26:16,904 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:26:21,022 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:26:21,022 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:26:21,024 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:26:26,249 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:26:28,077 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:26:28,078 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:26:28,080 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:26:30,556 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:26:33,414 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Firefox', 'browser_version': '122.0', 'os_name': 'Windows', 'os_version': '10'} 2024-02-12 21:26:35,176 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:26:35,177 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:26:35,179 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:26:38,077 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:26:38,078 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:26:38,080 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:32:09,003 - octoprint.plugins.pluginmanager - INFO - Cleaning up plugin discovery... 2024-02-12 21:37:06,268 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2024-02-12 21:37:17,777 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 910, 'printer_state': 'OPERATIONAL'} 2024-02-12 21:38:30,970 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/paukstelis/OctoPrint-Cancelobject/archive/master.zip 2024-02-12 21:38:31,536 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:38:44,366 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:38:44,687 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 21:38:44,895 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:38:44,996 - octoprint.plugin.core - INFO - Found 21 plugin(s) providing 19 mixin implementations, 39 hook handlers 2024-02-12 21:38:44,997 - octoprint.plugin.core - INFO - 21 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | !Cancel Objects (0.5.0) = /usr/lib/python3.10/site-packages/octoprint_cancelobject | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 21:38:44,998 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: Cancel Objects, version 0.5.0 2024-02-12 21:38:45,365 - octoprint.plugins.tracking - INFO - Sent tracking event install_plugin, payload: {'plugin': 'cancelobject', 'plugin_version': '0.5.0'} 2024-02-12 21:38:49,008 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/FormerLurker/Octolapse/archive/master.zip 2024-02-12 21:38:49,702 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:39:56,955 - octoprint.plugins.pluginmanager - INFO - Plugin to be installed from https://github.com/FormerLurker/Octolapse/archive/master.zip was already installed, forcing a reinstall 2024-02-12 21:40:38,305 - octoprint.plugins.pluginmanager - ERROR - Installing the plugin from https://github.com/FormerLurker/Octolapse/archive/master.zip failed, could not parse output from pip. See plugin_pluginmanager_console.log for generated output 2024-02-12 21:49:10,914 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/TheSpaghettiDetective/OctoPrint-Obico/archive/master.zip 2024-02-12 21:49:11,119 - octoprint.server.api.system - INFO - Performing command for core:restart: echo "{\"eventType\": \"restartServer\"}" > /eventPipe 2024-02-12 21:49:18,973 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 21:49:18,976 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 21:49:18,976 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 21:49:20,883 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2024-02-12 21:49:22,183 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 21:49:22,183 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 21:49:22,183 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 21:49:23,628 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1) 2024-02-12 21:49:23,644 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 21:49:24,626 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 21:49:25,875 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:49:26,261 - octoprint.startup - INFO - Added settings overlay from plugin dashboard 2024-02-12 21:49:26,264 - octoprint.plugin.core - INFO - Found 21 plugin(s) providing 21 mixin implementations, 43 hook handlers 2024-02-12 21:49:26,309 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 21:49:26,567 - octoprint.server - INFO - Intermediary server started 2024-02-12 21:49:26,595 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 21:49:26,599 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 21:49:26,604 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 21:49:26,604 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 21:49:26,604 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 21:49:26,604 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 21:49:26,605 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')") 2024-02-12 21:49:26,605 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 21:49:26,605 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 21:49:26,605 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 21:49:26,606 - octoprint.server - INFO - Added new permission from plugin dashboard: PLUGIN_DASHBOARD_ADMIN (needs: "Need(method='role', value='plugin_dashboard_admin')") 2024-02-12 21:49:26,606 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 21:49:26,606 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 21:49:26,606 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 21:49:26,607 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 21:49:26,607 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 21:49:26,607 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 21:49:26,607 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 21:49:26,607 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 21:49:26,699 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 21:49:28,829 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 21:49:30,889 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 21:49:31,407 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 21:49:31,407 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 21:49:31,446 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2024-02-12 21:49:31,538 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2024-02-12 21:49:31,539 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2024-02-12 21:49:31,540 - octoprint.plugin.core - INFO - Initialized 20 plugin implementation(s) 2024-02-12 21:49:31,593 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 21:49:31,594 - octoprint.plugin.core - INFO - 21 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Cancel Objects (0.5.0) = /usr/lib/python3.10/site-packages/octoprint_cancelobject | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 21:49:31,608 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 21:49:31,631 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 21:49:31,632 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 21:49:31,633 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 21:49:32,035 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 21:49:32,049 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 21:49:32,287 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 21:49:32,292 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 21:49:32,292 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2024-02-12 21:49:32,293 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 21:49:32,296 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2024-02-12 21:49:32,326 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 21:49:32,333 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 21:49:32,374 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 21:49:32,438 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 21:49:32,465 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyOcto4a 2024-02-12 21:49:33,062 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2024-02-12 21:49:33,064 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 21:49:33,103 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 21:49:33,150 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 21:49:33,189 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2024-02-12 21:49:33,227 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 21:49:33,245 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:49:33,275 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 21:49:33,306 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:49:33,325 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2024-02-12 21:49:33,402 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 21:49:33,486 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 21:49:33,511 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 21:49:33,568 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.1.0 (Jan 26 2022 10:51:58)" 2024-02-12 21:49:33,647 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2024-02-12 21:49:33,820 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 21:49:33,839 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:49:33,869 - octoprint.plugins.firmware_check - INFO - Your printer's firmware supports host action commands, but they are disabled. The firmware will not inform OctoPrint about job pause & cancellations, filament runouts, and similar firmware-side events. If you want this functionality, you need to change your firmware's configuration.. More information at https://faq.octoprint.org/warning-firmware-hostcommands 2024-02-12 21:49:34,468 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 21:49:35,178 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 21:49:36,004 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 21:49:36,006 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 21:49:36,007 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 21:49:36,019 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.7GB. That is considered sufficient for updating. 2024-02-12 21:49:36,256 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {'firmware_name': 'Marlin V1.1.0 (Jan 26 2022 10:51:58)', 'printer_port': '/dev/ttyOcto4a', 'printer_baudrate': 115200} 2024-02-12 21:49:38,621 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 21:49:38,624 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 21:49:38,624 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 21:49:38,661 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2024-02-12 21:49:38,674 - octoprint.plugins.dashboard - INFO - Dashboard started 2024-02-12 21:49:38,681 - octoprint.JsFrontendErrors(Dash) - INFO - Js Logger (Dash) started 2024-02-12 21:49:38,728 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:49:38,731 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:49:38,758 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:49:38,802 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://192.168.2.204:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 21:49:39,023 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 13, 'printer_state': 'OPERATIONAL'} 2024-02-12 21:49:39,481 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504, 'plugins': 'comm-fix:?,dashboard:1.19.10,cancelobject:0.5.0'} 2024-02-12 21:49:39,859 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504} 2024-02-12 21:49:40,352 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:49:47,989 - octoprint.server.preemptive_cache - INFO - ... done in 9.19s 2024-02-12 21:49:47,990 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://127.0.0.1:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 21:49:48,837 - octoprint.server.preemptive_cache - INFO - ... done in 0.85s 2024-02-12 21:50:09,302 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 21:50:11,699 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:50:11,700 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:50:11,703 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:50:27,894 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:50:27,894 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:50:27,896 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:50:37,538 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:50:37,538 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:50:37,541 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:50:40,427 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 21:50:40,680 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:50:40,681 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:50:40,683 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:50:42,762 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 21:50:54,957 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:50:54,957 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:50:54,960 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:50:55,148 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Firefox', 'browser_version': '122.0', 'os_name': 'Windows', 'os_version': '10'} 2024-02-12 21:50:55,188 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 21:50:55,189 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 21:50:55,191 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 21:58:30,927 - octoprint.plugins.pluginmanager - INFO - Installing plugin from https://github.com/TheSpaghettiDetective/OctoPrint-Obico/archive/master.zip 2024-02-12 21:58:31,646 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:59:15,539 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:59:16,185 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 21:59:16,408 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 21:59:16,502 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 20 mixin implementations, 43 hook handlers 2024-02-12 21:59:16,503 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Cancel Objects (0.5.0) = /usr/lib/python3.10/site-packages/octoprint_cancelobject | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | !Obico for OctoPrint (2.4.10) = /usr/lib/python3.10/site-packages/octoprint_obico | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 21:59:16,503 - octoprint.plugins.pluginmanager - INFO - The plugin was installed successfully: Obico for OctoPrint, version 2.4.10 2024-02-12 21:59:16,742 - octoprint.plugins.tracking - INFO - Sent tracking event install_plugin, payload: {'plugin': 'obico', 'plugin_version': '2.4.10'} 2024-02-12 22:02:38,414 - octoprint.server.api.system - INFO - Performing command for core:restart: echo "{\"eventType\": \"restartServer\"}" > /eventPipe 2024-02-12 22:02:46,222 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 22:02:46,224 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 22:02:46,225 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 22:02:47,131 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2024-02-12 22:02:47,173 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 22:02:47,173 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 22:02:47,173 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 22:02:47,197 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1) 2024-02-12 22:02:47,213 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 22:02:48,209 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 22:02:49,432 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 22:02:50,192 - octoprint.startup - INFO - Added settings overlay from plugin dashboard 2024-02-12 22:02:50,196 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 22 mixin implementations, 50 hook handlers 2024-02-12 22:02:50,243 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 22:02:50,487 - octoprint.server - INFO - Intermediary server started 2024-02-12 22:02:50,511 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 22:02:50,516 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 22:02:50,521 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 22:02:50,521 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 22:02:50,522 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 22:02:50,522 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 22:02:50,522 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_read'), Need(method='role', value='plugin_announcements_manage')") 2024-02-12 22:02:50,523 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_ADMIN (needs: "Need(method='role', value='plugin_appkeys_admin')") 2024-02-12 22:02:50,523 - octoprint.server - INFO - Added new permission from plugin appkeys: PLUGIN_APPKEYS_GRANT (needs: "Need(method='role', value='plugin_appkeys_user')") 2024-02-12 22:02:50,523 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 22:02:50,523 - octoprint.server - INFO - Added new permission from plugin dashboard: PLUGIN_DASHBOARD_ADMIN (needs: "Need(method='role', value='plugin_dashboard_admin')") 2024-02-12 22:02:50,524 - octoprint.server - INFO - Added new permission from plugin firmware_check: PLUGIN_FIRMWARE_CHECK_DISPLAY (needs: "Need(method='role', value='plugin_firmware_check_display')") 2024-02-12 22:02:50,524 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 22:02:50,524 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 22:02:50,524 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 22:02:50,525 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_manage'), Need(method='role', value='plugin_pluginmanager_install')") 2024-02-12 22:02:50,525 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CHECK (needs: "Need(method='role', value='plugin_softwareupdate_check')") 2024-02-12 22:02:50,525 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_UPDATE (needs: "Need(method='role', value='plugin_softwareupdate_update')") 2024-02-12 22:02:50,525 - octoprint.server - INFO - Added new permission from plugin softwareupdate: PLUGIN_SOFTWAREUPDATE_CONFIGURE (needs: "Need(method='role', value='plugin_softwareupdate_configure')") 2024-02-12 22:02:50,617 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 22:02:52,764 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 22:02:54,855 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 22:02:55,350 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 22:02:55,350 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 22:02:55,395 - octoprint.plugins.softwareupdate - INFO - Loaded version cache from disk 2024-02-12 22:02:55,495 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2024-02-12 22:02:55,496 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2024-02-12 22:02:55,497 - octoprint.plugin.core - INFO - Initialized 21 plugin implementation(s) 2024-02-12 22:02:55,554 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 22:02:55,555 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Cancel Objects (0.5.0) = /usr/lib/python3.10/site-packages/octoprint_cancelobject | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Obico for OctoPrint (2.4.10) = /usr/lib/python3.10/site-packages/octoprint_obico | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 22:02:55,571 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 22:02:55,594 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 22:02:55,595 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 22:02:55,596 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 22:02:55,744 - octoprint.plugins.obico - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2024-02-12 22:02:55,744 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin obico is DISABLED 2024-02-12 22:02:56,018 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 22:02:56,030 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 22:02:56,282 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 22:02:56,286 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 22:02:56,287 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2024-02-12 22:02:56,287 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 22:02:56,295 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2024-02-12 22:02:56,301 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 22:02:56,330 - octoprint.plugins.softwareupdate - INFO - Fetching check overlays from https://plugins.octoprint.org/update_check_overlay.json 2024-02-12 22:02:56,383 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 22:02:56,384 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 22:02:56,397 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyOcto4a 2024-02-12 22:02:56,861 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2024-02-12 22:02:56,884 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 22:02:56,891 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 22:02:56,934 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 22:02:56,958 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 22:02:57,001 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2024-02-12 22:02:57,004 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 22:02:57,045 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 22:02:57,100 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 22:02:57,110 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2024-02-12 22:02:57,236 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 22:02:57,251 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 22:02:57,321 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 22:02:57,445 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.1.0 (Jan 26 2022 10:51:58)" 2024-02-12 22:02:57,510 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 22:02:57,514 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2024-02-12 22:02:57,742 - octoprint.plugins.firmware_check - INFO - Your printer's firmware supports host action commands, but they are disabled. The firmware will not inform OctoPrint about job pause & cancellations, filament runouts, and similar firmware-side events. If you want this functionality, you need to change your firmware's configuration.. More information at https://faq.octoprint.org/warning-firmware-hostcommands 2024-02-12 22:02:57,760 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 22:02:58,064 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:02:58,087 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:02:58,101 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:02:58,218 - octoprint.plugins.tracking - INFO - Sent tracking event printer_connected, payload: {'firmware_name': 'Marlin V1.1.0 (Jan 26 2022 10:51:58)', 'printer_port': '/dev/ttyOcto4a', 'printer_baudrate': 115200} 2024-02-12 22:02:58,293 - octoprint.util.comm - INFO - Externally triggered heatup detected 2024-02-12 22:02:58,850 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 22:03:00,222 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 22:03:00,294 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 22:03:00,300 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 22:03:00,300 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 22:03:00,375 - octoprint.plugins.softwareupdate - INFO - Minimum free storage across all update relevant locations is 224.6GB. That is considered sufficient for updating. 2024-02-12 22:03:01,297 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 22:03:01,298 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 22:03:01,299 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 22:03:01,337 - octoprint.plugins.softwareupdate - INFO - Saved version cache to disk 2024-02-12 22:03:01,358 - octoprint.plugins.dashboard - INFO - Dashboard started 2024-02-12 22:03:01,375 - octoprint.JsFrontendErrors(Dash) - INFO - Js Logger (Dash) started 2024-02-12 22:03:01,396 - octoprint.plugins.obico - INFO - printer_discovery started, device_id: 25b965e0175d4a8182b9c786454354c7 2024-02-12 22:03:01,472 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://192.168.2.204:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 22:03:02,057 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 12, 'printer_state': 'OPERATIONAL'} 2024-02-12 22:03:02,355 - octoprint.plugins.tracking - INFO - Sent tracking event pong, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504, 'plugins': 'comm-fix:?,obico:2.4.10,dashboard:1.19.10,cancelobject:0.5.0'} 2024-02-12 22:03:03,478 - octoprint.plugins.tracking - INFO - Sent tracking event startup, payload: {'version': '1.9.3', 'os': 'linux', 'bits': 64, 'python': '3.10.13', 'pip': '22.3.1', 'cores': 8, 'freq': 1612.0, 'ram': 6040469504} 2024-02-12 22:03:03,495 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 22:03:10,212 - octoprint.server.preemptive_cache - INFO - ... done in 8.74s 2024-02-12 22:03:10,212 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://127.0.0.1:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 22:03:11,080 - octoprint.server.preemptive_cache - INFO - ... done in 0.87s 2024-02-12 22:04:08,217 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 22:04:11,870 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:04:11,870 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:04:11,873 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:04:29,696 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:04:29,696 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:04:29,699 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:04:39,425 - octoprint.plugins.obico - ERROR - POST: https://app.obico.io/api/v1/octo/unlinked/ Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/urllib3/connection.py", line 198, in _new_conn sock = connection.create_connection( File "/usr/lib/python3.10/site-packages/urllib3/util/connection.py", line 60, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): File "/usr/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Try again The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/urllib3/connectionpool.py", line 793, in urlopen response = self._make_request( File "/usr/lib/python3.10/site-packages/urllib3/connectionpool.py", line 491, in _make_request raise new_e File "/usr/lib/python3.10/site-packages/urllib3/connectionpool.py", line 467, in _make_request self._validate_conn(conn) File "/usr/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1099, in _validate_conn conn.connect() File "/usr/lib/python3.10/site-packages/urllib3/connection.py", line 616, in connect self.sock = sock = self._new_conn() File "/usr/lib/python3.10/site-packages/urllib3/connection.py", line 205, in _new_conn raise NameResolutionError(self.host, self, e) from e urllib3.exceptions.NameResolutionError: : Failed to resolve 'app.obico.io' ([Errno -3] Try again) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/requests/adapters.py", line 486, in send resp = conn.urlopen( File "/usr/lib/python3.10/site-packages/urllib3/connectionpool.py", line 847, in urlopen retries = retries.increment( File "/usr/lib/python3.10/site-packages/urllib3/util/retry.py", line 515, in increment raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='app.obico.io', port=443): Max retries exceeded with url: /api/v1/octo/unlinked/ (Caused by NameResolutionError(": Failed to resolve 'app.obico.io' ([Errno -3] Try again)")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint_obico/utils.py", line 292, in server_request resp = requests.request(method, endpoint, timeout=timeout, **kwargs) File "/usr/lib/python3.10/site-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python3.10/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.10/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.10/site-packages/requests/adapters.py", line 519, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPSConnectionPool(host='app.obico.io', port=443): Max retries exceeded with url: /api/v1/octo/unlinked/ (Caused by NameResolutionError(": Failed to resolve 'app.obico.io' ([Errno -3] Try again)")) 2024-02-12 22:04:42,693 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:04:42,693 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:04:42,696 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:04:43,883 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 22:04:44,122 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:04:44,123 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:04:44,126 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:04:56,926 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 22:04:58,184 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:04:58,184 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:04:58,196 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:04:58,431 - octoprint.plugins.tracking - INFO - Sent tracking event webui_load, payload: {'browser_name': 'Firefox', 'browser_version': '122.0', 'os_name': 'Windows', 'os_version': '10'} 2024-02-12 22:04:58,458 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:04:58,459 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:04:58,461 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:09:44,685 - octoprint.plugins.obico - INFO - printer_discovery got incoming msg: {'device_id': '25b965e0175d4a8182b9c786454354c7', 'type': 'verify_code', 'data': {'code': '857916', 'secret': '359c10c0b3d0749ae5dc3d05bb2f05a1ff2564920c21a53c0cc391dfe3843ff6'}} 2024-02-12 22:09:45,113 - octoprint.plugins.obico - INFO - printer_discovery verified code succesfully 2024-02-12 22:09:45,114 - octoprint.plugins.obico - INFO - printer_discovery is stopping 2024-02-12 22:09:46,477 - octoprint.plugins.obico - INFO - Linked printer: {'is_pro': True, 'id': 169375, 'name': 'My Awesome Cloud Printer', 'retract_on_pause': 6.5} 2024-02-12 22:09:46,495 - octoprint.plugins.obico - INFO - Starting webcam streamer 2024-02-12 22:09:46,710 - octoprint.plugins.obico - WARNING - Janus setup failed. Skipping Janus connection. Error: b"cat: can't open '/etc/debian_version': No such file or directory\n/usr/lib/python3.10/site-packages/octoprint_obico/bin/janus/setup.sh: line 27: dpkg: command not found\n" 2024-02-12 22:09:46,939 - octoprint.plugins.obico - WARNING - No nozzlecam config found 2024-02-12 22:09:47,505 - backoff - INFO - Backing off wait_for_janus(...) for 1.0s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:09:49,461 - backoff - INFO - Backing off wait_for_janus(...) for 1.9s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:09:52,386 - backoff - INFO - Backing off wait_for_janus(...) for 1.1s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:09:54,503 - backoff - INFO - Backing off wait_for_janus(...) for 3.6s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:09:59,095 - backoff - INFO - Backing off wait_for_janus(...) for 7.9s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:10:07,979 - backoff - INFO - Backing off wait_for_janus(...) for 1.7s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:10:10,676 - backoff - INFO - Backing off wait_for_janus(...) for 4.5s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:10:16,172 - backoff - INFO - Backing off wait_for_janus(...) for 19.1s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:10:36,327 - backoff - INFO - Backing off wait_for_janus(...) for 76.5s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:11:21,541 - octoprint.util.comm - INFO - Printer seems to support the busy protocol, will adjust timeouts and set busy interval accordingly 2024-02-12 22:11:29,625 - octoprint.util.comm - INFO - Telling the printer to set the busy interval to our "communicationBusy" timeout - 1s = 2s 2024-02-12 22:11:53,858 - backoff - ERROR - Giving up wait_for_janus(...) after 10 tries (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:13:16,965 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'stream'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 22:13:16,985 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'streamRatio'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 22:15:55,652 - octoprint.plugins.dashboard - INFO - GcodePreProcessor started processing. 2024-02-12 22:15:57,120 - octoprint.filemanager.analysis - INFO - Starting analysis of local:s01_adapter sse18 und kimmecm.122_02,1_30.gcode 2024-02-12 22:15:57,127 - octoprint.filemanager.analysis - INFO - Invoking analysis command: /usr/bin/python3 -m octoprint analysis gcode --speed-x=6000 --speed-y=6000 --max-t=10 --throttle=0.0 --throttle-lines=100 --bed-z=0.0 --offset 0.0 0.0 /root/.octoprint/uploads/s01_adapter sse18 und kimmecm.122_02,1_30.gcode 2024-02-12 22:16:01,343 - octoprint.filemanager.analysis - INFO - Analysis of entry local:s01_adapter sse18 und kimmecm.122_02,1_30.gcode finished, needed 4.22s 2024-02-12 22:16:01,354 - octoprint.plugins.dashboard - INFO - GcodePreProcessor found layers: 140 2024-02-12 22:16:01,354 - octoprint.plugins.dashboard - INFO - GcodePreProcessor found filament changes: 2 2024-02-12 22:16:01,354 - octoprint.plugins.dashboard - INFO - GcodePreProcessor saving layer count in file metadata 2024-02-12 22:16:22,848 - octoprint.printer.standard.job - INFO - Print job selected - origin: local, path: s01_adapter sse18 und kimmecm.122_02,1_30.gcode, owner: 59OCT81jkbb2, user: 59OCT81jkbb2 2024-02-12 22:17:50,247 - octoprint.server.heartbeat - INFO - Server heartbeat <3 2024-02-12 22:18:03,062 - octoprint.plugins.tracking - INFO - Sent tracking event ping, payload: {'octoprint_uptime': 912, 'printer_state': 'OPERATIONAL'} 2024-02-12 22:18:56,404 - octoprint.plugins.tracking - INFO - Sent tracking event disable_plugin, payload: {'plugin': 'tracking', 'plugin_version': None} 2024-02-12 22:19:12,294 - octoprint.plugins.tracking - INFO - Sent tracking event disable_plugin, payload: {'plugin': 'appkeys', 'plugin_version': None} 2024-02-12 22:19:24,043 - octoprint.plugins.tracking - INFO - Sent tracking event disable_plugin, payload: {'plugin': 'errortracking', 'plugin_version': None} 2024-02-12 22:19:30,646 - octoprint.plugins.tracking - INFO - Sent tracking event disable_plugin, payload: {'plugin': 'eventmanager', 'plugin_version': None} 2024-02-12 22:19:42,955 - octoprint.plugins.tracking - INFO - Sent tracking event disable_plugin, payload: {'plugin': 'firmware_check', 'plugin_version': '2021.10.11'} 2024-02-12 22:19:57,493 - octoprint.plugins.tracking - INFO - Sent tracking event disable_plugin, payload: {'plugin': 'softwareupdate', 'plugin_version': None} 2024-02-12 22:20:11,919 - octoprint.server.api.system - INFO - Performing command for core:restart: echo "{\"eventType\": \"restartServer\"}" > /eventPipe 2024-02-12 22:20:19,804 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 22:20:19,807 - octoprint.startup - INFO - Starting OctoPrint 1.9.3 2024-02-12 22:20:19,808 - octoprint.startup - INFO - ****************************************************************************** 2024-02-12 22:20:21,020 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity changed from offline to online 2024-02-12 22:20:21,731 - octoprint.util.connectivity.connectivity_checker - INFO - Connectivity state is currently: online 2024-02-12 22:20:21,731 - octoprint.util.connectivity.connectivity_checker - INFO - Connecting to 1.1.1.1:53 is working 2024-02-12 22:20:21,731 - octoprint.util.connectivity.connectivity_checker - INFO - Resolving octoprint.org is working 2024-02-12 22:20:24,984 - octoprint.startup - INFO - Blacklist processing done, adding 3 blacklisted plugin versions: roomtemp (any), GcodeEditor (>=0.1.1,<=0.2.8), gcodeleveling (>=0.1.0,<=0.1.1) 2024-02-12 22:20:25,003 - octoprint.plugin.core - INFO - Loading plugins from /usr/lib/python3.10/site-packages/octoprint/plugins, /root/.octoprint/plugins and installed plugin packages... 2024-02-12 22:20:25,989 - octoprint.access.users - WARNING - Argon2 passlib backend is not available, not using it for password hashing 2024-02-12 22:20:26,417 - octoprint.plugin.core - INFO - Plugin Application Keys Plugin is disabled. 2024-02-12 22:20:26,766 - octoprint.plugin.core - INFO - Plugin Error Tracking is disabled. 2024-02-12 22:20:26,772 - octoprint.plugin.core - INFO - Plugin Event Manager is disabled. 2024-02-12 22:20:26,913 - octoprint.plugin.core - INFO - Plugin Software Update is disabled. 2024-02-12 22:20:26,934 - octoprint.plugin.core - INFO - Plugin Anonymous Usage Tracking is disabled. 2024-02-12 22:20:27,156 - octoprint.plugin.core - INFO - Plugin Pi Support Plugin (2023.10.10) did not pass check, not loading. 2024-02-12 22:20:27,174 - octoprint.plugin.core - INFO - Plugin Firmware Check (2021.10.11) is disabled. 2024-02-12 22:20:27,862 - octoprint.startup - INFO - Added settings overlay from plugin dashboard 2024-02-12 22:20:27,864 - octoprint.plugin.core - INFO - Found 22 plugin(s) providing 16 mixin implementations, 38 hook handlers 2024-02-12 22:20:27,922 - octoprint.server.heartbeat - INFO - Starting server heartbeat, 900.0s interval 2024-02-12 22:20:28,154 - octoprint.server - INFO - Intermediary server started 2024-02-12 22:20:28,186 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /root/.octoprint/uploads... 2024-02-12 22:20:28,229 - octoprint.filemanager.storage - INFO - ... file metadata for /root/.octoprint/uploads initialized successfully. 2024-02-12 22:20:28,235 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_SHOW (needs: "Need(method='role', value='plugin_action_command_notification_show')") 2024-02-12 22:20:28,235 - octoprint.server - INFO - Added new permission from plugin action_command_notification: PLUGIN_ACTION_COMMAND_NOTIFICATION_CLEAR (needs: "Need(method='role', value='plugin_action_command_notification_clear')") 2024-02-12 22:20:28,235 - octoprint.server - INFO - Added new permission from plugin action_command_prompt: PLUGIN_ACTION_COMMAND_PROMPT_INTERACT (needs: "Need(method='role', value='plugin_action_command_prompt_interact')") 2024-02-12 22:20:28,235 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_READ (needs: "Need(method='role', value='plugin_announcements_read')") 2024-02-12 22:20:28,236 - octoprint.server - INFO - Added new permission from plugin announcements: PLUGIN_ANNOUNCEMENTS_MANAGE (needs: "Need(method='role', value='plugin_announcements_manage'), Need(method='role', value='plugin_announcements_read')") 2024-02-12 22:20:28,236 - octoprint.server - INFO - Added new permission from plugin backup: PLUGIN_BACKUP_ACCESS (needs: "Need(method='role', value='plugin_backup_access')") 2024-02-12 22:20:28,236 - octoprint.server - INFO - Added new permission from plugin dashboard: PLUGIN_DASHBOARD_ADMIN (needs: "Need(method='role', value='plugin_dashboard_admin')") 2024-02-12 22:20:28,237 - octoprint.server - INFO - Added new permission from plugin logging: PLUGIN_LOGGING_MANAGE (needs: "Need(method='role', value='plugin_logging_manage')") 2024-02-12 22:20:28,237 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_LIST (needs: "Need(method='role', value='plugin_pluginmanager_list')") 2024-02-12 22:20:28,237 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_MANAGE (needs: "Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 22:20:28,237 - octoprint.server - INFO - Added new permission from plugin pluginmanager: PLUGIN_PLUGINMANAGER_INSTALL (needs: "Need(method='role', value='plugin_pluginmanager_install'), Need(method='role', value='plugin_pluginmanager_manage')") 2024-02-12 22:20:28,319 - octoprint.plugin.core - ERROR - Exception while initializing plugin discovery, disabling it Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/plugin/core.py", line 1984, in initialize_implementation implementation.initialize() File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) File "/usr/lib/python3.10/site-packages/octoprint/util/__init__.py", line 1686, in wrapper return f(*args, **kwargs) [Previous line repeated 1 more time] File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 69, in initialize self._zeroconf = zeroconf.Zeroconf(interfaces=self.get_interface_addresses()) File "/usr/lib/python3.10/site-packages/octoprint/plugins/discovery/__init__.py", line 788, in get_interface_addresses return list( File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 174, in interface_addresses interfaces = netifaces.interfaces() PermissionError: [Errno 13] Permission denied 2024-02-12 22:20:30,482 - octoprint.util.pip - INFO - Using "/usr/bin/python3 -m pip" as command to invoke pip 2024-02-12 22:20:32,624 - octoprint.util.pip - INFO - Version of pip is 22.3.1 2024-02-12 22:20:33,126 - octoprint.util.pip - INFO - pip installs to /usr/lib/python3.10/site-packages (writable -> yes), --user flag needed -> no, virtual env -> no 2024-02-12 22:20:33,126 - octoprint.util.pip - INFO - ==> pip ok -> yes 2024-02-12 22:20:33,213 - octoprint.plugins.cancelobject - INFO - No beforegcode defined 2024-02-12 22:20:33,213 - octoprint.plugins.cancelobject - INFO - No aftergcode defined 2024-02-12 22:20:33,215 - octoprint.plugin.core - INFO - Initialized 15 plugin implementation(s) 2024-02-12 22:20:33,312 - octoprint - INFO - Installing webcam compat overlay for configured default webcam 2024-02-12 22:20:33,313 - octoprint.plugin.core - INFO - 22 plugin(s) registered with the system: | Action Command Notification Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_notification | Action Command Prompt Support (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/action_command_prompt | Announcement Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/announcements | !Anonymous Usage Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/tracking | !Application Keys Plugin (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/appkeys | Backup & Restore (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/backup | Cancel Objects (0.5.0) = /usr/lib/python3.10/site-packages/octoprint_cancelobject | Classic Webcam (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/classicwebcam | comm-fix = /root/.octoprint/plugins/comm-fix.py | Core Wizard (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/corewizard | Dashboard (1.19.10) = /usr/lib/python3.10/site-packages/octoprint_dashboard | !Discovery (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/discovery | !Error Tracking (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/errortracking | !Event Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/eventmanager | File Check (2021.2.23) (bundled) = /usr/lib/python3.10/site-packages/octoprint_file_check | !Firmware Check (2021.10.11) (bundled) = /usr/lib/python3.10/site-packages/octoprint_firmware_check | GCode Viewer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/gcodeviewer | Logging (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/logging | Obico for OctoPrint (2.4.10) = /usr/lib/python3.10/site-packages/octoprint_obico | Plugin Manager (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/pluginmanager | !Software Update (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/softwareupdate | Virtual Printer (bundled) = /usr/lib/python3.10/site-packages/octoprint/plugins/virtual_printer Prefix legend: ! = disabled, # = blacklisted, * = incompatible 2024-02-12 22:20:33,327 - octoprint.environment - INFO - Detected environment is Python 3.10.13 under Linux (linux). Details: | hardware: | cores: 8 | freq: 1612.0 | ram: 6040469504 | os: | bits: 64 | id: linux | platform: linux | python: | pip: 22.3.1 | version: 3.10.13 2024-02-12 22:20:33,350 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/webassets... 2024-02-12 22:20:33,352 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-cache... 2024-02-12 22:20:33,354 - octoprint.server - INFO - Reset webasset folder /root/.octoprint/generated/.webassets-manifest.json... 2024-02-12 22:20:33,504 - octoprint.plugins.obico - WARNING - The Blueprint of this plugin is relying on the default implementation of is_blueprint_csrf_protected (newly added in OctoPrint 1.8.3), which in a future version will be switched from False to True for security reasons. Plugin authors should ensure they explicitly declare the CSRF protection status in their BlueprintPlugin mixin implementation. Recommendation is to enable CSRF protection and exempt views that must not use it with the octoprint.plugin.BlueprintPlugin.csrf_exempt decorator. 2024-02-12 22:20:33,504 - octoprint.server - WARNING - CSRF Protection for Blueprint of plugin obico is DISABLED 2024-02-12 22:20:33,730 - octoprint.settings - WARNING - DeprecationWarning: Detected access to deprecated settings path ['webcam', 'snapshot'], returned value is derived from compatibility overlay. Please use the webcam system introduced with 1.9.0, this compatibility layer will be removed in a future release. 2024-02-12 22:20:33,746 - octoprint.server - INFO - Shutting down intermediary server... 2024-02-12 22:20:33,777 - octoprint.server - INFO - Intermediary server shut down 2024-02-12 22:20:33,783 - octoprint.events - INFO - Processing startup event, this is our first event 2024-02-12 22:20:33,784 - octoprint.events - INFO - Adding 1 events to queue that were held back before startup event 2024-02-12 22:20:33,784 - octoprint.filemanager - INFO - Adding backlog items from all storage types to analysis queue... 2024-02-12 22:20:33,787 - octoprint.server - INFO - Autoconnect on startup is configured, trying to connect to the printer... 2024-02-12 22:20:33,790 - octoprint.filemanager - INFO - Added 0 items from storage type "local" to analysis queue 2024-02-12 22:20:33,838 - octoprint.util.comm - ERROR - Could not scan /dev for serial ports on the system Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/comm.py", line 211, in serialList with os.scandir("/dev") as it: PermissionError: [Errno 13] Permission denied: '/dev' 2024-02-12 22:20:33,866 - octoprint.server - INFO - Trying to connect to configured serial port /dev/ttyOcto4a 2024-02-12 22:20:33,867 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 22:20:34,424 - octoprint.util.comm - INFO - Changing monitoring state from "Offline" to "Opening serial connection" 2024-02-12 22:20:34,436 - octoprint.util.comm - INFO - Connecting to port /dev/ttyOcto4a, baudrate 115200 2024-02-12 22:20:34,463 - octoprint.server - INFO - Starting autorefresh of serial port list 2024-02-12 22:20:34,466 - octoprint.server - INFO - Autorefresh of serial port list stopped 2024-02-12 22:20:34,521 - octoprint.server.util.watchdog - INFO - Running initial scan on watched folder... 2024-02-12 22:20:34,533 - octoprint.util.comm - INFO - Changing monitoring state from "Opening serial connection" to "Connecting" 2024-02-12 22:20:34,553 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 22:20:34,559 - octoprint.server.util.watchdog - INFO - ... initial scan done. 2024-02-12 22:20:34,627 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 22:20:34,660 - octoprint.util.comm - INFO - Changing monitoring state from "Connecting" to "Operational" 2024-02-12 22:20:34,747 - octoprint.plugins.comm-fix - INFO - Monkey patching comm.py 2024-02-12 22:20:34,758 - octoprint.util.comm - INFO - M110 detected, setting current line number to 0 2024-02-12 22:20:34,768 - octoprint.server - INFO - Listening on http://0.0.0.0:5000 and http://[::]:5000 2024-02-12 22:20:34,887 - octoprint.plugins.dashboard - INFO - Dashboard started 2024-02-12 22:20:34,899 - octoprint.JsFrontendErrors(Dash) - INFO - Js Logger (Dash) started 2024-02-12 22:20:34,927 - octoprint.util.comm - INFO - Printer reports firmware name "Marlin V1.1.0 (Jan 26 2022 10:51:58)" 2024-02-12 22:20:34,978 - octoprint.plugins.pluginmanager - INFO - Loaded plugin repository data from disk, was still valid 2024-02-12 22:20:35,081 - octoprint.util.comm - INFO - Firmware states that it supports temperature autoreporting 2024-02-12 22:20:35,593 - octoprint.util.comm - INFO - Externally triggered heatup detected 2024-02-12 22:20:36,033 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 22:20:36,223 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://192.168.2.204:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 22:20:36,671 - octoprint.plugins.pluginmanager - INFO - Loaded notice data from disk, was still valid 2024-02-12 22:20:41,378 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 22:20:41,781 - octoprint.plugins.obico - INFO - Linked printer: {'is_pro': True, 'id': 169378, 'name': 'Jans sv04', 'retract_on_pause': 6.5} 2024-02-12 22:20:41,826 - octoprint.plugins.obico - INFO - Starting webcam streamer 2024-02-12 22:20:42,068 - octoprint.plugins.obico - WARNING - Janus setup failed. Skipping Janus connection. Error: b"cat: can't open '/etc/debian_version': No such file or directory\n/usr/lib/python3.10/site-packages/octoprint_obico/bin/janus/setup.sh: line 27: dpkg: command not found\n" 2024-02-12 22:20:42,870 - backoff - INFO - Backing off wait_for_janus(...) for 0.9s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:20:42,920 - octoprint.plugins.obico - WARNING - No nozzlecam config found 2024-02-12 22:20:43,064 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:20:43,064 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:20:43,067 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:20:44,097 - octoprint.server.preemptive_cache - INFO - ... done in 7.87s 2024-02-12 22:20:44,097 - octoprint.server.preemptive_cache - INFO - Preemptively caching / (ui _default) for {'base_url': 'http://127.0.0.1:5000/', 'path': '/', 'query_string': 'l10n=de'} 2024-02-12 22:20:44,245 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 22:20:44,823 - backoff - INFO - Backing off wait_for_janus(...) for 1.0s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:20:45,016 - octoprint.server.preemptive_cache - INFO - ... done in 0.92s 2024-02-12 22:20:46,845 - backoff - INFO - Backing off wait_for_janus(...) for 3.4s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:20:51,224 - backoff - INFO - Backing off wait_for_janus(...) for 4.5s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:20:56,751 - backoff - INFO - Backing off wait_for_janus(...) for 6.6s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:21:04,392 - backoff - INFO - Backing off wait_for_janus(...) for 3.7s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:21:09,086 - backoff - INFO - Backing off wait_for_janus(...) for 56.0s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:22:06,115 - backoff - INFO - Backing off wait_for_janus(...) for 82.6s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:22:12,412 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 22:22:14,837 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:22:14,838 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:22:14,840 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:22:15,609 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 22:22:15,919 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 22:22:30,881 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:22:30,882 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:22:30,884 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:22:33,745 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:22:33,745 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:22:33,750 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:22:46,357 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 22:23:29,741 - backoff - INFO - Backing off wait_for_janus(...) for 215.3s (ConnectionRefusedError: [Errno 111] Connection refused) 2024-02-12 22:23:46,100 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196 2024-02-12 22:23:46,751 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:23:46,752 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:23:46,755 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:24:00,894 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:24:00,894 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:24:00,896 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:24:03,376 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:24:03,377 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:24:03,379 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:24:18,942 - octoprint.server.util.sockjs - INFO - New connection from client: 192.168.2.196 2024-02-12 22:24:19,204 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:24:19,204 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:24:19,208 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:24:22,411 - octoprint.server.util.sockjs - INFO - User 59OCT81jkbb2 logged in on the socket from client 192.168.2.196 2024-02-12 22:24:32,159 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:24:32,159 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:24:32,161 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:24:32,371 - octoprint.server.util.flask - INFO - Passively logging in user 59OCT81jkbb2 from 192.168.2.196 2024-02-12 22:24:32,372 - octoprint.access.users - INFO - Logged in user: 59OCT81jkbb2 2024-02-12 22:24:32,375 - octoprint.util.net - ERROR - Error while trying to determine whether 192.168.2.196 is a local address Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 126, in is_lan_address subnets = get_lan_ranges(additional_private=additional_private) File "/usr/lib/python3.10/site-packages/octoprint/util/net.py", line 69, in get_lan_ranges for interface in netifaces.interfaces(): PermissionError: [Errno 13] Permission denied 2024-02-12 22:25:47,104 - octoprint.server.util.sockjs - INFO - Client connection closed: 192.168.2.196