Guest User

Untitled

a guest
Jan 26th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.93 KB | None | 0 0
  1. [richard@Giselmund /usr/home/richard]$ cura
  2. /usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  3. import imp
  4. /usr/local/lib/python3.7/site-packages/UM/Settings/InstanceContainer.py:53: DeprecationWarning: invalid escape sequence \d
  5. version_regex = re.compile("\nversion ?= ?(\d+)")
  6. /usr/local/lib/python3.7/site-packages/UM/Settings/InstanceContainer.py:55: DeprecationWarning: invalid escape sequence \w
  7. type_regex = re.compile("\ntype ?= ?(\w+)")
  8. /usr/local/lib/python3.7/site-packages/UM/VersionUpgradeManager.py:98: DeprecationWarning: invalid escape sequence \.
  9. ".*\.lock", # Don't upgrade the configuration file lock. It's not persistent.
  10. /usr/local/lib/python3.7/site-packages/cura/UI/ObjectsModel.py:72: DeprecationWarning: invalid escape sequence \(
  11. self._naming_regex = re.compile("^(.+)\(([0-9]+)\)$")
  12. [MainThread] UM.Application.initialize [144]: Initializing Ultimaker Cura
  13. [MainThread] UM.Application.initialize [145]: App Version master
  14. [MainThread] UM.Application.initialize [146]: Api Version 7.4.0
  15. [MainThread] UM.Application.initialize [147]: Build type None
  16. [MainThread] UM.Resources.__initializeStoragePaths [446]: Initializing storage paths
  17. [MainThread] UM.Resources.__initializeStoragePaths [456]: Config storage path is /home/richard/.config/cura/master
  18. [MainThread] UM.Resources.__initializeStoragePaths [464]: Data storage path is /home/richard/.local/share/cura/master
  19. [MainThread] UM.Resources.__initializeStoragePaths [476]: Cache storage path is /home/richard/.cache/cura/master
  20. [MainThread] UM.PackageManager.__init__ [54]: Found bundled packages JSON file: /usr/local/share/cura/resources/bundled_packages/cura.json
  21. [MainThread] UM.PackageManager.__init__ [54]: Found bundled packages JSON file: /usr/local/share/uranium/resources/bundled_packages/uranium.json
  22. Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
  23. [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [118]: Trying OpenGL context 4.1...
  24. [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [181]: Trying OpenGL context 2.0...
  25. [MainThread] UM.View.GL.OpenGLContext.detectBestOpenGLVersion [190]: We got at least OpenGL context 2.0: 3.0 No profile
  26. [MainThread] UM.Qt.QtApplication.initialize [173]: Detected most suitable OpenGL context version: 2.0 No profile
  27. [MainThread] UM.Qt.QtApplication.initialize [180]: Initializing job queue ...
  28. [MainThread] UM.Qt.QtApplication.initialize [184]: Initializing version upgrade manager ...
  29. [MainThread] UM.PackageManager._loadManagementData [165]: Loaded bundled packages data from /usr/local/share/cura/resources/bundled_packages/cura.json
  30. [MainThread] UM.PackageManager._loadManagementData [165]: Loaded bundled packages data from /usr/local/share/uranium/resources/bundled_packages/uranium.json
  31. [MainThread] UM.PackageManager._loadManagementData [186]: Loaded user packages management file from /home/richard/.local/share/cura/master/packages.json
  32. [MainThread] UM.PackageManager._saveManagementData [256]: Package management file /home/richard/.local/share/cura/master/packages.json was saved
  33. [MainThread] UM.PluginRegistry.initializeBeforePluginsAreLoaded [110]: Loading plugin configuration file '/home/richard/.config/cura/master/plugins.json'
  34. 2021-01-26 12:46:06,872 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ConsoleLogger
  35. 2021-01-26 12:46:06,881 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [384]: Plugin ConsoleLogger was already loaded
  36. 2021-01-26 12:46:06,900 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin OBJReader
  37. 2021-01-26 12:46:06,914 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin OBJWriter
  38. 2021-01-26 12:46:06,979 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin STLReader
  39. 2021-01-26 12:46:06,997 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin STLWriter
  40. 2021-01-26 12:46:07,011 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin FileLogger
  41. 2021-01-26 12:46:07,032 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin LocalContainerProvider
  42. 2021-01-26 12:46:07,054 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin LocalFileOutputDevice
  43. 2021-01-26 12:46:07,082 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CameraTool
  44. 2021-01-26 12:46:07,109 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin MirrorTool
  45. 2021-01-26 12:46:07,147 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin RotateTool
  46. 2021-01-26 12:46:07,180 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ScaleTool
  47. 2021-01-26 12:46:07,196 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SelectionTool
  48. 2021-01-26 12:46:07,222 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin TranslateTool
  49. 2021-01-26 12:46:07,256 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UpdateChecker
  50. 2021-01-26 12:46:07,275 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SimpleView
  51. 2021-01-26 12:46:07,312 - INFO - [Thread-1] UpdateChecker.UpdateCheckerJob.run [40]: Checking for new version of cura
  52. 2021-01-26 12:46:07,410 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin 3MFReader
  53. 2021-01-26 12:46:07,439 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin 3MFWriter
  54. /usr/local/lib/python3.7/site-packages/networkx/classes/graph.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
  55. from collections import Mapping
  56. /usr/local/lib/python3.7/site-packages/networkx/classes/reportviews.py:95: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
  57. from collections import Mapping, Set, Iterable
  58. /usr/local/lib/python3.7/site-packages/svg/path/path.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
  59. from collections import MutableSequence
  60. 2021-01-26 12:46:10,384 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin AMFReader
  61. 2021-01-26 12:46:10,415 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module CuraDrive
  62. 2021-01-26 12:46:10,420 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last):
  63. 2021-01-26 12:46:10,421 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin
  64. 2021-01-26 12:46:10,422 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
  65. 2021-01-26 12:46:10,423 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 244, in load_module
  66. 2021-01-26 12:46:10,425 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename)
  67. 2021-01-26 12:46:10,426 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 216, in load_package
  68. 2021-01-26 12:46:10,427 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec)
  69. 2021-01-26 12:46:10,428 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 696, in _load
  70. 2021-01-26 12:46:10,430 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  71. 2021-01-26 12:46:10,431 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  72. 2021-01-26 12:46:10,432 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  73. 2021-01-26 12:46:10,433 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/__init__.py", line 4, in <module>
  74. 2021-01-26 12:46:10,435 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .src.DrivePluginExtension import DrivePluginExtension
  75. 2021-01-26 12:46:10,436 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DrivePluginExtension.py", line 16, in <module>
  76. 2021-01-26 12:46:10,437 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .DriveApiService import DriveApiService
  77. 2021-01-26 12:46:10,438 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DriveApiService.py", line 15, in <module>
  78. 2021-01-26 12:46:10,440 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .CreateBackupJob import CreateBackupJob
  79. 2021-01-26 12:46:10,441 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/CreateBackupJob.py", line 8, in <module>
  80. 2021-01-26 12:46:10,442 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import sentry_sdk
  81. 2021-01-26 12:46:10,443 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'sentry_sdk'
  82. 2021-01-26 12:46:10,444 - WARNING - [MainThread] UM.PluginRegistry._populateMetaData [678]: Could not find plugin CuraDrive
  83. 2021-01-26 12:46:10,464 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Exception: Import error loading module CuraDrive
  84. 2021-01-26 12:46:10,466 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: Traceback (most recent call last):
  85. 2021-01-26 12:46:10,467 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/site-packages/UM/PluginRegistry.py", line 606, in _findPlugin
  86. 2021-01-26 12:46:10,469 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: module = imp.load_module(plugin_id, file, path, desc) #type: ignore #MyPy gets the wrong output type from imp.find_module for some reason.
  87. 2021-01-26 12:46:10,470 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 244, in load_module
  88. 2021-01-26 12:46:10,471 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return load_package(name, filename)
  89. 2021-01-26 12:46:10,472 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/python3.7/imp.py", line 216, in load_package
  90. 2021-01-26 12:46:10,474 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: return _load(spec)
  91. 2021-01-26 12:46:10,475 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 696, in _load
  92. 2021-01-26 12:46:10,476 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  93. 2021-01-26 12:46:10,477 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  94. 2021-01-26 12:46:10,479 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  95. 2021-01-26 12:46:10,480 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/__init__.py", line 4, in <module>
  96. 2021-01-26 12:46:10,481 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .src.DrivePluginExtension import DrivePluginExtension
  97. 2021-01-26 12:46:10,482 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DrivePluginExtension.py", line 16, in <module>
  98. 2021-01-26 12:46:10,484 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .DriveApiService import DriveApiService
  99. 2021-01-26 12:46:10,485 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/DriveApiService.py", line 15, in <module>
  100. 2021-01-26 12:46:10,486 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: from .CreateBackupJob import CreateBackupJob
  101. 2021-01-26 12:46:10,487 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: File "/usr/local/lib/cura/plugins/CuraDrive/src/CreateBackupJob.py", line 8, in <module>
  102. 2021-01-26 12:46:10,489 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: import sentry_sdk
  103. 2021-01-26 12:46:10,490 - ERROR - [MainThread] UM.PluginRegistry._findPlugin [608]: ModuleNotFoundError: No module named 'sentry_sdk'
  104. 2021-01-26 12:46:10,880 - INFO - [MainThread] CuraEngineBackend.CuraEngineBackend.__init__ [92]: Found CuraEngine at: /usr/local/bin/CuraEngine
  105. 2021-01-26 12:46:10,883 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CuraEngineBackend
  106. 2021-01-26 12:46:10,905 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CuraProfileReader
  107. 2021-01-26 12:46:10,907 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [188]: Socket state changed to Listening
  108. 2021-01-26 12:46:10,942 - INFO - [MainThread] UM.Backend.Backend.startEngine [90]: Started engine process: /usr/local/bin/CuraEngine
  109. 2021-01-26 12:46:10,945 - DEBUG - [MainThread] UM.Backend.Backend._backendLog [110]: [Backend] Calling engine with: ['/usr/local/bin/CuraEngine', 'connect', '127.0.0.1:49674', '']
  110. 2021-01-26 12:46:10,956 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
  111. 2021-01-26 12:46:10,962 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Cura_SteamEngine version master
  112. 2021-01-26 12:46:10,963 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] Copyright (C) 2020 Ultimaker
  113. 2021-01-26 12:46:10,965 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
  114. 2021-01-26 12:46:10,966 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is free software: you can redistribute it and/or modify
  115. 2021-01-26 12:46:10,971 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin CuraProfileWriter
  116. 2021-01-26 12:46:10,974 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] it under the terms of the GNU Affero General Public License as published by
  117. 2021-01-26 12:46:10,976 - DEBUG - [MainThread] UM.Backend.Backend._logSocketState [192]: Socket state changed to Connected
  118. 2021-01-26 12:46:10,978 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] the Free Software Foundation, either version 3 of the License, or
  119. 2021-01-26 12:46:10,980 - DEBUG - [MainThread] UM.Backend.Backend._onSocketStateChanged [181]: Backend connected on port 49674
  120. 2021-01-26 12:46:10,981 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] (at your option) any later version.
  121. 2021-01-26 12:46:10,988 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
  122. 2021-01-26 12:46:11,021 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] This program is distributed in the hope that it will be useful,
  123. 2021-01-26 12:46:11,035 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] but WITHOUT ANY WARRANTY; without even the implied warranty of
  124. 2021-01-26 12:46:11,036 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  125. 2021-01-26 12:46:11,037 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] GNU Affero General Public License for more details.
  126. 2021-01-26 12:46:11,039 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend]
  127. 2021-01-26 12:46:11,040 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] You should have received a copy of the GNU Affero General Public License
  128. 2021-01-26 12:46:11,042 - DEBUG - [EngineErrorThread] UM.Backend.Backend._backendLog [110]: [Backend] along with this program. If not, see <http://www.gnu.org/licenses/>.
  129. 2021-01-26 12:46:11,061 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin FirmwareUpdateChecker
  130. 2021-01-26 12:46:11,098 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin FirmwareUpdater
  131. 2021-01-26 12:46:11,115 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeGzReader
  132. 2021-01-26 12:46:11,136 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeGzWriter
  133. 2021-01-26 12:46:11,154 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeProfileReader
  134. 2021-01-26 12:46:11,199 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeReader
  135. 2021-01-26 12:46:11,217 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin GCodeWriter
  136. 2021-01-26 12:46:11,247 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ImageReader
  137. 2021-01-26 12:46:11,261 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin LegacyProfileReader
  138. 2021-01-26 12:46:11,278 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin MachineSettingsAction
  139. 2021-01-26 12:46:11,293 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin ModelChecker
  140. 2021-01-26 12:46:11,310 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin MonitorStage
  141. 2021-01-26 12:46:11,324 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PrepareStage
  142. 2021-01-26 12:46:11,345 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PerObjectSettingsTool
  143. 2021-01-26 12:46:11,366 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PostProcessingPlugin
  144. 2021-01-26 12:46:11,379 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin PreviewStage
  145. 2021-01-26 12:46:11,402 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin RemovableDriveOutputDevice
  146. 2021-01-26 12:46:11,415 - WARNING - [MainThread] UM.PluginRegistry.loadPlugin [423]: Plugin SentryLogger did not return any objects to register
  147. 2021-01-26 12:46:11,479 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SimulationView
  148. 2021-01-26 12:46:11,502 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SliceInfoPlugin
  149. 2021-01-26 12:46:11,529 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SolidView
  150. 2021-01-26 12:46:11,549 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin SupportEraser
  151. 2021-01-26 12:46:11,694 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
  152. 2021-01-26 12:46:11,695 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
  153. 2021-01-26 12:46:11,697 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
  154. 2021-01-26 12:46:11,699 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
  155. 2021-01-26 12:46:11,700 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
  156. 2021-01-26 12:46:11,702 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
  157. 2021-01-26 12:46:11,703 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: Exception: Failed to load packages for Marketplace
  158. 2021-01-26 12:46:11,704 - WARNING - [MainThread] Toolbox.src.PackagesModel._update [61]: NoneType: None
  159. 2021-01-26 12:46:11,713 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin Toolbox
  160. 2021-01-26 12:46:11,729 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin TrimeshReader
  161. 2021-01-26 12:46:11,784 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UFPReader
  162. 2021-01-26 12:46:11,812 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UFPWriter
  163. 2021-01-26 12:46:12,145 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UM3NetworkPrinting
  164. /usr/local/lib/cura/plugins/USBPrinting/USBPrinterOutputDevice.py:275: DeprecationWarning: invalid escape sequence \d
  165. if re.search(b"[B|T\d*]: ?\d+\.?\d*", line): # Temperature message. 'T:' for extruder and 'B:' for bed
  166. 2021-01-26 12:46:12,217 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin USBPrinting
  167. 2021-01-26 12:46:12,236 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin UltimakerMachineActions
  168. 2021-01-26 12:46:12,272 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade21to22
  169. 2021-01-26 12:46:12,289 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade22to24
  170. 2021-01-26 12:46:12,306 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade25to26
  171. 2021-01-26 12:46:12,322 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade26to27
  172. 2021-01-26 12:46:12,337 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade27to30
  173. 2021-01-26 12:46:12,350 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade30to31
  174. 2021-01-26 12:46:12,364 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade32to33
  175. 2021-01-26 12:46:12,378 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade33to34
  176. 2021-01-26 12:46:12,391 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade34to35
  177. 2021-01-26 12:46:12,403 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade35to40
  178. 2021-01-26 12:46:12,418 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade40to41
  179. 2021-01-26 12:46:12,434 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade41to42
  180. 2021-01-26 12:46:12,448 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade42to43
  181. 2021-01-26 12:46:12,462 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade43to44
  182. 2021-01-26 12:46:12,480 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade44to45
  183. 2021-01-26 12:46:12,492 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade45to46
  184. 2021-01-26 12:46:12,508 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade460to462
  185. 2021-01-26 12:46:12,525 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade462to47
  186. 2021-01-26 12:46:12,538 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin VersionUpgrade47to48
  187. 2021-01-26 12:46:12,580 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin X3DReader
  188. 2021-01-26 12:46:12,596 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin XRayView
  189. 2021-01-26 12:46:12,646 - INFO - [MainThread] UM.PluginRegistry.loadPlugin [448]: Loaded plugin XmlMaterialProfile
  190. 2021-01-26 12:46:12,650 - DEBUG - [MainThread] UM.PluginRegistry.loadPlugins [373]: Loading all plugins took 5.777041673660278 seconds
  191. 2021-01-26 12:46:12,665 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [163]: Looking for old configuration files to upgrade.
  192. 2021-01-26 12:46:12,709 - INFO - [MainThread] UM.VersionUpgradeManager.upgrade [175]: Checking and performing updates took 0.04368305206298828
  193. 2021-01-26 12:46:17,137 - DEBUG - [MainThread] UM.Settings.ContainerRegistry.loadAllMetadata [361]: Loading metadata into container registry took 4.385988712310791 seconds
  194. 2021-01-26 12:46:17,171 - DEBUG - [MainThread] cura.Scene.CuraSceneController.setActiveBuildPlate [142]: Select build plate: 0
  195. 2021-01-26 12:46:17,176 - INFO - [MainThread] cura.CuraApplication.run [782]: Initializing machine error checker
  196. 2021-01-26 12:46:17,178 - INFO - [MainThread] cura.CuraApplication.run [787]: Initializing machine manager
  197. 2021-01-26 12:46:17,181 - INFO - [MainThread] cura.CuraApplication.run [792]: Initializing container manager
  198. 2021-01-26 12:46:17,509 - DEBUG - [MainThread] UM.Scene.Camera._preferencesChanged [255]: Changing perspective mode to perspective.
  199. 2021-01-26 12:46:17,569 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [158]: Loading theme file: /usr/local/share/cura/resources/themes/cura-light/theme.json
  200. 2021-01-26 12:46:17,695 - DEBUG - [MainThread] UM.Qt.Bindings.Theme.load [246]: Loaded theme /usr/local/share/cura/resources/themes/cura-light
  201. Cyclic dependency detected between "file:///usr/local/share/cura/resources/qml/Actions.qml" and "file:///usr/local/share/cura/resources/qml/Actions.qml"
  202. Cyclic dependency detected between "file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/local/lib/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
  203. 2021-01-26 12:46:18,005 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [340]: Creating post processing plugin view.
  204. /usr/local/lib/cura/plugins/PostProcessingPlugin/Script.py:125: DeprecationWarning: invalid escape sequence \.
  205. m = re.search('^-?[0-9]+\.?[0-9]*', sub_part)
  206. 2021-01-26 12:46:18,041 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: ChangeAtZ
  207. 2021-01-26 12:46:18,048 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: ColorMix
  208. 2021-01-26 12:46:18,053 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: DisplayFilenameAndLayerOnLCD
  209. 2021-01-26 12:46:18,060 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: DisplayProgressOnLCD
  210. 2021-01-26 12:46:18,068 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: FilamentChange
  211. 2021-01-26 12:46:18,073 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: InsertAtLayerChange
  212. 2021-01-26 12:46:18,087 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: PauseAtHeight
  213. 2021-01-26 12:46:18,093 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: RetractContinue
  214. 2021-01-26 12:46:18,097 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: SearchAndReplace
  215. 2021-01-26 12:46:18,118 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: Stretch
  216. 2021-01-26 12:46:18,121 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: TimeLapse
  217. 2021-01-26 12:46:18,125 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin.loadScripts [202]: Begin loading of script: UsePreviousProbeMeasurements
  218. 2021-01-26 12:46:18,306 - DEBUG - [MainThread] PostProcessingPlugin.PostProcessingPlugin._createView [350]: Post processing view created.
  219. 2021-01-26 12:46:18,603 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling.
  220. 2021-01-26 12:46:18,669 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
  221. 2021-01-26 12:46:18,697 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:894:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  222. 2021-01-26 12:46:18,706 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:878:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  223. 2021-01-26 12:46:18,708 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:872:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  224. 2021-01-26 12:46:18,709 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/WelcomePages/WizardDialog.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  225. 2021-01-26 12:46:18,711 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/WelcomePages/WizardDialog.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  226. 2021-01-26 12:46:18,712 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:846:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  227. 2021-01-26 12:46:18,734 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:826:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  228. 2021-01-26 12:46:18,737 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:794:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  229. 2021-01-26 12:46:18,739 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:784:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  230. 2021-01-26 12:46:18,756 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:768:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  231. 2021-01-26 12:46:18,807 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:627:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  232. 2021-01-26 12:46:18,809 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:621:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  233. 2021-01-26 12:46:18,810 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:615:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  234. 2021-01-26 12:46:18,811 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:605:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  235. 2021-01-26 12:46:18,821 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ContextMenu.qml:96:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  236. 2021-01-26 12:46:18,822 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ContextMenu.qml:90:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  237. 2021-01-26 12:46:18,825 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:561:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  238. 2021-01-26 12:46:18,826 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:536:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  239. 2021-01-26 12:46:18,827 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:526:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  240. 2021-01-26 12:46:18,828 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:516:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  241. 2021-01-26 12:46:18,829 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:506:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  242. 2021-01-26 12:46:18,830 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:494:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  243. 2021-01-26 12:46:18,831 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:488:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  244. 2021-01-26 12:46:18,832 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:482:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  245. 2021-01-26 12:46:18,841 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/PrintSetupSelectorContents.qml:84:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  246. 2021-01-26 12:46:18,874 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:256:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  247. 2021-01-26 12:46:18,875 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml:244:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  248. 2021-01-26 12:46:18,904 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Recommended/RecommendedSupportSelector.qml:128:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  249. 2021-01-26 12:46:18,989 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandableComponent.qml:341:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  250. 2021-01-26 12:46:18,991 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandableComponent.qml:300:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  251. 2021-01-26 12:46:19,008 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandableComponent.qml:107:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  252. 2021-01-26 12:46:19,087 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/JobSpecs.qml:149:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  253. 2021-01-26 12:46:19,099 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
  254. 2021-01-26 12:46:19,101 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
  255. 2021-01-26 12:46:19,165 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:192:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  256. 2021-01-26 12:46:19,167 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:182:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  257. 2021-01-26 12:46:19,168 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/MainWindow/ApplicationMenu.qml:169:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  258. 2021-01-26 12:46:19,216 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ViewMenu.qml:31:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  259. 2021-01-26 12:46:19,232 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  260. 2021-01-26 12:46:19,234 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:87:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  261. 2021-01-26 12:46:19,235 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/WelcomePages/WelcomeDialogItem.qml:61:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  262. qml: TableViewSelection: index out of range
  263. qml: TableViewSelection: index out of range
  264. 2021-01-26 12:46:19,375 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Preferences/GeneralPage.qml:856:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  265. 2021-01-26 12:46:19,409 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Preferences/GeneralPage.qml:416:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  266. 2021-01-26 12:46:19,479 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
  267. 2021-01-26 12:46:19,525 - DEBUG - [MainThread] UM.Controller.setActiveStage [180]: Setting active stage to PrepareStage
  268. 2021-01-26 12:46:19,580 - DEBUG - [MainThread] cura.Machines.Models.NozzleModel._update [28]: Updating NozzleModel.
  269. 2021-01-26 12:46:19,587 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:143: TypeError: Cannot read property 'hasRemoteConnection' of null
  270. 2021-01-26 12:46:19,656 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:139:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  271. 2021-01-26 12:46:19,658 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:118:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  272. 2021-01-26 12:46:19,664 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationListView.qml:135:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  273. 2021-01-26 12:46:19,667 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/ConfigurationMenu.qml:236:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  274. 2021-01-26 12:46:19,668 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:246:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  275. 2021-01-26 12:46:19,674 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  276. 2021-01-26 12:46:19,679 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:246:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  277. 2021-01-26 12:46:19,689 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ExpandablePopup.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  278. 2021-01-26 12:46:19,697 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
  279. 2021-01-26 12:46:19,699 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:234: TypeError: Cannot read property 'activeStack' of undefined
  280. 2021-01-26 12:46:19,701 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
  281. 2021-01-26 12:46:19,714 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ActionPanel/ActionPanelWidget.qml:93:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  282. 2021-01-26 12:46:19,748 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/ActionPanel/SliceProcessWidget.qml:127:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
  283. 2021-01-26 12:46:19,761 - DEBUG - [MainThread] UM.Controller.setActiveView [108]: Setting active view to SolidView
  284. 2021-01-26 12:46:19,795 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [117]: Creating model checker view.
  285. 2021-01-26 12:46:19,808 - DEBUG - [MainThread] ModelChecker.ModelChecker._createView [126]: Model checker view created.
  286. 2021-01-26 12:46:19,810 - DEBUG - [MainThread] SliceInfoPlugin.SliceInfo._createDialog [76]: Creating dialog [MoreInfoWindow.qml]
  287. 2021-01-26 12:46:19,919 - DEBUG - [MainThread] Toolbox.src.Toolbox._makeRequestByType [544]: Requesting [updates] metadata from server.
  288. 2021-01-26 12:46:19,920 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService.getAccessToken [124]: No auth data to retrieve the access_token from
  289. 2021-01-26 12:46:19,922 - WARNING - [MainThread] cura.UltimakerCloud.UltimakerCloudScope.requestHook [25]: Cannot add authorization to Cloud Api request
  290. 2021-01-26 12:46:19,942 - DEBUG - [MainThread] cura.CuraApplication.run [833]: Booting Cura took 14.00752329826355 seconds
  291. 2021-01-26 12:46:19,946 - DEBUG - [Thread-3] cura.Machines.ContainerTree.run [174]: Started background loading of MachineNodes
  292. 2021-01-26 12:46:19,948 - DEBUG - [Thread-3] cura.Machines.ContainerTree.run [185]: All MachineNode loading completed
  293. 2021-01-26 12:46:20,044 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
  294. 2021-01-26 12:46:20,053 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:234: TypeError: Cannot read property 'activeStack' of undefined
  295. 2021-01-26 12:46:20,054 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml:233: TypeError: Cannot read property 'isEnabled' of null
  296. 2021-01-26 12:46:20,068 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/Cura.qml:410: TypeError: Cannot read property 'Component' of null
  297. 2021-01-26 12:46:20,247 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/qt5/qml/QtQuick/Controls.2/org.kde.desktop/TabBar.qml:30: TypeError: Cannot read property 'height' of null
  298. 2021-01-26 12:46:20,253 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/share/cura/resources/qml/PrintSetupSelector/Custom/MenuButton.qml:42:18: QML Label: Cannot anchor to an item that isn't a parent or sibling.
  299. 2021-01-26 12:46:20,297 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
  300. 2021-01-26 12:46:20,298 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
  301. 2021-01-26 12:46:20,300 - DEBUG - [MainThread] cura.OAuth2.AuthorizationService._parseJWT [100]: There was no auth data or access token
  302. 2021-01-26 12:46:20,330 - WARNING - [MainThread] UM.Qt.QtApplication.__onQmlWarning [406]: file:///usr/local/lib/python3.7/site-packages/UM/Qt/qml/UM/ApplicationMenu.qml:17:5: QML Binding: Not restoring previous value because restoreMode has not been set.
  303. This behavior is deprecated.
  304. You have to import QtQml 2.15 after any QtQuick imports and set
  305. the restoreMode of the binding to fix this warning.
  306. In Qt < 6.0 the default is Binding.RestoreBinding.
  307. In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.
  308.  
  309. 2021-01-26 12:46:20,374 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [33]: Updating CustomQualityProfilesDropDownMenuModel.
  310. 2021-01-26 12:46:20,376 - DEBUG - [MainThread] cura.Machines.Models.CustomQualityProfilesDropDownMenuModel._update [38]: No active GlobalStack, set CustomQualityProfilesDropDownMenuModel as empty.
  311. 2021-01-26 12:46:20,377 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [62]: Updating QualityProfilesDropDownMenuModel.
  312. 2021-01-26 12:46:20,379 - DEBUG - [MainThread] cura.Machines.Models.QualityProfilesDropDownMenuModel._update [74]: No active GlobalStack, set quality profile model as empty.
  313. 2021-01-26 12:46:20,624 - DEBUG - [MainThread] UM.Qt.QtRenderer._initialize [210]: Support for Vertex Array Objects: True
  314. 2021-01-26 12:46:20,628 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [114]: Initialized OpenGL subsystems.
  315. 2021-01-26 12:46:20,630 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [115]: OpenGL Version: b'3.0 Mesa 20.2.3'
  316. 2021-01-26 12:46:20,631 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [116]: OpenGL Vendor: b'Intel Open Source Technology Center'
  317. 2021-01-26 12:46:20,632 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [117]: OpenGL Renderer: b'Mesa DRI Intel(R) HD Graphics 3000 (SNB GT2)'
  318. 2021-01-26 12:46:20,633 - DEBUG - [MainThread] UM.View.GL.OpenGL.__init__ [118]: GLSL Version: 1.30.0
  319. 2021-01-26 12:46:20,635 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/default.shader]...
  320. 2021-01-26 12:46:20,660 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/selection.shader]...
  321. 2021-01-26 12:46:20,666 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/select_face.shader]...
  322. 2021-01-26 12:46:20,671 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/default.shader]...
  323. 2021-01-26 12:46:20,677 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/composite.shader]...
  324. 2021-01-26 12:46:20,691 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/overhang.shader]...
  325. 2021-01-26 12:46:20,700 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/striped.shader]...
  326. 2021-01-26 12:46:20,711 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/transparent_object.shader]...
  327. 2021-01-26 12:46:20,718 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/striped.shader]...
  328. 2021-01-26 12:46:20,726 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/xray.shader]...
  329. 2021-01-26 12:46:20,729 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/xray_composite.shader]...
  330. 2021-01-26 12:46:20,738 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/uranium/resources/shaders/platform.shader]...
  331. 2021-01-26 12:46:20,763 - DEBUG - [MainThread] UM.View.GL.ShaderProgram.load [58]: Loading shader file [/usr/local/share/cura/resources/shaders/xray.shader]...
  332. 2021-01-26 12:46:25,790 - DEBUG - [MainThread] cura.TaskManagement.OnExitCallbackManager.triggerNextCallback [51]: No more on-app-exit callbacks to process. Tell the app to exit.
  333. 2021-01-26 12:46:25,792 - INFO - [MainThread] cura.CuraApplication.closeApplication [603]: Close application
  334. 2021-01-26 12:46:25,793 - DEBUG - [MainThread] UM.Qt.QtApplication.windowClosed [470]: Shutting down cura
  335. 2021-01-26 12:46:25,830 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [315]: Attempting to kill the engine process
  336. 2021-01-26 12:46:25,831 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [321]: Killing engine process
  337. 2021-01-26 12:46:25,835 - DEBUG - [MainThread] CuraEngineBackend.CuraEngineBackend._terminate [324]: Engine process is killed. Received return code -15
  338. Fatal Python error: Segmentation fault
  339.  
  340. Thread 0x0000000864283000 (most recent call first):
  341. File "/usr/local/lib/cura/plugins/USBPrinting/USBPrinterOutputDeviceManager.py", line 79 in _updateThread
  342. File "/usr/local/lib/python3.7/threading.py", line 870 in run
  343. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  344. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  345.  
  346. Thread 0x00000008641e3600 (most recent call first):
  347. File "/usr/local/lib/python3.7/threading.py", line 300 in wait
  348. File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 2407 in wait
  349. File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1701 in run
  350. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  351. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  352.  
  353. Thread 0x00000008641e2c00 (most recent call first):
  354. File "/usr/local/lib/python3.7/threading.py", line 300 in wait
  355. File "/usr/local/lib/python3.7/threading.py", line 552 in wait
  356. File "/usr/local/lib/cura/plugins/UM3NetworkPrinting/src/Network/ZeroConfClient.py", line 81 in _handleOnServiceChangedRequests
  357. File "/usr/local/lib/python3.7/threading.py", line 870 in run
  358. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  359. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  360.  
  361. Thread 0x00000008641e2700 (most recent call first):
  362. File "/usr/local/lib/python3.7/threading.py", line 300 in wait
  363. File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1451 in run
  364. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  365. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  366.  
  367. Thread 0x00000008641e2200 (most recent call first):
  368. File "/usr/local/lib/python3.7/site-packages/zeroconf/__init__.py", line 1325 in run
  369. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  370. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  371.  
  372. Thread 0x00000008641e1d00 (most recent call first):
  373. File "/usr/local/lib/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py", line 61 in _updateThread
  374. File "/usr/local/lib/python3.7/threading.py", line 870 in run
  375. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  376. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  377.  
  378. Thread 0x0000000856ebb500 (most recent call first):
  379. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  380. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  381. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  382. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  383. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  384. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  385.  
  386. Thread 0x0000000856ebba00 (most recent call first):
  387. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  388. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  389. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  390. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  391. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  392. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  393.  
  394. Thread 0x0000000856ebbf00 (most recent call first):
  395. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  396. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  397. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  398. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  399. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  400. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  401.  
  402. Thread 0x0000000856ebc400 (most recent call first):
  403. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  404. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  405. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  406. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  407. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  408. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  409.  
  410. Thread 0x0000000856ebc900 (most recent call first):
  411. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  412. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  413. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  414. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  415. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  416. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  417.  
  418. Thread 0x0000000856ebce00 (most recent call first):
  419. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  420. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  421. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  422. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  423. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  424. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  425.  
  426. Thread 0x0000000856ebd300 (most recent call first):
  427. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  428. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  429. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  430. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  431. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  432. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  433.  
  434. Thread 0x0000000856ebd800 (most recent call first):
  435. File "/usr/local/lib/python3.7/threading.py", line 296 in wait
  436. File "/usr/local/lib/python3.7/threading.py", line 427 in acquire
  437. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 98 in _nextJob
  438. File "/usr/local/lib/python3.7/site-packages/UM/JobQueue.py", line 123 in run
  439. File "/usr/local/lib/python3.7/threading.py", line 926 in _bootstrap_inner
  440. File "/usr/local/lib/python3.7/threading.py", line 890 in _bootstrap
  441.  
Advertisement
Add Comment
Please, Sign In to add comment