Open gowthamlee123 opened 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.
Ditto, with exactly the same error.
Same issue here
the same issue on my side.
To resolve the language server download issue, I followed these steps:
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.
Disabled the Codeium Extension: Temporarily turned off the extension from the VS Code extensions panel.
Restarted VS Code: Closed and reopened the editor to apply the changes.
Re-enabled the Codeium Extension: After restarting, I turned the extension back on. It successfully downloaded and initialised.
To resolve the language server download issue, I followed these steps:
- 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.
- Disabled the Codeium Extension: Temporarily turned off the extension from the VS Code extensions panel.
- Restarted VS Code: Closed and reopened the editor to apply the changes.
- 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.
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
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.
I followed these steps: Install specific version ->
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
It appears that the download URL may be incorrect or has trouble accessing the required file.
Here's a fix that worked for me:
Navigate to the following directory:
~/.vscode/extensions/codeium.codeium-1.22.5/dist
Open the extension.js
file in a text editor
Search for:
https://releases.codeiumdata.com/language-server-v
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!
Thank you! I installed it and it did not work but now it does!. Thanks!!!! 👍
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.
you need proxy, If you are using remote vscode, you need to set up a remote proxy 估计这个问题只有国内用户才会出现... codeium相关的域名只能挂梯子用!
i have a this issue so i did not use codeium help mee