easyeda2kicad.py icon indicating copy to clipboard operation
easyeda2kicad.py copied to clipboard

Fails to import

Open fpovoski opened this issue 2 years ago • 4 comments

Suddenly(as in this morning), after importing numerous symbols into easyeda2kicad.kicad_sym, any further imports the program completes without errors, yet no symbol is actually populated in the kicad_sym file. Any ideas why?

fpovoski avatar Dec 01 '22 16:12 fpovoski

In case you want to see debug: C:\Users\fpovo>easyeda2kicad --symbol --overwrite --debug --lcsc_id C6186 -- easyeda2kicad.py v0.6.2 -- [DEBUG] Starting new HTTPS connection (1): easyeda.com:443 [DEBUG] https://easyeda.com:443 "GET /api/products/C6186/components?version=6.4.19.5 HTTP/1.1" 200 None [INFO] Created Kicad symbol for ID : C6186 Symbol name : AMS1117-3.3 Library path : C:\Users\fpovo\Documents\Kicad\easyeda2kicad/easyeda2kicad.kicad_sym

fpovoski avatar Dec 01 '22 16:12 fpovoski

I specify the library using the "output" to another kicad_sym file and it works. I then use "output" to specify the default file and no symbol is added.

fpovoski avatar Dec 01 '22 17:12 fpovoski

Same thing a year later. Imports footprint and 3d model but will not fetch the symbol. Have to create libraries other than "easyeda2kicad/easyeda2kicad.kicad_sym", which is annoying. Can you fix this?

fpovoski avatar Dec 17 '23 14:12 fpovoski

maybe it's this? https://github.com/uPesy/easyeda2kicad.py/issues/87

binary1230 avatar Jan 04 '24 02:01 binary1230