KiCost icon indicating copy to clipboard operation
KiCost copied to clipboard

Internal error: NoneType object has no attribute strip

Open sujitth opened this issue 3 years ago • 4 comments

  • 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

  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

  • Explain how it will help the other users.

The team thanks your contribution.

sujitth avatar Jan 17 '22 16:01 sujitth

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

image

sujitth avatar Jan 17 '22 16:01 sujitth

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

set-soft avatar Jan 17 '22 18:01 set-soft

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

sujitth avatar Jan 18 '22 02:01 sujitth

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

set-soft avatar Oct 28 '22 14:10 set-soft