CodeiumVisualStudio icon indicating copy to clipboard operation
CodeiumVisualStudio copied to clipboard

"Retry Connection" on Visual Studio 2022

Open cypher256 opened this issue 1 year ago • 2 comments

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

cypher256 avatar Apr 30 '24 09:04 cypher256

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

cypher256 avatar May 02 '24 00:05 cypher256

I also needed the environment variable HTTPS_PROXY

Could you please explain this.. thanks.

rarahim75 avatar Jul 30 '24 07:07 rarahim75