You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to send POST request to https://ossindex.sonatype.org/api/v3/component-report with a payload
{
"coordinates":[
"pkg:npm/macaddress@0.2.8"
]
}
the response contains code 500
{
"code": 500,
"message": "There was an error processing your request. It has been logged (ID d9bb96fc74c4f8d3)."
}
This issue breaks our build which calls OSS index component report with a number of packages in the POST body, but after analyses we found out that the package that triggers the error 500 is macaddress@0.2.8.