Exafunction / CodeiumJetBrains

Codeium JetBrains Plugin
MIT License
46 stars 14 forks source link

Clion 2024.2.2 w/ Codeium 1.16.13 through 1.20.2: "Disconnected from Codeium Server", inlay hints broken #40

Closed Algomorph closed 3 days ago

Algomorph commented 2 weeks ago

I'm seeing "Disconnected from Codeium Server" on Clion 2024.2.2 w/ Codeium 1.16.13 on the (older?) $15/mo Teams plan.

No combination of uninstalling, deleting $HOME/.codeium folder, re-logging in fixes this. Inlay hints / autocomplete not working. Chat appears to be working. Indexing also appears to be working (sans errors in the log, I suppose).

CLion log: idea.log

Codeium diagnostics (from "Download Diagnostics"): Codeium_Diagnostics.log

mryll commented 2 weeks ago

I’m experiencing the exact same issue, but on Goland 2024.2.2 (Codeium 1.16.13). I’m on the Pro plan.

reallyflying commented 1 week ago

me too,I am using pycharm, Codeium latest version 1.16.13

Malakof commented 1 week ago

1.16.18 still broken in pycharm, no completion, going back to 1.14.14

diags.txt

ZerGo0 commented 1 week ago

UPDATE: Codeium 1.20.2 didn't fix it for me.

1.16.18 still broken in pycharm, no completion, going back to 1.14.14

diags.txt

Going back to 1.14.14 worked for me as well. 1.16.X does not for me either.

  1. Download version 1.14.14 from above
  2. Open your IDE and press Ctrl+Alt+S to open the IDE settings.
  3. Select Plugins, click the cog and then click Install Plugin from Disk.
  4. Select the plugin archive file and click OK.
  5. Click OK to apply the changes and restart your IDE if prompted.
gtache commented 1 week ago

Same problem on IntelliJ Ultimate 2024.2.0.2.
Going back to 1.14.14 worked for me as well, thanks for the procedure.

Algomorph commented 1 week ago

Problem still present w/ Codeium plugin ver 1.20.2

fortenforge commented 1 week ago

Can you share your idea.log file?

Algomorph commented 1 week ago

@fortenforge here.

All I have to do is hit "enter" in a .cpp file and I get "Disconnected from Codeium Server". So it looks like it tires to do autocomplete, then disconnects right away.

idea.log

Algomorph commented 3 days ago

1.20.4 fixes the issue! Thank you @fortenforge and any other maintainers who worked on this. Other users: closing, reopen if needed.