Open dhoepfl opened 1 week ago
Can confirm this problem exists. Ran into it on Kicad 8.0 plugin version 2024.10.01, made the change as described by OP, and the window would succesfully open again.
Please check if the latest release fix the problem.
Problem is solved (mostly).
What I did:
So the plugin is usable now but there should be a refresh after downloading the parts DB (and the UI should be disabled while downloading the DB).
Describe the bug Loading the parts DB fails with an exception “… library.py, line 368, … no such column: parts”.
I think the problem is introduced by commit ed495c0. The SQL statement is changed from
to
This drops the
LCSC Part
column name.I think, this should be
To Reproduce Steps to reproduce the behavior:
Expected behavior The main window should open.
KiCad Version
KiCad 8.0.5 JLCPBC tools 2024.10.01