Skip to content

Kicad, httplib not creating correct library link when a component is placed #915

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

Open
emilw5 opened this issue Apr 22, 2025 · 0 comments
Open
Labels
bug Something isn't working

Comments

@emilw5
Copy link

emilw5 commented Apr 22, 2025

Describe the bug
When placing a symbol from a httplib, the library link is incorrect. This causes the ERC to throw an error that it could not find a symbol with the current symbol link. When the tools "edit symbol library links" is used, it creates a correct symbol link and thus no ERC error.

To Reproduce
Steps to reproduce the behavior:

  1. In schematic editor, open "Symbol library browser" and select a symbol.
    Image

  2. Place the symbol in the schematic and run an ERC.
    Image

  3. Click "Tools" -> "Edit symbol library links" and choose the same symbol as in step 1.
    Image

  4. The library link is now correct and the ERC will not report this error anymore.
    Image

Expected behavior
When placing a component for the first time, I expect it to create a correct library link and thus eliminating a need to recreate the library link.

Server Side

  • Part-DB Version: 1.16.1
  • PHP Version: 8.3.17
  • Database Server SQLite

Desktop (please complete the following information):

  • OS: [e.g. Windows 11]
  • Browser Chrome
@emilw5 emilw5 added the bug Something isn't working label Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant