gh-upload-sbom icon indicating copy to clipboard operation
gh-upload-sbom copied to clipboard

Response status code: Finished uploading BOM to Dependency-Track server. Error: Problem with request: read ECONNRESET Error: read ECONNRESET

Open shahidakhter786 opened this issue 1 year ago • 2 comments

I am facing this issue and dont know how to resolve it, i have tried almost everything but after 4 min 45 seconds, it just gives me this error: Response status code: Finished uploading BOM to Dependency-Track server. Error: Problem with request: read ECONNRESET Error: read ECONNRESET

if anyone can help me with this?

shahidakhter786 avatar May 08 '24 11:05 shahidakhter786

I do have the same problem, I use the follwoing workaround so it doesn't consume lot of time

timeout-minutes: 1 continue-on-error: true

SeifElsherif avatar Jul 09 '24 10:07 SeifElsherif

After migrating from DependencyTrack bundled image to frontend+backend+nginx proxy, I have the same issue. I don't have any idea what is wrong. In nginx logs, I see the correct response (200) for that PUT /api/v1/bom request but the action still waiting for the response code and after a few minutes receiving that error.

dawidroz avatar Jul 25 '24 10:07 dawidroz

Fixed in https://github.com/DependencyTrack/gh-upload-sbom/pull/35

nscuro avatar Aug 26 '24 20:08 nscuro