-
Notifications
You must be signed in to change notification settings - Fork 29
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
Failed to fetch, inference server ... #165
Comments
fix in 5.2.3 |
Again same error same message today |
You have a problem with internet connection user http proxy. |
Hey @Maziar123 we looked at the logs, and found a panic in the middle where refact-lsp was trying to set up a watcher on a directory, to keep track on files appearing and disappearing. Me and @valaises we are not even sure it's a good idea not to crash there, because if it continues without a file watcher, it's an inconsistent state that's not really working :/ What did you do to produce this? (and your complaint is about the red message that might be not that visible in the logs) |
I started vscode (in arch linux) with ssh proxy : export http_proxy=http://172.16.XX.YY:8080/ export ELECTRON_ENABLE_WAYLAND=1 /usr/bin/code ---enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland Also, why do we have some messages in red that we can't copy or log? |
Hmm I'm not even sure what is this setup :D Maybe I can get @mitya52 or @reymondzzzz look into this next week. |
Ok, I wait for it, The export ELECTRON_ENABLE_WAYLAND=1 /usr/bin/code ---enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland is not problem My experience suggests that the problem is the type of proxy you support, especially on Linux. |
Error: Failed to fetch
Click to retry
v5.2.1
The text was updated successfully, but these errors were encountered: