30350n / inventree_part_import

CLI to import parts from suppliers like DigiKey, LCSC, Mouser, etc. to InvenTree
MIT License
28 stars 8 forks source link

LCSC not working #56

Closed Zontex closed 3 months ago

Zontex commented 3 months ago

Trying as follows inventree-part-import C181133 gives me:

successfully setup categories!

searching for C181133 ... warning: failed to get page, retrying in 3.0s with new session and user agent (no results at LCSC)

reimporting failed/incomplete parts in interactive mode ...

searching for C181133 ... (no results at LCSC)

the following parts failed to import: C181133

Tried also with ID, names and other things.

30350n commented 3 months ago

This was fixed in #48. If you install the newest version from master it will work.

Zontex commented 3 months ago

Pip is outdated. fixed it by : pip install git+https://github.com/30350n/inventree_part_import.git

30350n commented 3 months ago

Yep, exactly. I haven't yet made a new release because mouser is still partially broken.