Exafunction / codeium

Other
229 stars 12 forks source link

unable to download language server #78

Open gowthamlee123 opened 3 months ago

gowthamlee123 commented 3 months ago

i have a this issue so i did not use codeium help mee

arielcon commented 3 months ago

me too. I'm installing the extension and getting this message

Error: Codeium: Unable to download language server. If issues persist after restarting your IDE, please contact vscode@codeium.com. Attempted download URL: https://github.com/Exafunction/codeium/releases/download/language-server-v1.10.11/language_server_windows_x64.exe.gz.

laurenh commented 3 months ago

Ditto, with exactly the same error.

AmirMohammadiKarbalaei commented 3 months ago

Same issue here

elanchen47 commented 3 months ago

the same issue on my side.

AmirMohammadiKarbalaei commented 3 months ago

To resolve the language server download issue, I followed these steps:

  1. Disabled Codeium's Autocompletion: I did this by clicking on Codeium in the bottom right-hand corner of VS Code, as shown in the image below. image

  2. Disabled the Codeium Extension: Temporarily turned off the extension from the VS Code extensions panel.

  3. Restarted VS Code: Closed and reopened the editor to apply the changes.

  4. Re-enabled the Codeium Extension: After restarting, I turned the extension back on. It successfully downloaded and initialised.

signocob2 commented 1 month ago

To resolve the language server download issue, I followed these steps:

  1. Disabled Codeium's Autocompletion: I did this by clicking on Codeium in the bottom right-hand corner of VS Code, as shown in the image below. image
  2. Disabled the Codeium Extension: Temporarily turned off the extension from the VS Code extensions panel.
  3. Restarted VS Code: Closed and reopened the editor to apply the changes.
  4. Re-enabled the Codeium Extension: After restarting, I turned the extension back on. It successfully downloaded and initialised.

I tried this, but it doesn't work for me.

slayt12 commented 1 month ago

Same issue on multiple fresh installs. Both locally and through an ssh tunnel. Tried nuking the ~/.codeium folder after removing the extension VS Code version: 1.94.2 OS: Fedora 40

kmvan commented 1 month ago

I downloaded the gz file. And extract. Move language_server_linux_x64 to /home/[your user name]/.vscode/extensions/codeium.codeium-1.22.4/dist/[hash] and restart codeium.

Work XD.

LucasLuann commented 4 weeks ago

I followed these steps: Install specific version -> image image

harshithsunku commented 2 weeks ago

Codeium Language Server Download Error - Workaround

Issue

After updating to the latest Codeium plugin version, I encountered the following error on opening VS Code:

Codeium: Unable to download language server. If issues persist after restarting your IDE, please contact vscode@codeium.com. Attempted download URL: https://releases.codeiumdata.com/language-server-v1.22.5/language_server_linux_x64.gz

Root Cause

It appears that the download URL may be incorrect or has trouble accessing the required file.

Workaround Solution

Here's a fix that worked for me:

  1. Navigate to the following directory:

    ~/.vscode/extensions/codeium.codeium-1.22.5/dist
  2. Open the extension.js file in a text editor

  3. Search for:

    https://releases.codeiumdata.com/language-server-v
  4. Replace it with:

    https://github.com/Exafunction/codeium/releases/download/language-server-v

This change has been tested and is working to resolve the download issue. Hopefully, this helps others facing the same problem!

Cheesidibbl commented 2 weeks ago

Thank you! I installed it and it did not work but now it does!. Thanks!!!! 👍

AEAQA commented 2 weeks ago

A solution when it happens at Remote Server:

When this error occured, the details can be found in outputs of the VSCode.

As for me, I am using Codeium at a remote server, and when I set the proxy correctly of the remote server like http://user:pass123@proxy.example.com:8080 Consequently after restarting the IDE, Codeium ran successfully as expected.

Note that the password symbol has its unique map rule, like %40 denotes @ in my password.

tangm421 commented 6 days ago

you need proxy, If you are using remote vscode, you need to set up a remote proxy 估计这个问题只有国内用户才会出现... codeium相关的域名只能挂梯子用!