KiCost
KiCost copied to clipboard
Internal error: NoneType object has no attribute strip
- Use a simple and clear title.
- Do not mark as "ISSUE", "FEATURE" on title, this will be tagged by the development group.
Issue / Problem report
- Add the KiCost version. Type
kicost --version
at terminal. V1.1.6 I am using kicost with Kicad 5.1.12 on a Win10 PC.
- Add a terminal error report / txt, use
--debug
option on KiCost call; kicost -w -i %YOUR_FILE% --debug 8 - Write the command used to call KiCost (or the graphical interface configuration);
- One BoM to reproduce the error (with the EDA version).
Feature / Enhancement request
- Explain how it will help the other users.
The team thanks your contribution.
I have run the below command: kicost -w -i %File% --debug 10 >error , but the error file is of 0bytes.
You must capture all the messages, try using 2>
instead of >
(to capture stderr, not stdout)
@set-soft Thanks, with 2> I could capture all the messages and I have emailed it.
I can't reproduce it and the user wasn't able to capture the whole traceback.