Closed
Description
- Web Browser: Safari
- Local OS: iPadOS 14.3
- Remote OS: Ubuntu 20.04
- Remote Architecture: x86_64
code-server --version
: 3.9.0 fc6d123
When running code-server --link
, the process starts successfully however when you go to the link given in the server output, the error Error connecting to your code-server instance
shows up when you go to the site.
Initially, no error gets thrown in the terminal however after around 1 hour,
[2021-02-16T09:59:22.641Z] info 2021/02/16 09:59:22 [ERR] yamux: Failed to read header: failed to get reader: failed to read frame header: EOF
[2021-02-16T09:59:22.645Z] info 2021-02-16 09:59:22.644 [WARN] <proxy.go:48> code-server proxy exited {"error": "accept tcp [::]:36221: use of closed network connection"}
is logged.
Thanks, Sam.