Plugin to generate BOM + CPL files for JLCPCB, assigning LCSC part numbers directly from the plugin, query the JLCPCB parts database, lookup datasheets and much more.
MIT License
1.19k
stars
108
forks
source link
Solved by upgrading sqllite3 2024.04.03: sqlite3.OperationalError: no such tokenizer: trigram #461
Describe the bug
A clear and concise description of what the bug is.
Traceback (most recent call last):
File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/mainwindow.py", line 927, in select_part
PartSelectorDialog(self, selection).ShowModal()
File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/partselector.py", line 515, in init
self.search(None)
File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/partselector.py", line 587, in search
result = self.parent.library.search(parameters)
File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/library.py", line 193, in search
return cur.execute(query).fetchall()
sqlite3.OperationalError: no such tokenizer: trigram
Describe the bug A clear and concise description of what the bug is.
Traceback (most recent call last): File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/mainwindow.py", line 927, in select_part PartSelectorDialog(self, selection).ShowModal() File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/partselector.py", line 515, in init self.search(None) File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/partselector.py", line 587, in search result = self.parent.library.search(parameters) File "/home/h-tech/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/library.py", line 193, in search return cur.execute(query).fetchall() sqlite3.OperationalError: no such tokenizer: trigram
To Reproduce Steps to reproduce the behavior:
Expected behavior As in 2023.09 version
KiCad Version