-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
API request failed caused by: [56] Failure when receiving data - POST is failed #2097
Comments
Assigning to @getsentry/support for routing ⏲️ |
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-releases for triage ⏲️ |
Routing to @getsentry/product-owners-settings-auth for triage ⏲️ |
Routing to @getsentry/product-owners-releases for triage ⏲️ |
@aklevleeva do you know why API endpoint is failing and with what response? Since you are using self-hosted it will be difficult for us to debug your problem without knowing that. |
can you try again on a newer version of sentry cli. the newest version is 2.21.3 |
Hi @malwilley, @scttcper It is a flow issue - caught time from time. There is no reason to fail the endpoint with such error. I have provided the response and the error in the description. There are 3 commands and the error occurs at the last one. Thanks, Aneliya |
I'm running into the same issue on our Windows build VM. I think it happened always, but somehow seems to have gotten worse today, for no particular reason. The API endpoint doesn't seem to matter, I can replicate the issue with both
Things I tried to far:
tl;dr - seems to be a Windows-only sentry-cli issue that happens only on self-hosted instances. In case it turns out to be relevant: our self-hosted instance is using basically the default config, the only change is that we are using traefik as a reverse proxy instead of exposing the port directly: nginx:
<<: *restart_policy
- ports:
- - "$SENTRY_BIND:80/tcp"
+ #ports:
+ # - "$SENTRY_BIND:80/tcp"
+ labels:
+ - traefik.enable=true
+ - traefik.http.routers.sentry.rule=Host(`sentry.***`)
+ - traefik.http.routers.sentry.entrypoints=websecure |
I'm encountering this during local debugging on windows as well |
I'm going to transfer this to sentry-cli then |
Hi all, looks like the error message is originating from the It looks like the latest CLI release is using an older version of Let's see whether bumping the dependency solves the problem before investigating further. |
`curl` had already been updated to `0.4.44` in `Cargo.lock`; this commit updates the dependency in `Cargo.toml` to match. ref #2097
As of Sentry CLI v2.32.2, we are using |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you remove the label "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
What are you trying to accomplish?
Steps to Reproduce
curl https://github.com/getsentry/sentry-cli/releases/download/2.8.0/sentry-cli-Windows-x86_64.exe -o sentry-cli.exe -L
sentry-cli.exe --log-level=debug --url CUSTOM_URL login --auth-token TOKEN
sentry-cli.exe --log-level=debug --url CUSTOM_URL releases new NEW_RELEASE --org sentry -p TEST
sentry-cli.exe --log-level=debug --url CUSTOM_URL upload-dif -o sentry -p treat --wait OUTPUT --include-sources
Expected Result
auth - success
new release created - success
All pdb files are uploaded - success
Actual Result
auth - success
new release created - success
All pdb files are uploaded - failed with the below errors
How are you getting stuck?
This error is a temporary one and we don't experience it constantly. Is started to fail unexpectedly and we don't see any related errors or significant load increase in the sentry logs.
Where in the product are you?
APIs
Link
No response
DSN
No response
Version
23.10.1
The text was updated successfully, but these errors were encountered: