Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal error: NoneType object has no attribute strip #513

Open
sujitth opened this issue Jan 17, 2022 · 4 comments
Open

Internal error: NoneType object has no attribute strip #513

sujitth opened this issue Jan 17, 2022 · 4 comments

Comments

@sujitth
Copy link

sujitth commented Jan 17, 2022

  • 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
Copy link
Author

sujitth commented Jan 17, 2022

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

image

@set-soft
Copy link
Collaborator

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

@sujitth
Copy link
Author

sujitth commented Jan 18, 2022

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

@set-soft
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants