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

"Retry Connection" on Visual Studio 2022 #82

Open
cypher256 opened this issue Apr 30, 2024 · 1 comment
Open

"Retry Connection" on Visual Studio 2022 #82

cypher256 opened this issue Apr 30, 2024 · 1 comment

Comments

@cypher256
Copy link

cypher256 commented Apr 30, 2024

I get a Retry Connection error in Visual Studio 2022 and cannot connect by pressing the button.
However, it works fine in Eclipse 2023 and VSCode.
Windows 11 Pro (Proxy)

Visual Studio 2022

image

Debug Output

{
  "url": "http://127.0.0.1:65149/?api_key=xxxxxxxxxxxxxxxxxxxxx&extension_name=Codeium&extension_version=1.8.25&ide_name=visual_studio&ide_version=17.8.34525.116&locale=ja-JP&ide_telemetry_enabled=true&app_name=Visual%20Studio&web_server_url=ws://127.0.0.1:65148&has_dev_extension=false&has_index_service=true&open_file_pointer_enabled=true&diff_view_enabled=true&insert_at_cursor_enabled=true&has_enterprise_extension=false",
  "connection": {
    "status": "CONNECTED",
    "error": {}
  },
  "isChatEnabled": false,
  "handshake": {},
  "params": {
    "ideTelemetryEnabled": true,
    "ready": true,
    "apiKey": "xxxxxxxxxxxxxxxxxxxxx",
    "extensionName": "Codeium",
    "extensionVersion": "1.8.25",
    "ideName": "visual_studio",
    "ideVersion": "17.8.34525.116",
    "locale": "ja-JP",
    "hasDevExtension": false,
    "hasEnterpriseExtension": false,
    "hasIndexService": true,
    "appName": "Visual Studio",
    "webServerUrl": "ws://127.0.0.1:65148",
    "diffViewEnabled": true,
    "openFilePointerEnabled": true,
    "insertAtCursorEnabled": true
  },
  "data": {
    "numMessages": 0
  },
  "bridge": {
    "bridgeType": "null"
  },
  "health": {
    "checkStatus": 200,
    "error": {}
  }
}

image

@pqn pqn transferred this issue from Exafunction/codeium Apr 30, 2024
@cypher256
Copy link
Author

cypher256 commented May 2, 2024

Solved. thank you.
#32#issuecomment-1865741244
image
I also needed the environment variable HTTPS_PROXY.

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