You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On plugin load in KiCAD 8.0.1, the following error appears:
Trying to install toolbar buttons but something went wrong!
'BOARD_ITEM_CONTAINER' object has no attribute 'GetReference'
Traceback (most recent call last):
File "/home/josip/.local/share/kicad/8.0/scripting/plugins/WireIt/WireIt.py", line 831, in Run
original_netlist = get_netlist()
^^^^^^^^^^^^^
File "/home/josip/.local/share/kicad/8.0/scripting/plugins/WireIt/WireIt.py", line 179, in get_netlist
pad_key = pad.GetParent().GetReference(), pad.GetPadName()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BOARD_ITEM_CONTAINER' object has no attribute 'GetReference'
Describe the bug
On plugin load in KiCAD 8.0.1, the following error appears:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect this error not to appear.
Screenshots
Computing Environment
Additional context
Works on KiCAD 7
The text was updated successfully, but these errors were encountered: