hildogjr / KiCost

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

Internal error: NoneType object has no attribute strip #513

Open sujitth opened 2 years ago

sujitth commented 2 years ago

Issue / Problem report

  1. 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.

1

2-NoneType_Error

  1. Add a terminal error report / txt, use --debug option on KiCost call; kicost -w -i %YOUR_FILE% --debug 8
  2. Write the command used to call KiCost (or the graphical interface configuration);
  3. One BoM to reproduce the error (with the EDA version).

Feature / Enhancement request

The team thanks your contribution.

sujitth commented 2 years ago

I have run the below command: kicost -w -i %File% --debug 10 >error , but the error file is of 0bytes.

image

set-soft commented 2 years ago

You must capture all the messages, try using 2> instead of > (to capture stderr, not stdout)

sujitth commented 2 years ago

@set-soft Thanks, with 2> I could capture all the messages and I have emailed it.

set-soft commented 1 year ago

I can't reproduce it and the user wasn't able to capture the whole traceback.