Skip to content
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

Direct Connection Bug from Sentry #795

Open
sentry-io bot opened this issue Dec 20, 2024 · 0 comments
Open

Direct Connection Bug from Sentry #795

sentry-io bot opened this issue Dec 20, 2024 · 0 comments
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 20, 2024

Sentry Issue: VSCODE-EXTENSION-GH

ResponseError: Response returned an error code
  File "..\src\clients\sidecar\runtime.ts", line 147, in {_BaseAPI#2}.request
    throw new ResponseError(response, "Response returned an error code");
  File "..\src\clients\sidecar\apis\ConnectionsResourceApi.ts", line 228, in ConnectionsResourceApi.gatewayV1ConnectionsPostRaw
    const response = await this.request(
  File "..\src\clients\sidecar\apis\ConnectionsResourceApi.ts", line 248, in ConnectionsResourceApi.gatewayV1ConnectionsPost
    const response = await this.gatewayV1ConnectionsPostRaw(requestParameters, initOverrides);
  File "..\src\sidecar\connections.ts", line 69, in tryToCreateConnection
    connection = await client.gatewayV1ConnectionsPost({
  File "..\src\directConnectManager.ts", line 221, in {_DirectConnectionManager#2}.createOrUpdateConnection
    connection = update ? await tryToUpdateConnection(spec) : await tryToCreateConnection(spec);
...
(5 additional frame(s) were not displayed)
@sentry-io sentry-io bot added bug extension development Topics specifically relating to the development process for the extension (or sidecar), not usage. labels Dec 20, 2024
@shouples shouples removed the extension development Topics specifically relating to the development process for the extension (or sidecar), not usage. label Dec 20, 2024
@shouples shouples removed the bug label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant