sparkmicro / Ki-nTree

Fast part creation for KiCad and InvenTree
GNU General Public License v3.0
178 stars 33 forks source link

LCSC supplier not working #231

Closed G-Pereira closed 4 months ago

G-Pereira commented 4 months ago

The API endpoint seems to be down. Is there any new API endpoint?

T0jan commented 4 months ago

The old endpoint is definitely not working anymore, I was not able to find a new working one yet

30350n commented 4 months ago

@zenermerps recently tracked this down and fixed it in inventree_part_import#47 and inventree_part_import#48.

It basically just changed from https://wmsc.lcsc.com/wmsc/ to https://wmsc.lcsc.com/ftps/wm/.

T0jan commented 4 months ago

@30350n perfect, will be fixed for new installs in the next release. existing installs have to update the API-URL in the Ki-nTree settings manually to:

https://wmsc.lcsc.com/ftps/wm/product/detail?productCode=

G-Pereira commented 4 months ago

Thanks guys. I am so happy to continue using this tool with this fix.