Exafunction / CodeiumVisualStudio

Visual Studio extension for Codeium
https://codeium.com
MIT License
109 stars 25 forks source link

"Retry Connection" on Visual Studio 2022 #82

Open cypher256 opened 2 months ago

cypher256 commented 2 months ago

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 commented 2 months ago

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