Cura-OctoPrintPlugin icon indicating copy to clipboard operation
Cura-OctoPrintPlugin copied to clipboard

Unable to connect with basic auth

Open thorio opened this issue 1 year ago • 0 comments

I am trying to connect to OctoPrint behind a authelia+traefik combo, configured to use basic auth. If I enter the correct credentials and API key, I get this error: "You are not allowed to access to OctoPrint with the configured API key".

The connection works when I disable basic auth on the server or enter the URL in format user:password@domain directly in cura.cfg, so it seems like the username and password fields aren't being handled correctly.

Config

broken cura.cfg snippet:

[octoprint]
use_zeroconf = False
keys_cache = [...]
manual_instances = {"chirality": {"address": "octoprint-api.example.com", "port": 443, "path": "/", "useHttps": true, "userName": "electra-cura", "password": "mypassword"}}

working cura.cfg snippet:

[octoprint]
use_zeroconf = False
keys_cache = [...]
manual_instances = {"chirality": {"address": "electra-cura:[email protected]", "port": 443, "path": "/", "useHttps": true }}
Logs
2022-07-10 08:12:03,817 - INFO - [MainThread] UM.Qt.QtApplication.__init__ [87]: Adding QT6 plugin path: C:\Program Files\Ultimaker Cura\PyQt6\plugins
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.Qt.QtApplication.__init__ [97]: Adding QT5 plugin path: C:\Program Files\Ultimaker Cura\PyQt6\plugins
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Application.initialize [161]: Initializing Ultimaker Cura
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Application.initialize [162]: App Version 5.0.0
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Application.initialize [163]: Api Version 8.0.0
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Application.initialize [164]: Build type None
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib\uranium must be a folder.
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib64\uranium must be a folder.
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib32\uranium must be a folder.
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\Ultimaker Cura\plugins must be a folder.
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\Resources\uranium\plugins must be a folder.
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\Resources\cura\plugins must be a folder.
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [447]: Initializing storage paths
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [457]: Config storage path is C:\Users\Thorou\AppData\Roaming\cura\5.0
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [465]: Data storage path is C:\Users\Thorou\AppData\Roaming\cura\5.0
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Resources.__initializeStoragePaths [477]: Cache storage path is C:\Users\Thorou\AppData\Local\cura\5.0\cache
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PackageManager.__init__ [56]: Found bundled packages JSON file: C:\Program Files\Ultimaker Cura\share\cura\resources\bundled_packages\cura.json
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PackageManager.__init__ [56]: Found bundled packages JSON file: C:\Program Files\Ultimaker Cura\share\uranium\resources\bundled_packages\uranium.json
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [124]: Trying OpenGL context 4.1...
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [132]: Yay, we got at least OpenGL 4.1 core: 4.1 Core profile
2022-07-10 08:12:03,818 - DEBUG - [MainThread] UM.Qt.QtApplication.initialize [180]: Detected most suitable OpenGL context version: 4.1 Core profile
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.Qt.QtApplication.initialize [187]: Initializing job queue ...
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.Qt.QtApplication.initialize [191]: Initializing version upgrade manager ...
2022-07-10 08:12:03,818 - INFO - [MainThread] cura.SingleInstance.startClient [26]: Checking for the presence of an ready running Cura instance.
2022-07-10 08:12:03,818 - DEBUG - [MainThread] cura.SingleInstance.startClient [28]: Full single instance server name: 
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PackageManager._loadManagementData [174]: Loaded bundled packages data from C:\Program Files\Ultimaker Cura\share\cura\resources\bundled_packages\cura.json
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PackageManager._loadManagementData [174]: Loaded bundled packages data from C:\Program Files\Ultimaker Cura\share\uranium\resources\bundled_packages\uranium.json
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PackageManager._loadManagementData [201]: Loaded user packages management file from C:\Users\Thorou\AppData\Roaming\cura\5.0\packages.json
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PackageManager._removeAllScheduledPackages [280]: Attempting to remove the following scheduled packages: - 
2022-07-10 08:12:03,818 - INFO - [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [121]: Loading plugin configuration file 'C:\Users\Thorou\AppData\Roaming\cura\5.0\plugins.json'
2022-07-10 08:12:03,818 - WARNING - [MainThread] UM.PluginRegistry.addPluginLocation [202]: Plugin location C:\Program Files\lib\cura must be a folder.
2022-07-10 08:12:03,819 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ConsoleLogger
2022-07-10 08:12:03,823 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin OBJReader
2022-07-10 08:12:03,827 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin OBJWriter
2022-07-10 08:12:03,832 - WARNING - [MainThread] STLReader.STLReader.<module> [33]: Could not find numpy-stl, falling back to slower code.
2022-07-10 08:12:03,833 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin STLReader
2022-07-10 08:12:03,837 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin STLWriter
2022-07-10 08:12:03,844 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin FileLogger
2022-07-10 08:12:03,849 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin LocalContainerProvider
2022-07-10 08:12:03,854 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin LocalFileOutputDevice
2022-07-10 08:12:03,859 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CameraTool
2022-07-10 08:12:03,864 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin MirrorTool
2022-07-10 08:12:03,870 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin RotateTool
2022-07-10 08:12:03,876 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ScaleTool
2022-07-10 08:12:03,880 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SelectionTool
2022-07-10 08:12:03,884 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin TranslateTool
2022-07-10 08:12:03,895 - INFO - [MainThread] UpdateChecker.UpdateChecker.checkNewVersion [68]: Checking for new version
2022-07-10 08:12:03,897 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UpdateChecker
2022-07-10 08:12:03,912 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SimpleView
2022-07-10 08:12:03,928 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin 3MFReader
2022-07-10 08:12:03,934 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin 3MFWriter
PyInstaller\loader\pyimod03_importers.py:495: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
trimesh\curvature.py:12: DeprecationWarning: Please use `coo_matrix` from the `scipy.sparse` namespace, the `scipy.sparse.coo` namespace is deprecated.
  from scipy.sparse.coo import coo_matrix
2022-07-10 08:12:04,065 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin AMFReader
2022-07-10 08:12:04,074 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraDrive
2022-07-10 08:12:04,161 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [96]: Found CuraEngine at: C:\Program Files\Ultimaker Cura\CuraEngine.exe
2022-07-10 08:12:04,162 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraEngineBackend
2022-07-10 08:12:04,165 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
2022-07-10 08:12:04,166 - INFO - [MainThread] UM.Backend.Backend.startEngine [91]: Started engine process: C:\Program Files\Ultimaker Cura\CuraEngine.exe
2022-07-10 08:12:04,166 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [111]: [Backend] Calling engine with: ['C:\\Program Files\\Ultimaker Cura\\CuraEngine.exe', 'connect', '127.0.0.1:49674', '']
2022-07-10 08:12:04,170 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraProfileReader
2022-07-10 08:12:04,174 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin CuraProfileWriter
2022-07-10 08:12:04,192 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin DigitalLibrary
2022-07-10 08:12:04,198 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin FirmwareUpdateChecker
2022-07-10 08:12:04,202 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin FirmwareUpdater
2022-07-10 08:12:04,206 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeGzReader
2022-07-10 08:12:04,210 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeGzWriter
2022-07-10 08:12:04,214 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeProfileReader
2022-07-10 08:12:04,216 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] 
2022-07-10 08:12:04,217 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] Cura_SteamEngine version 5.0.0
2022-07-10 08:12:04,220 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] Copyright (C) 2022 Ultimaker
2022-07-10 08:12:04,221 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] 
2022-07-10 08:12:04,221 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] This program is free software: you can redistribute it and/or modify
2022-07-10 08:12:04,222 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] it under the terms of the GNU Affero General Public License as published by
2022-07-10 08:12:04,222 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] the Free Software Foundation, either version 3 of the License, or
2022-07-10 08:12:04,223 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] (at your option) any later version.
2022-07-10 08:12:04,223 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] 
2022-07-10 08:12:04,224 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] This program is distributed in the hope that it will be useful,
2022-07-10 08:12:04,224 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
2022-07-10 08:12:04,224 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2022-07-10 08:12:04,225 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] GNU Affero General Public License for more details.
2022-07-10 08:12:04,225 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] 
2022-07-10 08:12:04,225 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] You should have received a copy of the GNU Affero General Public License
2022-07-10 08:12:04,226 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [111]: [Backend] along with this program.  If not, see <http://www.gnu.org/licenses/>.
2022-07-10 08:12:04,226 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeReader
2022-07-10 08:12:04,227 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
2022-07-10 08:12:04,227 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
2022-07-10 08:12:04,233 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin GCodeWriter
2022-07-10 08:12:04,240 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ImageReader
2022-07-10 08:12:04,245 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin LegacyProfileReader
2022-07-10 08:12:04,250 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin MachineSettingsAction
2022-07-10 08:12:04,272 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [145]: No auth data to retrieve the access_token from
2022-07-10 08:12:04,272 - DEBUG - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [30]: User is not logged in for Cloud API request to https://api.ultimaker.com/cura-packages/v1/cura/v8.0.0/packages/package-updates?installed_packages=DagomaChromatikPLA:1.0.1&installed_packages=GenericPVA:1.4.0&installed_packages=VertexDeltaABS:1.4.0&installed_packages=UltimakerPVA:1.4.0&installed_packages=VertexDeltaTPU:1.4.0&installed_packages=GenericCPEPlus:1.4.0&installed_packages=UltimakerPP:1.4.0&installed_packages=GenericPETG:1.4.0&installed_packages=VertexDeltaPLA:1.4.0&installed_packages=UltimakerTPU:1.4.0&installed_packages=GenericNylon:1.4.0&installed_packages=PolyMaxPLA:1.0.1&installed_packages=IMADE3DJellyBOXPETG:1.0.1&installed_packages=UltimakerCPEP:1.4.0&installed_packages=FABtotumPLA:1.4.0&installed_packages=FiberlogyHDPLA:1.0.1&installed_packages=UltimakerCPE:1.4.0&installed_packages=FABtotumNylon:1.4.0&installed_packages=GenericCPE:1.4.0&installed_packages=GenericGFFPA:1.4.0&installed_packages=OctofiberPLA:1.0.1&installed_packages=UltimakerNylon:1.4.0&installed_packages=FABtotumABS:1.4.0&installed_packages=GenericPP:1.4.0&installed_packages=GenericBAM:1.4.0&installed_packages=GenericABS:1.4.0&installed_packages=Filo3DPLA:1.0.1&installed_packages=PolyWoodPLA:1.0.1&installed_packages=VertexDeltaPET:1.4.0&installed_packages=GenericPLA:1.4.0&installed_packages=GenericToughPLA:1.4.0&installed_packages=GenericCFFCPE:1.4.0&installed_packages=UltimakerPC:1.4.0&installed_packages=UltimakerTPLA:1.4.0&installed_packages=GenericPC:1.4.0&installed_packages=GenericHIPS:1.4.0&installed_packages=UltimakerPLA:1.4.0&installed_packages=FABtotumTPU:1.4.0&installed_packages=UltimakerABS:1.4.0&installed_packages=GenericGFFCPE:1.4.0&installed_packages=UltimakerBAM:1.4.0&installed_packages=PolyPlusPLA:1.0.1&installed_packages=GenericCFFPA:1.4.0&installed_packages=PolyFlexPLA:1.0.1&installed_packages=GenericTPU:1.4.0&installed_packages=IMADE3DJellyBOXPLA:1.0.1&installed_packages=3MFWriter:1.0.1&installed_packages=ImageReader:1.0.1&installed_packages=UFPReader:1.0.0&installed_packages=SolidView:1.0.1&installed_packages=UltimakerMachineActions:1.0.1&installed_packages=OctoPrintPlugin:3.7.2&installed_packages=AMFReader:1.0.0&installed_packages=SupportEraser:1.0.1&installed_packages=CuraProfileWriter:1.0.1&installed_packages=GCodeGzWriter:1.0.1&installed_packages=VersionUpgrade35to40:1.0.0&installed_packages=UpdateChecker:1.0.1&installed_packages=VersionUpgrade33to34:1.0.1&installed_packages=STLReader:1.0.1&installed_packages=SentryLogger:1.0.0&installed_packages=FileLogger:1.0.1&installed_packages=VersionUpgrade27to30:1.0.1&installed_packages=LocalFileOutputDevice:1.0.1&installed_packages=VersionUpgrade49to410:1.0.0&installed_packages=PrepareStage:1.0.1&installed_packages=USBPrinting:1.0.2&installed_packages=ScaleTool:1.0.1&installed_packages=VersionUpgrade40to41:1.0.1&installed_packages=VersionUpgrade43to44:1.0.0&installed_packages=VersionUpgrade47to48:1.0.0&installed_packages=GCodeReader:1.0.1&installed_packages=VersionUpgrade32to33:1.0.1&installed_packages=PostProcessingPlugin:2.2.1&installed_packages=PerObjectSettingsTool:1.0.1&installed_packages=VersionUpgrade21to22:1.0.1&installed_packages=VersionUpgrade44to45:1.0.0&installed_packages=VersionUpgrade460to462:1.0.0&installed_packages=CameraTool:1.0.1&installed_packages=CuraProfileReader:1.0.1&installed_packages=FirmwareUpdateChecker:1.0.1&installed_packages=PreviewStage:1.0.1&installed_packages=SelectionTool:1.0.1&installed_packages=VersionUpgrade411to412:1.0.0&installed_packages=VersionUpgrade22to24:1.0.1&installed_packages=VersionUpgrade45to46:1.0.0&installed_packages=XMLMaterialProfile:1.0.1&installed_packages=UM3NetworkPrinting:1.0.1&installed_packages=StartOptimiser:3.6.0&installed_packages=SliceInfoPlugin:1.0.1&installed_packages=VersionUpgrade30to31:1.0.1&installed_packages=OBJReader:1.0.1&installed_packages=UFPWriter:1.0.1&installed_packages=CuraEngineBackend:1.0.1&installed_packages=DigitalLibrary:1.1.0&installed_packages=LegacyProfileReader:1.0.1&installed_packages=GCodeGzReader:1.0.1&installed_packages=RemovableDriveOutputDevice:1.0.1&installed_packages=ConsoleLogger:1.0.1&installed_packages=Marketplace:1.0.0&installed_packages=VersionUpgrade42to43:1.0.0&installed_packages=SimpleView:1.0.1&installed_packages=FirmwareUpdater:1.0.1&installed_packages=XRayView:1.0.1&installed_packages=VersionUpgrade25to26:1.0.1&installed_packages=LocalContainerProvider:1.0.1&installed_packages=MonitorStage:1.0.1&installed_packages=OBJWriter:1.0.1&installed_packages=ModelChecker:1.0.1&installed_packages=VersionUpgrade41to42:1.0.0&installed_packages=SimulationView:1.0.1&installed_packages=VersionUpgrade462to47:1.0.0&installed_packages=MirrorTool:1.0.1&installed_packages=TranslateTool:1.0.1&installed_packages=STLWriter:1.0.1&installed_packages=GCodeWriter:1.0.1&installed_packages=X3DReader:1.0.1&installed_packages=VersionUpgrade48to49:1.0.0&installed_packages=CuraDrive:1.2.0&installed_packages=3MFReader:1.0.1&installed_packages=TrimeshReader:1.0.0&installed_packages=VersionUpgrade34to35:1.0.1&installed_packages=GCodeProfileReader:1.0.1&installed_packages=MachineSettingsAction:1.0.1&installed_packages=RotateTool:1.0.1&installed_packages=VersionUpgrade26to27:1.0.1
2022-07-10 08:12:04,275 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin Marketplace
2022-07-10 08:12:04,280 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin ModelChecker
2022-07-10 08:12:04,285 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin MonitorStage
2022-07-10 08:12:04,291 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PerObjectSettingsTool
2022-07-10 08:12:04,298 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PostProcessingPlugin
2022-07-10 08:12:04,302 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PrepareStage
2022-07-10 08:12:04,307 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin PreviewStage
2022-07-10 08:12:04,315 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin RemovableDriveOutputDevice
2022-07-10 08:12:04,326 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SimulationView
2022-07-10 08:12:04,331 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SliceInfoPlugin
2022-07-10 08:12:04,336 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SolidView
2022-07-10 08:12:04,340 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin SupportEraser
2022-07-10 08:12:04,344 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin TrimeshReader
2022-07-10 08:12:04,349 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UFPReader
2022-07-10 08:12:04,353 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UFPWriter
2022-07-10 08:12:04,357 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UltimakerMachineActions
C:\Program Files\Ultimaker Cura\share\cura\plugins\UM3NetworkPrinting\src\ExportFileJob.py:31: DeprecationWarning: invalid escape sequence '\w'
  job_name = re.sub("[^\w\-. ()]", "-", job_name)
