#Greetings I have a weird issue I cannot

1 messages · Page 1 of 1 (latest)

vast oasis
#

Anyone knows how to solve this? Using latest vscode on macos sonora.

river hinge
#

sorry to hear this. Can you copy paste what is in the Output tab under "Codeium"

vast oasis
#

@river hinge let me check that

river hinge
#

Hmm interesting. And what does the chat window show?

vast oasis
#

Yet I cannot type anything in the chat box

river hinge
#

Oh you need to enable telemetry to use chat. Have you changed that setting recently?

vast oasis
#

not that i know

river hinge
vast oasis
#

Unfortunatelly i cannot on mobile. Will check when at pc.

#

It opens some firebase webpage then it fails back and the error popsup

muted willow
#

Hi @river hinge I seem to have the same issue as @cosmicsound above - did this get resolved?
I checked my codeium account settings and restarted vscode a few times.
The Extension output doesn't show any errors or warnings except for the following.

E0913 06:55:44.096804 76525 context_module.go:616] Error on updating context module state: one or more errors while updating context items [error adding ccis for source CODE_CONTEXT_SOURCE_SEARCH_RESULT: error updating search context items: no metadata to make search request]

I also signed out of Codeium and signed back in.
Also, the suggested inputs for chat work when I click on them.
Even with vscode telemetry switched to all as suggested in the support forum, it doesn't work.

river hinge
muted willow
river hinge
#

@summer rivet any ideas

muted willow
#

FWIW, code completion, search, explain command, etc. are working fine - it's just that I cannot type (or paste) in that chat box

summer rivet
#

Releasing a new version tomorrow that should help debug what’s going on.

muted willow
# summer rivet Releasing a new version tomorrow that should help debug what’s going on.

Thank you!
Here's the relevant debug info (Note: I'm not sure this should contain the API-Key?)

{
  "url": "vscode-webview://.../index.html?id=...&origin=...&swVersion=4&extensionId=Codeium.codeium&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-cdn.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app&purpose=webviewView",
  "connection": {
    "status": "READY",
    "error": {}
  },
  "isChatEnabled": false,
  "handshake": {
    "disabledTelemetry": false,
    "ignoreChatTelemetrySetting": false
  },
  "params": {
    "ideTelemetryEnabled": false,
    "ready": true,
    "apiKey": "<redacted>",
    "extensionName": "vscode",
    "extensionVersion": "1.2.88",
    "ideName": "vscode",
    "ideVersion": "Visual Studio Code 1.82.1",
    "locale": "en",
    "hasDevExtension": false,
    "appName": "Visual Studio Code",
    "webServerUrl": "ws://127.0.0.1:45677",
    "diffViewEnabled": true,
    "openFilePointerEnabled": true,
    "insertAtCursorEnabled": true
  },
  "data": {
    "numMessages": 0
  },
  "bridge": {
    "bridgeType": "vscode-bridge"
  },
  "health": {
    "checkStatus": 200,
    "error": {}
  }
}

It says that IDE Telemetry is not enabled, while in fact, VSCode Telemetry Setting is set to all.

FWIW: I can now type in the chat input, but not submit it (Enter will just give me a newline) - but that makes more sense given that Chat is still disabled due to the above settings.

shy yacht
muted willow
#

@shy yacht thank you! "telemetry.enableTelemetry" was set to false and is indeed Deprecated in favor of the #telemetry.telemetryLevel#, but still takes precedence