sonatype-nexus-community / auditjs

Audits an NPM package.json file to identify known vulnerabilities.
https://www.npmjs.com/package/auditjs
Apache License 2.0
224 stars 53 forks source link

[BUG] Sonatype Service Temporarily Unavailable #267

Closed shamin closed 1 year ago

shamin commented 1 year ago

Describe the bug Getting an error saying that Service Temporarily Unavailable

To Reproduce Steps to reproduce the behavior:

  1. Run auditjs ossi -q
  2. See error
    [2023-03-17T14:35:08.980] [ERROR] auditjs - There was an error auditing with Sonatype OSS Index Error: There was an error making the request: Error: Service Temporarily Unavailable
    at .../node_modules/auditjs/bin/Services/OssIndexRequestService.js:71:19
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Promise.all (index 1)

Desktop (please complete the following information):

Additional context

cc @bhamail / @DarthHater / @allenhsieh / @Slim-Shary

danny-lowery commented 1 year ago

I'm seeing the same error. As a result, all our nightly audit pipelines are failing.

danny-lowery commented 1 year ago

The 503 error is no longer occurring so the issue has been resolved now👍

shamin commented 1 year ago

Thanks @danny-lowery. It is resolved now.