#Greetings I have a weird issue I cannot
1 messages · Page 1 of 1 (latest)
sorry to hear this. Can you copy paste what is in the Output tab under "Codeium"
Hmm interesting. And what does the chat window show?
Oh you need to enable telemetry to use chat. Have you changed that setting recently?
not that i know
can you go to https://www.codeium.com/profile and check user settings
Unfortunatelly i cannot on mobile. Will check when at pc.
It opens some firebase webpage then it fails back and the error popsup
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.
Can you also check your codeium telemetry settings on the codeium.com/profile page
Had it like this from the start.
@summer rivet any ideas
FWIW, code completion, search, explain command, etc. are working fine - it's just that I cannot type (or paste) in that chat box
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.
you must open your user settings json file and search for "telemetry" setting: I had some old deprecated telemetry setting which can't be seen on settings dialog, so I removed them from my user settings json file and now it works
@shy yacht thank you! "telemetry.enableTelemetry" was set to false and is indeed Deprecated in favor of the #telemetry.telemetryLevel#, but still takes precedence