-
-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
Describe the bug
First run after install and it fails to download, I think it is trying to write to /etc/?
To Reproduce
Steps to reproduce the behavior:
- Install plugin
- Open Kicad PCB Editor
- Click on plugin icon
- This error displays:
Download Error: Failed to download chunk 1, [Errno 28] No space left on device
Every subsequent opening of the plugin results in this error:
Traceback (most recent call last):
File "/home/travis/.var/app/org.kicad.KiCad/data/kicad/9.0/3rdparty//plugins/com_github_bouni_kicad-jlcpcb-tools/plugin.py", line 28, in Run
dialog = JLCPCBTools(None)
File "/home/travis/.var/app/org.kicad.KiCad/data/kicad/9.0/3rdparty//plugins/com_github_bouni_kicad-jlcpcb-tools/mainwindow.py", line 521, in __init__
self.init_data()
~~~~~~~~~~~~~~^^
File "/home/travis/.var/app/org.kicad.KiCad/data/kicad/9.0/3rdparty//plugins/com_github_bouni_kicad-jlcpcb-tools/mainwindow.py", line 525, in init_data
self.init_library()
~~~~~~~~~~~~~~~~~^^
File "/home/travis/.var/app/org.kicad.KiCad/data/kicad/9.0/3rdparty//plugins/com_github_bouni_kicad-jlcpcb-tools/mainwindow.py", line 551, in init_library
meta = self.library.get_parts_db_info()
File "/home/travis/.var/app/org.kicad.KiCad/data/kicad/9.0/3rdparty//plugins/com_github_bouni_kicad-jlcpcb-tools/library.py", line 794, in get_parts_db_info
meta = cur.execute(
~~~~~~~~~~~^
"SELECT last_update, size, partcount FROM meta"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
).fetchone()
^
sqlite3.DatabaseError: database disk image is malformed
Expected behavior
No error.
KiCad Version
Application: KiCad PCB Editor x86_64 on x86_64
Version: 9.0.7, release build
Libraries:
wxWidgets 3.2.9
FreeType 2.14.1
HarfBuzz 11.4.5
FontConfig 2.17.1
libcurl/8.15.0 OpenSSL/3.5.4 zlib/1.3.1 zstd/1.5.7 libidn2/2.3.8 libpsl/0.21.5 nghttp2/1.66.0
Platform: Freedesktop SDK 25.08 (Flatpak runtime), 64 bit, Little endian, wxGTK, X11, KDE, wayland
OpenGL: Intel, Mesa Intel(R) Iris(R) Xe Graphics (TGL GT2), 4.6 (Compatibility Profile) Mesa 25.3.3 (git-a9c6420d8c)
Build Info:
Date: Nov 11 2011 11:11:11
wxWidgets: 3.2.9 (wchar_t,wx containers) GTK+ 3.24
Boost: 1.90.0
OCC: 7.9.3
Curl: 8.15.0
ngspice: 45.2
Compiler: GCC 15.2.0 with C++ ABI 1020
KICAD_IPC_API=ON
Locale:
Lang: en_US
Enc: UTF-8
Num: 1,234.5
Encoded кΩ丈: D0BACEA9E4B888 (sys), D0BACEA9E4B888 (utf8)
OS: Bazzite 43 6.17.7-ba22.fc43.x86_64
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels