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
Describe the bug
I am attempting to use the EDA integration feature with KiCAD 9.0 and no parts are returned.
To Reproduce
Setup a read-only API key for my user on Part-DB
Added some info to 2 parts on the "EDA Information" tab and checked the "Force visibility" box
Created a file partd.kicad_httplib file using this template from the documentation:{ "meta": { "version": 1.0 }, "name": "Part-DB library", "description": "This KiCAD library fetches information externally from ", "source": { "type": "REST_API", "api_version": "v1", "root_url": "my.server.local/en/kicad-api/", "token": "THE_GENERATED_API_TOKEN" } }
Attempted to find the parts in the KiCAD listing and nothing was found.
Ran an HTTP\GET request including my API key in the header as a bearer token on https://my.server.local/en/kicad-api/v1 and received 200 OK and the following response: { "categories": "", "parts": "" }
Expected behavior
Expecting to see a listing of my parts in the KiCAD libraries or an API return with parts listed.
Server Side
Docker Container
Part-DB Version: 1.15.1
PHP Version: 8.3.15
Database Server: 8.0.41
Desktop:
OS: Windows 11 Pro
Browser: Chrome Version 133.0.6943.143
Additional context
I have also attempted a restart of the service and ran the sudo -u www-data php bin/console cache:clear command from looking at some older posts.
The text was updated successfully, but these errors were encountered:
Describe the bug
I am attempting to use the EDA integration feature with KiCAD 9.0 and no parts are returned.
To Reproduce
partd.kicad_httplib
file using this template from the documentation:{ "meta": { "version": 1.0 }, "name": "Part-DB library", "description": "This KiCAD library fetches information externally from ", "source": { "type": "REST_API", "api_version": "v1", "root_url": "my.server.local/en/kicad-api/", "token": "THE_GENERATED_API_TOKEN" } }
{ "categories": "", "parts": "" }
Expected behavior
Expecting to see a listing of my parts in the KiCAD libraries or an API return with parts listed.
Server Side
Desktop:
Additional context
I have also attempted a restart of the service and ran the
sudo -u www-data php bin/console cache:clear
command from looking at some older posts.The text was updated successfully, but these errors were encountered: