Bobbe
Bobbe
SupplierParts get retrieved here: https://github.com/30350n/inventree-part-import/blob/7237a3dee4406be1fe8d476f1c56d4680f8834a8/inventree_part_import/inventree_helpers.py#L23-L33 So it would be interesting what `sku` is set to in your case and whether or not the `SKU`s of the returned `supplier_parts` actually match...
Closing this as you seem to have been the only one ever experiencing this. (Feel free to ask me to reopen this if its still relevant ^^)
Thanks for reporting! Can you try running the version from `master` with `--verbose`? That should log any InvenTree API calls to the console and might help identifying where the issue...
Hm, hard to tell what's the issue here. Try running with `--verbose`. You can also try reinstalling `inventree_part_import` (if you installed it a while ago).
The problem is that you have two 'Power' subcategories, one in 'Integrated Circuits' and one in 'Connectors'. As they would share the same 'slug', they don't get added to the...
> Firstly, the Mouser API gives only a few "ProductAttributes", so apparently "scraping" is attempted to get all the parameters, at the "ProductDetailUrl". The problem is, that that URL does...
I wouldn't exactly call that a workaround, as it still doesn't solve the problem for parts that are only available at Mouser, but not at other suppliers, but yes, that's...
I've just released [1.8](https://github.com/30350n/inventree_part_import/releases/tag/1.8) which contains these changes.
Good catch, fixed in [1.8.1](https://github.com/30350n/inventree_part_import/releases/tag/1.8.1).
I've implemented the relevant v4 endpoints in [`1c920eb`](https://github.com/30350n/inventree-part-import/commit/1c920eb85295915d1effaaf9671d5d38164e1759) now, so I'll be closing this in favor of that implementation as previously discussed in #63 now. Feel free to test out...