tscircuit / easyeda-converter

Convert easyeda JSON PCB footprints into tscircuit json
MIT License
2 stars 2 forks source link

[C220848] Failed to import from JLCPCB #69

Closed seveibar closed 3 weeks ago

seveibar commented 4 weeks ago

I tried to import the part number C220848 from JLCPCB, but it failed. Here's the error I got:

Failed to generate snippet from JLCPCB part: object null is not iterable (cannot read property Symbol(Symbol.iterator))

Could be an issue in fetchEasyEDAComponent or convertRawEasyEdaToTs

andrii-balitskyi commented 3 weeks ago

@seveibar seems to be working

Image

seveibar commented 3 weeks ago

Ty!