hildogjr / KiCost

Build cost spreadsheet for a KiCad project.
MIT License
493 stars 97 forks source link

KiCost times out after reaching Kitspace API #533

Closed cverrill closed 1 year ago

cverrill commented 1 year ago

Kicost version: 1.1.10 Command used: kicost -i CDC.xml -f DNP -w --debug=8

I've updated Kicost, obtained and added Digikey API keys. When I run Kicost, it pulls the part information from Digikey but hangs at the kitspace API part of the program. Is there a way to disable kitspace and run only with the Digikey API? Thank you!

kicost_log_and_xmlBom.zip

set-soft commented 1 year ago

Hi @cverrill ! Yes, you just need to create a configuration file and use enable: false in the KitSpace section. Here is the documentation about it: Configuration file

You can also do it for one run using the --disable_api KitSpace option.