-
-
Notifications
You must be signed in to change notification settings - Fork 131
Mouser API is only returning part image, NO Parameters or Datasheet link #503
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
Comments
More information, have those lines enabled in docker-compose.yaml causes digikey search > add part to return and internal server error.
Uncommenting the last 3 lines causes the add part fault. I deleted all the private information. |
Part-DB parses (almost) every information returned by the Mouser API. However it seem that it is broken in that aspects: There is a Similar for the As Mouser does not provide this information via its API, Part-DB can not retrieve them. I will add at least a hint to the docs, that this behavior is denoted. |
On my test system it is running fine, with all providers enabled simultaneously. Ensure that all authentication tokens for the APIs are correct and try to clear Part-DBs cache. |
I will try this. When all 3 lines were on I could use mouser and octopart. I installed it on a 2nd computer overnight to be sure my backup tarball of the folder was would work. I wanted to be sure before doing anything else as entering the parts is not something I want to repeat. Many of the commands include bin/console I cannot find this on my system. The following command does work and it includes bin/console.
This one does not |
yes if you use docker, you have to replace run the console commands that way. But its basically the same. Just replace the part after bin/console with the command you want to exectute. Therfore if you want to clear the cache, you will need to do something like:
|
That makes since once somebody said it. Thanks.
Is this the correct action, might be helpful to add that to the docs? I don't think I was supposed to put the info provider info in this file, but the others didn't work. But I knew even less about what I was doing then. Problem is resolved, thanks again |
Just adding one data point: |
I just got partsDB installed on Gentoo Linux with Docker. This was all new territory for me.
I installed Digikey API and spent days inputting data, then Octopart, now I'm trying Mouser.
When I search the part I get the results, but when I click add part I have a blank parameters page. I do get the attachment populated for product image, but no datasheet. Looking on the Mouser site it looks like the API should be giving this information like Digikey and Octopart did.
Is this user error, limitation, or a bug?
A couple other things. I don't have a bin/console like called for in the instructions. And it took a while to figure out that
docker-compose
was actuallydocker compose
on my system.The text was updated successfully, but these errors were encountered: