Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data provider parsing error #793

Open
jpnielsen opened this issue Dec 7, 2024 · 1 comment
Open

data provider parsing error #793

jpnielsen opened this issue Dec 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jpnielsen
Copy link

jpnielsen commented Dec 7, 2024

Describe the bug
Adding a part from Digikey, I get some unexpected results.

A part like "LF353DR" for example, has 3 part numbers - and the Provider category is correct for the first, but the others get it wrong and repeat "Amplifiers -> Instrumentation, Op Amps, Buffer Amps", as seen in the screenshot.

image

Category, Provider: Integrated Circuits (ICs) -> Linear -> Amplifiers -> Instrumentation, Op Amps, Buffer Amps

and the next line:

Category, Provider: Integrated Circuits (ICs) -> Linear -> Amplifiers -> Instrumentation, Op Amps, Buffer Amps -> Amplifiers -> Instrumentation, Op Amps, Buffer Amps

and the last:

Category, Provider: Integrated Circuits (ICs) -> Linear -> Amplifiers -> Instrumentation, Op Amps, Buffer Amps -> Amplifiers -> Instrumentation, Op Amps, Buffer Amps -> Amplifiers -> Instrumentation, Op Amps, Buffer Amps

I would expect the Provider Category to be the same for all 3 part numbers.

(the last three discontinued listings are not relevant )

Part-DB Version: 1.14.5 on Raspberry Pi 4 (debian bookworm, aarch64)
Chrome browser on Windows 11.

@jpnielsen jpnielsen added the bug Something isn't working label Dec 7, 2024
@jbtronics
Copy link
Member

This is how the digikey API returns the data. There is not much which we can do about it.

Maybe this will become better, if we upgrade the digikey provider to the v4 Digikey API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants