Wrong error messages ?

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
herbk
Veteran
Posts: 2660
Joined: Mon Nov 03, 2014 3:45 pm
Location: Windsbach, Bavarya (Germany)

Wrong error messages ?

Post by herbk »

Hi again,

since a while i got error messages where i don't know why. - i don't notice any problem...

Case 1: I open e existing file, made with FC 0.19.17681 with 0.19.17681 and get the Message

Code: Select all

Traceback (most recent call last):
  File "/tmp/.mount_FreeCADlYNXO/usr/Mod/Path/PathScripts/PathDressupTagGui.py", line 426, in updateData
    self.updatePositions(obj.Positions, obj.Disabled)
  File "/tmp/.mount_FreeCADlYNXO/usr/Mod/Path/PathScripts/PathDressupTagGui.py", line 417, in updatePositions
    tag = HoldingTagMarker(self.obj.Proxy.pointAtBottom(self.obj, p), self.colors)
  File "/tmp/.mount_FreeCADlYNXO/usr/Mod/Path/PathScripts/PathDressupHoldingTags.py", line 1019, in pointAtBottom
    if not self.pathData:
<class 'AttributeError'>: 'ObjectTagDressup' object has no attribute 'pathData'
I cant see any prob at the part and the milling path the file contends. The message apers also with 0.19.18227

Case 2: if use Countour OP i get the message

Code: Select all

PathOpGui.ERROR: Please select nothing of a solid
also if nothing is selected.

Case 3: If i left a op with Cancel i get

Code: Select all

Traceback (most recent call last):
  File "/tmp/.mount_FreeCAn5APYg/usr/Mod/Path/PathScripts/PathOpGui.py", line 946, in reject
    PathUtil.clearExpressionEngine(self.obj)
  File "/tmp/.mount_FreeCAn5APYg/usr/Mod/Path/PathScripts/PathUtil.py", line 95, in clearExpressionEngine
    if hasattr(obj, 'ExpressionEngine'):
<class 'ReferenceError'>: Cannot access attribute 'ExpressionEngine' of deleted object
Case 2 and 3 i have only with

OS: openSUSE Leap 15.1 (KDE//usr/share/xsessions/plasma5)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.18227 (Git) AppImage
Build type: Release
Branch: master
Hash: a374ecc8ef2abf38b146a1013a0f9700d1cb5fe9
Python version: 3.7.3
Qt version: 5.12.1
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: German/Germany (de_DE)
Gruß Herbert
Post Reply