You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this on openning Codeium Chat, also missing those quick acceses of 'generate' stuffs above method(donno if it's new feature), but the inline hints still works. Restarting IDE wouldn't help, re-install plugin couldn't either. I'm on IntelliJ IDEA 2024.1.4. Codeium plugin 1.8.85.
==== Debug Output ====
Connection Error
Missing chat language server URL. Please ensure that you are signed in to the Codeium plugin and close / reopen the chat window. If the problem persists, please restart the IDE.
{
"url": "http://127.0.0.1:52424/?api_key=my api key",
"connection": {
"status": "CONNECTING",
"error": {
"name": "Error",
"message": "Missing chat language server URL. Please ensure that you are signed in to the Codeium plugin and close / reopen the chat window. If the problem persists, please restart the IDE."
}
},
"isChatEnabled": false,
"handshake": {},
"params": {
"ideTelemetryEnabled": false,
"ready": true,
"apiKey": "my api key",
"hasDevExtension": false,
"hasEnterpriseExtension": false,
"hasIndexService": false,
"diffViewEnabled": false,
"openFilePointerEnabled": false,
"insertAtCursorEnabled": false
},
"data": {
"numMessages": 0
},
"bridge": {
"bridgeType": "null"
},
"health": {
"checkStatus": null,
"error": {
"name": "TypeError",
"message": "Failed to fetch"
}
}
}
The text was updated successfully, but these errors were encountered:
Got this on openning Codeium Chat, also missing those quick acceses of 'generate' stuffs above method(donno if it's new feature), but the inline hints still works. Restarting IDE wouldn't help, re-install plugin couldn't either. I'm on IntelliJ IDEA 2024.1.4. Codeium plugin 1.8.85.
==== Debug Output ====
Connection Error
Missing chat language server URL. Please ensure that you are signed in to the Codeium plugin and close / reopen the chat window. If the problem persists, please restart the IDE.
{
"url": "http://127.0.0.1:52424/?api_key=my api key",
"connection": {
"status": "CONNECTING",
"error": {
"name": "Error",
"message": "Missing chat language server URL. Please ensure that you are signed in to the Codeium plugin and close / reopen the chat window. If the problem persists, please restart the IDE."
}
},
"isChatEnabled": false,
"handshake": {},
"params": {
"ideTelemetryEnabled": false,
"ready": true,
"apiKey": "my api key",
"hasDevExtension": false,
"hasEnterpriseExtension": false,
"hasIndexService": false,
"diffViewEnabled": false,
"openFilePointerEnabled": false,
"insertAtCursorEnabled": false
},
"data": {
"numMessages": 0
},
"bridge": {
"bridgeType": "null"
},
"health": {
"checkStatus": null,
"error": {
"name": "TypeError",
"message": "Failed to fetch"
}
}
}
The text was updated successfully, but these errors were encountered: