-
Notifications
You must be signed in to change notification settings - Fork 5.9k
1.408-vsc1.32.0 report error : TypeError: Path must be a string. #351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, How do you solve the problem running code-server binary on CentOS ?
|
use |
Same error when code-server is started via Docker. Ubuntu 18.04 x64, latest Docker version. |
it will show all GLIBCXX's version, if not your want, you need newer |
GLIBCXX 3.4 to 3.4.25. Same error, running on Arch Linux latest. Error occurs only when append |
Will fix. |
Have you updated docker image with this fix?
|
No it's not released yet. You could build your own docker image though, that's what I did for now. $ The |
code-server
version:Description
update
1.32.0-310
to1.408-vsc1.32.0
,error report:Steps to Reproduce
wget https://github.com/codercom/code-server/releases/download/1.408-vsc1.32.0/code-server1.408-vsc1.32.0-linux-x64.tar.gz
tar -xvzf code-server1.408-vsc1.32.0-linux-x64.tar.gz
code-server
binarycp code-server1.408-vsc1.32.0-linux-x64/code-server code-server/
code-server
./code-server /home/code-server/workspace -h 127.0.0.1 -p 8444 --cert /home/ssl/code/cert.crt --cert-key /home/ssl/code/cert.key --allow-http --password=Secret8866.
The text was updated successfully, but these errors were encountered: