EternalTerminal icon indicating copy to clipboard operation
EternalTerminal copied to clipboard

Error in authentication with etserver: Could not reach the ET server

Open felixding opened this issue 2 years ago • 0 comments

This happens on a M1 Mac (Mac OS 12.5):

Running et --logtostdout --verbose 9 --prefix=/opt/homebrew/bin/et localhost gave me:

[INFO 2022-08-08 08:34:43,698 client-main ParseConfigFile.hpp:1181] /etc/ssh/ssh_config.d/*not found
[INFO 2022-08-08 08:34:43,698 client-main ParseConfigFile.hpp:1400] unsupported config line:     SendEnv LANG LC_*, ignored
[INFO 2022-08-08 08:34:43,698 client-main TerminalClientMain.cpp:198] Parsed ssh config file, connecting to localhost
[V1 2022-08-08 08:34:43,698 client-main TerminalClientMain.cpp:15] Connecting
[V4 2022-08-08 08:34:43,700 client-main TcpSocketHandler.cpp:83] Before selecting sockFd
[V4 2022-08-08 08:34:43,700 client-main TcpSocketHandler.cpp:87] sockFd 9is selected9
[INFO 2022-08-08 08:34:43,700 client-main TcpSocketHandler.cpp:96] Connected to server: localhost using fd 9
[V1 2022-08-08 08:34:43,700 client-main UnixSocketHandler.cpp:166] Closing connection: 9
Error in authentication with etserver: Could not reach the ET server: etterminal:2022

, please make sure you don't print anything in server's .bashrc/.zshrc

Shutting down sentry

2022 port is open:

felixding@Dings-Mac-mini ~ % telnet localhost 2022
Trying ::1...
Connected to localhost.
Escape character is '^]'.

This is no .bashrc/.zshrc in my home directory.

felixding avatar Aug 07 '22 23:08 felixding