Multiple Errors Causing Application to be Unusable
See original GitHub issueThe majority of the functionality of the application is broken and I’m unsure as to the root cause.
The status bar has the following continuously: Initializing JS/TS language features
, and when I try run a task, Activating Extensions
but the pallete never opens.
Broken components:
- Terminal
- Run task pallete
- intellisense
Browser Console Error:
The connection to wss://<hostname>/?type=ExtensionHost&reconnectionToken=<TOKEN>&reconnection=true&skipWebSocketFrames=false was interrupted while the page was loading.
There also appears to be a continuous loop in the browser console of reconnects.
Log (Remote Server) Error Message:
[2020-06-02 07:36:59.959] [remoteagent] [error] [File Watcher (node.js)] Error: ENOENT: no such file or directory, stat '/home/coder/.local/share/code-server/Machine'
- Web Browser: Firefox Developer Edition
- Local OS: MacOS Cataline
- Remote OS: Docker (Ubuntu)
- Remote Architecture: x64
code-server --version
: code-server 3.3.0 7a74689c439e8e575a13267d24ecd3e1c9f5145e
The application is running on a Docker swarm behind a traefik reverse proxy.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Application Server agent becomes unusable with several ...
Application Server agent becomes unusable with several communication related errors with SQL Server DataServer.
Read more >Out of memory exception with high exceptions rate in multi ...
Rollbar seems to be causing out of memory issues when a multi threaded application causes burst of exceptions in short span of time....
Read more >503 Service Unavailable Error: What It Is and How to Fix It
A 503 Service Unavailable Error is an HTTP response status code indicating that a server is temporarily unable to handle the request.
Read more >How to restore Mac run out of application memory - Setapp
This error is caused by virtual memory being stored on the hard drive, once the standard RAM fills up. The memory management on...
Read more >Cannot deploy my app services: HTTP Error 503. The service ...
"503 service unavailable" errors are often caused when there are issues with the application, such as requests taking a long time, application ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seemingly this was caused by running on Phushion Passengers docker image. Built from the docker image seems to have fixed this.
@diegosucaria Please post some debug logging (https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server) in a discussion (under the help category) and we’ll see if we can get you sorted.