Browser opens white screen
Version: code-server_3.3.1_arm64.deb
OS: aarch64
info - Not serving HTTPS
warn vscode Unable to retrieve mac address (Error: Command failed: /sbin/ifconfig -a || /sbin/ip link
/data/data/com.termux/files/usr/bin/sh: 1: /sbin/ifconfig: Permission denied
/data/data/com.termux/files/usr/bin/sh: 1: /sbin/ip: Permission denied
)
me too. Occurred in ubnutu run in termux.
The MAC address is used to generate a unique machine ID for telemetry but it shouldn't affect loading code-server. Still, you can try passing --disable-telemetry and see what happens.
If that doesn't help then:
Also see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
Found the reason, Android browser can't open,Chrome is ok.
The MAC address is used to generate a unique machine ID for telemetry but it shouldn't affect loading code-server. Still, you can try passing
--disable-telemetryand see what happens.If that doesn't help then:
- How are you accessing code-server? For example directly or through a reverse proxy?
- Are there any logs in the browser console?
Found the reason, Android browser can't open,Chrome is ok.
Also see https://github.com/cdr/code-server/blob/master/doc/FAQ.md#how-do-i-debug-issues-with-code-server
Found the reason, Android browser can't open,Chrome is ok.
me too. Occurred in ubnutu run in termux.
Found the reason, Android browser can't open,Chrome is ok.
Most helpful comment
The MAC address is used to generate a unique machine ID for telemetry but it shouldn't affect loading code-server. Still, you can try passing
--disable-telemetryand see what happens.If that doesn't help then: