Skip to content
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

Accessing from windows is broken #1659

Closed
silenceleaf opened this issue May 18, 2020 · 10 comments · Fixed by #1670
Closed

Accessing from windows is broken #1659

silenceleaf opened this issue May 18, 2020 · 10 comments · Fixed by #1670
Assignees
Labels
bug Something isn't working
Milestone

Comments

@silenceleaf
Copy link

I am using static version of linux 64 bit build.

Program can start without any error. when accessing, code highlight is gone. File icon is gone.

No error log, everything looks correct.

image

Look at the snap shot. The Java file is not highlighted. File icon missing.

@nhooyr
Copy link
Contributor

nhooyr commented May 18, 2020

Can you try to clear your browser cache or try a different browser?

@nhooyr
Copy link
Contributor

nhooyr commented May 18, 2020

@nhooyr
Copy link
Contributor

nhooyr commented May 18, 2020

cc @code-asher

@silenceleaf
Copy link
Author

silenceleaf commented May 18, 2020

Can you try to clear your browser cache or try a different browser?

Tried clear browser cache, same.

debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Ctheme-defaults%5Cthemes%5Cdark_plus.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Ctheme-seti%5Cicons%5Cseti.woff&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjson%5Csyntaxes%5CJSONC.tmLanguage.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjson%5Clanguage-configuration.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjava%5Csyntaxes%5Cjava.tmLanguage.json&tkn=","code":404}
debug Request error {"url":"/vscode-remote-resource?path=%5Chome%5Cjunyan%5Cstorage%5Capp%5Ccode-server%5CCode%5Clib%5Cvscode%5Cextensions%5Cjava%5Clanguage-configuration.json&tkn=","code":404}

When I turn on debug log, lot of 404 errors. seems file not found, but it is there.

same start command, 3.2.0 has no issue.

@nhooyr nhooyr added the bug Something isn't working label May 18, 2020
@nhooyr
Copy link
Contributor

nhooyr commented May 18, 2020

Seems like the same as in #1642

@immanuelfodor
Copy link

Might be related to #1660 as well.

I have the exact same problems on v3.3.0, Material Theme not loading, icons/fonts missing, YAML syntax highlight not working, etc. Reverted back to 3.2.0 (Docker tag) and it's fine again.

@nhooyr nhooyr changed the title lot of problems in 3.3.0 Accessing from windows is broken May 18, 2020
code-asher added a commit that referenced this issue May 18, 2020
code-asher added a commit that referenced this issue May 18, 2020
@silenceleaf
Copy link
Author

When will you issue a fixed version?

@nhooyr
Copy link
Contributor

nhooyr commented May 18, 2020

In the next few hours.

@silenceleaf
Copy link
Author

In the next few hours.

Super!

@nhooyr
Copy link
Contributor

nhooyr commented May 19, 2020

https://github.com/cdr/code-server/releases/tag/v3.3.1

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants