self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

Proguards not downloading

Open Meraj opened this issue 1 year ago • 1 comments

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

Steps to Reproduce

  • upload a proguard file using sentry-cli or event android studio
  • try to download the proguard from sentry dashboard

Expected Result

  • download proguard files successfully

Actual Result

proguard file not downloading, it seems that there is some issue with EOF

when sending curl:

curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)

Product Area

APIs

Link

No response

DSN

No response

Version

24.9.0

Meraj avatar Oct 02 '24 20:10 Meraj

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] avatar Oct 02 '24 20:10 getsantry[bot]

Could you please retry this with 24.11? If it still occurs, could you please provide the detailed error log? Thank you.

bc-sentry avatar Nov 11 '24 20:11 bc-sentry

Hi, I did some debugging and found that each file contains multiple FileBlob instances, which exceed the actual file size and prevent reaching the end-of-file (EOF) condition. It turns out the issue was related to my database sequence, not a bug from Sentry.

Meraj avatar Nov 11 '24 20:11 Meraj