-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading parts DB fails #550
Comments
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:
Error log
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). |
I noticed that the list is not populated after a DB download but I had no time to look into it so far ... Good that it works for you otherwise |
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
The text was updated successfully, but these errors were encountered: