-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Description
Hi! First of all, just want to tell you great job!
I am trying to use Agent Zero, but errors occur when it attempts to perform a task. Despite restarting the app several times, the error persists. I am running Arch Linux.
The error message indicates issues related to the SSH protocol when trying to install or use the Pygame library. Specifically, the error is: SSHException: Error reading SSH protocol banner. This error occurs repeatedly.
`Exception (client): Error reading SSH protocol banner
Traceback (most recent call last):
File "/home/darkstar/.local/lib/python3.11/site-packages/paramiko/transport.py", line 2327, in _check_banner
buf = self.packetizer.readline(timeout)
File "/home/darkstar/.local/lib/python3.11/site-packages/paramiko/packet.py", line 381, in readline
buf += self._read_timeout(timeout)
File "/home/darkstar/.local/lib/python3.11/site-packages/paramiko/packet.py", line 618, in _read_timeout
raise EOFError()
EOFError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/darkstar/.local/lib/python3.11/site-packages/paramiko/transport.py", line 2143, in run
self._check_banner()
File "/home/darkstar/.local/lib/python3.11/site-packages/paramiko/transport.py", line 2331, in _check_banner
raise SSHException(
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
`