replaysMike / Binner

Open source parts inventory system for makers, electronics hobby, and professional engineers
https://binner.io
GNU General Public License v3.0
265 stars 41 forks source link

[Bug]: Search APIs not working properly... #203

Open ct2irw opened 1 year ago

ct2irw commented 1 year ago

Binner version

2.5.9

Operating System

Linux x64

Describe the bug and the steps to reproduce it

Digikey API is showing incorrect values, examples:

Mouser API also has issues:

Would you like to attach your appsetings.json configuration?

I've just enabled (set to true) the digikey or the mouser integration depending on the actual tested api...

Screenshots or Videos (Optional, but they help!)

No response

Are you able to contribute a PR? (No is ok!)

None

replaysMike commented 1 year ago

That's a first, I'll investigate shortly

ct2irw commented 1 year ago

Thanks.

Some additional information that might help...

  1. NRF52840-QIAA-F-R returned no results with Mouser and Digikey Enabled
  2. I've additionally enabled octopart, and after that digikey returned the same cap from the previous report.
  3. Disabled octopart and now digikey keeps reporting the same cap...

BR, Diogo

grego1981 commented 1 year ago

Same here, I cannot create an app other than sandbox and I get the same cap for all searches.

belotv commented 1 year ago

You must first create an "Organization" and then create a "Production" API rather than a sandbox API.

ct2irw commented 1 year ago

You must first create an "Organization" and then create a "Production" API rather than a sandbox API.

Hi belotv, you're right with production it does work. I just had to do a "Forget Credentials" before actually setting up the production API.

Not sure if it makes sense to keep this as an open issue as it works with production, just not sandbox...

Thanks for the help!