2022-07-10 08:12:04,400 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin UM3NetworkPrinting
C:\Program Files\Ultimaker Cura\share\cura\plugins\USBPrinting\USBPrinterOutputDevice.py:280: DeprecationWarning: invalid escape sequence '\d'
  if re.search(b"[B|T\d*]: ?\d+\.?\d*", line):  # Temperature message. 'T:' for extruder and 'B:' for bed
2022-07-10 08:12:04,412 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin USBPrinting
2022-07-10 08:12:04,419 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade21to22
2022-07-10 08:12:04,423 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade22to24
2022-07-10 08:12:04,427 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade25to26
2022-07-10 08:12:04,431 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade26to27
2022-07-10 08:12:04,435 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade27to30
2022-07-10 08:12:04,438 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade30to31
2022-07-10 08:12:04,442 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade32to33
2022-07-10 08:12:04,445 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade33to34
2022-07-10 08:12:04,449 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade34to35
2022-07-10 08:12:04,453 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade35to40
2022-07-10 08:12:04,456 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade40to41
2022-07-10 08:12:04,460 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade411to412
2022-07-10 08:12:04,464 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade413to50
2022-07-10 08:12:04,467 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade41to42
2022-07-10 08:12:04,471 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade42to43
2022-07-10 08:12:04,474 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade43to44
2022-07-10 08:12:04,478 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade44to45
2022-07-10 08:12:04,482 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade45to46
2022-07-10 08:12:04,486 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade460to462
2022-07-10 08:12:04,489 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade462to47
2022-07-10 08:12:04,493 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade47to48
2022-07-10 08:12:04,496 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade48to49
2022-07-10 08:12:04,500 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin VersionUpgrade49to410
2022-07-10 08:12:04,508 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin X3DReader
2022-07-10 08:12:04,516 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin XmlMaterialProfile
2022-07-10 08:12:04,519 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin XRayView
2022-07-10 08:12:04,564 - DEBUG - [MainThread] OctoPrintPlugin.OctoPrintOutputDevicePlugin.<module> [59]: Using included Zeroconf module version 0.31.0
2022-07-10 08:12:04,570 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin OctoPrintPlugin
2022-07-10 08:12:04,577 - INFO - [MainThread] StartOptimiser.StartOptimiser.__init__ [44]: 5318 containers are blacklisted by StartOptimiser
2022-07-10 08:12:04,578 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [494]: Loaded plugin StartOptimiser
2022-07-10 08:12:04,579 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [417]: Loading all plugins took 0.773982048034668 seconds
2022-07-10 08:12:04,583 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
2022-07-10 08:12:04,608 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [177]: Checking and performing updates took 0.02500009536743164
2022-07-10 08:12:04,613 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [254]: Completed loading preferences.
2022-07-10 08:12:04,624 - INFO - [MainThread] UM.Qt.QtApplication.startSplashWindowPhase [289]: Created system tray icon.
2022-07-10 08:12:05,033 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [534]: Loading metadata into container registry took 0.4050004482269287 seconds
2022-07-10 08:12:05,035 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
2022-07-10 08:12:05,036 - INFO - [MainThread] cura.CuraApplication.run [814]: Initializing machine error checker
2022-07-10 08:12:05,074 - INFO - [MainThread] cura.UI.MachineActionManager.addDefaultMachineActions [74]: Default machine actions added for machine definition [creality_ender3]
2022-07-10 08:12:05,085 - WARNING - [MainThread] UM.Settings.DefinitionContainer._preprocessParsedJson [299]: Unable to override setting filter_out_tiny_gaps
2022-07-10 08:12:05,204 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition creality_base failed to pickle.
2022-07-10 08:12:05,219 - INFO - [MainThread] cura.Settings.GlobalStack.addExtruder [192]: Extruder[creality_base_extruder_0 #2] added to [Ender 3 V2] at position [0]
2022-07-10 08:12:05,222 - INFO - [MainThread] FirmwareUpdateChecker.FirmwareUpdateChecker.checkFirmwareVersion [79]: No machine with name Creality Ender-3 in list of firmware to check.
2022-07-10 08:12:05,228 - WARNING - [MainThread] CuraEngineBackend.CuraEngineBackend._createSnapshot [267]: Can't create snapshot when renderer not initialized.
2022-07-10 08:12:05,228 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [284]: Starting to slice...
2022-07-10 08:12:05,229 - WARNING - [MainThread] CuraEngineBackend.CuraEngineBackend.slice [288]: Slice unnecessary, nothing has changed that needs reslicing.
2022-07-10 08:12:05,235 - DEBUG - [MainThread] cura.Machines.ContainerTree.__getitem__ [120]: Adding container tree for creality_ender3 took 0.005999565124511719 seconds.
C:\Program Files\Ultimaker Cura\share\cura\plugins\PostProcessingPlugin\Script.py:125: DeprecationWarning: invalid escape sequence '\.'
  m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
2022-07-10 08:12:05,240 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: ChangeAtZ
2022-07-10 08:12:05,241 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: ColorMix
2022-07-10 08:12:05,242 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: CreateThumbnail
2022-07-10 08:12:05,243 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: DisplayFilenameAndLayerOnLCD
2022-07-10 08:12:05,243 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: DisplayProgressOnLCD
2022-07-10 08:12:05,244 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: FilamentChange
2022-07-10 08:12:05,245 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: InsertAtLayerChange
2022-07-10 08:12:05,246 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: PauseAtHeight
2022-07-10 08:12:05,247 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: RetractContinue
2022-07-10 08:12:05,248 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: SearchAndReplace
2022-07-10 08:12:05,250 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: Stretch
2022-07-10 08:12:05,251 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: TimeLapse
2022-07-10 08:12:05,251 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [206]: Begin loading of script: UsePreviousProbeMeasurements
2022-07-10 08:12:05,252 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: C:\Program Files\Ultimaker Cura\share\uranium\resources\scripts
2022-07-10 08:12:05,253 - WARNING - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadAllScripts [155]: Unable to create a folder for scripts: C:\Program Files\Ultimaker Cura\share\cura\resources\scripts
2022-07-10 08:12:05,276 - INFO - [MainThread] cura.CuraApplication.run [819]: Initializing machine manager
2022-07-10 08:12:05,276 - INFO - [MainThread] cura.CuraApplication.run [824]: Initializing container manager
C:\Program Files\Ultimaker Cura\share\cura\plugins\3MFReader\ThreeMFReader.py:126: DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
  data = numpy.fromstring(savitar_node.getMeshData().getFlatVerticesAsBytes(), dtype=numpy.float32)
2022-07-10 08:12:05,374 - DEBUG - [JobQueueWorker [0]] UM.Mesh.MeshData.calculateNormalsFromVertices [558]: Calculating normals took 0.0 seconds
2022-07-10 08:12:05,377 - WARNING - [MainThread] LocalContainerProvider.LocalContainerProvider._saveCachedDefinition [300]: The definition cache for definition fdmprinter failed to pickle.
2022-07-10 08:12:05,378 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.loadAuthDataFromPreferences [258]: Attempting to load the auth data from preferences.
2022-07-10 08:12:05,380 - DEBUG - [JobQueueWorker [0]] UM.Mesh.MeshData.approximateConvexHull [505]: approximateConvexHull(target_count=1024) Calculating 3D convex hull took 0.005002021789550781 seconds. 8 input vertices. 8 output vertices.
2022-07-10 08:12:05,382 - WARNING - [MainThread] UM.OutputDevice.OutputDeviceManager.removeOutputDevice [235]: Could not find output device with id digital_factory to remove
2022-07-10 08:12:05,390 - DEBUG - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._createNetworkManager [323]: Creating network manager
2022-07-10 08:12:05,391 - DEBUG - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice.connect [473]: Connection with instance chirality with url https://octoprint-api.example.com:443/ started
2022-07-10 08:12:05,398 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
2022-07-10 08:12:05,412 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [176]: Loading theme file: C:\Program Files\Ultimaker Cura\share\cura\resources\themes\cura-dark\theme.json
2022-07-10 08:12:05,413 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [176]: Loading theme file: C:\Program Files\Ultimaker Cura\share\cura\resources\themes\cura-light\theme.json
2022-07-10 08:12:05,443 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [306]: Loaded theme C:\Program Files\Ultimaker Cura\share\cura\resources\themes\cura-light
2022-07-10 08:12:05,444 - INFO - [MainThread] UM.Qt.Bindings.Theme.load [307]: System's em size is 13px.
2022-07-10 08:12:05,444 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [306]: Loaded theme C:\Program Files\Ultimaker Cura\share\cura\resources\themes\cura-dark
2022-07-10 08:12:05,444 - INFO - [MainThread] UM.Qt.Bindings.Theme.load [307]: System's em size is 13px.
2022-07-10 08:12:05,644 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [344]: Creating post processing plugin view.
2022-07-10 08:12:05,686 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [354]: Post processing view created.
2022-07-10 08:12:05,759 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/Settings/SettingView.qml:40:9: QML TextField: Binding loop detected for property "implicitHeight"
2022-07-10 08:12:05,760 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/Settings/SettingView.qml:40:9: QML TextField: Binding loop detected for property "implicitHeight"
2022-07-10 08:12:05,765 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedInfillDensitySelector.qml:82:9: QML Slider: Binding loop detected for property "implicitWidth"
2022-07-10 08:12:05,778 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/PyQt6/Qt6/qml/UM/MenuItem.qml:19:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 66. Use 'sequences: [ <key> ]' to bind to all of them.
2022-07-10 08:12:05,785 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/PyQt6/Qt6/qml/UM/MenuItem.qml:19:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 12. Use 'sequences: [ <key> ]' to bind to all of them.
2022-07-10 08:12:05,786 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/PyQt6/Qt6/qml/UM/MenuItem.qml:19:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 11. Use 'sequences: [ <key> ]' to bind to all of them.
2022-07-10 08:12:05,903 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-07-10 08:12:05,927 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/Menus/SettingsMenu.qml:22:9: QML Menu: Binding loop detected for property "width"
2022-07-10 08:12:05,927 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/Menus/SettingsMenu.qml:22:9: QML Menu: Binding loop detected for property "width"
2022-07-10 08:12:05,967 - DEBUG - [MainThread] OctoPrintPlugin.DiscoverOctoPrintAction._createAdditionalComponentsView [539]: Creating additional ui components for OctoPrint-connected printers.
2022-07-10 08:12:05,977 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
2022-07-10 08:12:06,008 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-07-10 08:12:06,053 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
2022-07-10 08:12:06,057 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [118]: Creating model checker view.
2022-07-10 08:12:06,059 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [127]: Model checker view created.
2022-07-10 08:12:06,060 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
2022-07-10 08:12:06,083 - DEBUG - [MainThread] cura.CuraApplication.run [865]: Booting Cura took 2.455406665802002 seconds
2022-07-10 08:12:06,083 - DEBUG - [JobQueueWorker [1]] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
2022-07-10 08:12:06,084 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/printerprofiles required authentication, which was not implemented
2022-07-10 08:12:06,091 - DEBUG - [MainThread] cura.Machines.MachineErrorChecker._rescheduleCheck [156]: New error check scheduled.
2022-07-10 08:12:06,103 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-07-10 08:12:06,150 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-07-10 08:12:06,156 - INFO - [MainThread] UM.OutputDevice.OutputDeviceManager.addOutputDevice [214]: Output Device chirality already added
2022-07-10 08:12:06,156 - WARNING - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._onRequestFinished [987]: Instance does not report printerprofiles with provided API key
2022-07-10 08:12:06,157 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/printer required authentication, which was not implemented
2022-07-10 08:12:06,159 - WARNING - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._setOffline [1778]: OctoPrint on chirality does not allow access to the printer state
2022-07-10 08:12:06,159 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/settings required authentication, which was not implemented
2022-07-10 08:12:06,161 - ERROR - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._onRequestFinished [1517]: OctoPrintOutputDevice got an error while accessing https://octoprint-api.example.com:443/api/settings
2022-07-10 08:12:06,162 - ERROR - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._onRequestFinished [1522]: You are not allowed to access OctoPrint with the configured API key.
2022-07-10 08:12:06,162 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/version required authentication, which was not implemented
2022-07-10 08:12:06,163 - ERROR - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._onRequestFinished [1517]: OctoPrintOutputDevice got an error while accessing https://octoprint-api.example.com:443/api/version
2022-07-10 08:12:06,163 - ERROR - [MainThread] OctoPrintPlugin.OctoPrintOutputDevice._onRequestFinished [1522]: You are not allowed to access OctoPrint with the configured API key.
2022-07-10 08:12:06,163 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/job required authentication, which was not implemented
2022-07-10 08:12:06,165 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/login required authentication, which was not implemented
2022-07-10 08:12:06,251 - INFO - [MainThread] cura.Machines.MachineErrorChecker._setResult [215]: Error check finished, result = False, time = 0.2s
2022-07-10 08:12:06,270 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [58]: Updating QualityProfilesDropDownMenuModel.
2022-07-10 08:12:06,271 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
2022-07-10 08:12:06,384 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrintSetupSelector/PrintSetupSelector.qml:28:17: QML PrintSetupSelectorHeader: Qt Quick Layouts: Polish loop detected. Aborting after two iterations.
2022-07-10 08:12:06,434 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [211]: Support for Vertex Array Objects: True
2022-07-10 08:12:06,440 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: Initialized OpenGL subsystems.
2022-07-10 08:12:06,440 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: OpenGL Version:  4.1.0 NVIDIA 512.59
2022-07-10 08:12:06,440 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [117]: OpenGL Vendor:   NVIDIA Corporation
2022-07-10 08:12:06,440 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [118]: OpenGL Renderer: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2
2022-07-10 08:12:06,440 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [119]: GLSL Version:    4.0.0
2022-07-10 08:12:06,441 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\default.shader]...
2022-07-10 08:12:06,442 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\selection.shader]...
2022-07-10 08:12:06,443 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\select_face.shader]...
2022-07-10 08:12:06,443 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\default.shader]...
2022-07-10 08:12:06,444 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\composite.shader]...
2022-07-10 08:12:06,446 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\overhang.shader]...
2022-07-10 08:12:06,447 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\striped.shader]...
2022-07-10 08:12:06,448 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\transparent_object.shader]...
2022-07-10 08:12:06,449 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\striped.shader]...
2022-07-10 08:12:06,450 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\xray.shader]...
2022-07-10 08:12:06,450 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\xray_composite.shader]...
2022-07-10 08:12:06,452 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\default.shader]...
2022-07-10 08:12:06,452 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\grid.shader]...
2022-07-10 08:12:06,453 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\uranium\resources\shaders\platform.shader]...
2022-07-10 08:12:06,463 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [61]: Loading [C:\Program Files\Ultimaker Cura\share\cura\resources\shaders\xray.shader]...
2022-07-10 08:12:06,586 - DEBUG - [JobQueueWorker [1]] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
2022-07-10 08:12:07,389 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/printer required authentication, which was not implemented
2022-07-10 08:12:07,390 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/job required authentication, which was not implemented
2022-07-10 08:12:09,306 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to MonitorStage
2022-07-10 08:12:09,339 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:190:17: QML SecondaryButton: Binding loop detected for property "implicitWidth"
2022-07-10 08:12:09,340 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:180:17: QML SecondaryButton: Binding loop detected for property "implicitWidth"
2022-07-10 08:12:09,341 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrinterOutput/ManualPrinterControl.qml:169:17: QML SecondaryButton: Binding loop detected for property "implicitWidth"
2022-07-10 08:12:09,391 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/printer required authentication, which was not implemented
2022-07-10 08:12:09,392 - WARNING - [MainThread] cura.PrinterOutput.NetworkedPrinterOutputDevice._onAuthenticationRequired [320]: Request to https://octoprint-api.example.com:443/api/job required authentication, which was not implemented
2022-07-10 08:12:10,738 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [51]: No more on-app-exit callbacks to process. Tell the app to exit.
2022-07-10 08:12:10,738 - INFO - [MainThread] cura.CuraApplication.closeApplication [614]: Close application
2022-07-10 08:12:10,738 - INFO - [MainThread] cura.CuraApplication._setLoadingHint [807]: Initializing Active Machine...
2022-07-10 08:12:10,740 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/plugins/MonitorStage/MonitorMain.qml:28: TypeError: Cannot read property 'configuredConnectionTypes' of null
2022-07-10 08:12:10,741 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrinterOutput/ExtruderBox.qml:40: TypeError: Cannot read property 'extruderList' of null
2022-07-10 08:12:10,743 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-07-10 08:12:10,745 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/plugins/MonitorStage/MonitorMain.qml:28: TypeError: Cannot read property 'configuredConnectionTypes' of null
2022-07-10 08:12:10,745 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/PrinterOutput/ExtruderBox.qml:40: TypeError: Cannot read property 'extruderList' of null
2022-07-10 08:12:10,745 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
2022-07-10 08:12:10,771 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [431]: file:///C:/Program Files/Ultimaker Cura/share/cura/resources/qml/WelcomePages/AddLocalPrinterScrollView.qml:237:25: Unable to assign QString to QRegularExpression
2022-07-10 08:12:10,775 - DEBUG - [MainThread] UM.Qt.QtApplication.windowClosed [495]: Shutting down cura
2022-07-10 08:12:10,790 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [354]: Attempting to kill the engine process
2022-07-10 08:12:10,790 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [360]: Killing engine process
2022-07-10 08:12:10,792 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [363]: Engine process is killed. Received return code 1

thorio avatar Jul 10 '22 06:07 thorio