-
Notifications
You must be signed in to change notification settings - Fork 8
Description
I'll just leave you with the console output below as you probably know best whats going on. I installed the script per tutorial, however trying to run it grants me with this issue. Note: I am on Kubuntu 22.04 and as such, modified the csctl.py file to look for 'csgo.sh' instead of 'csgo.exe', though thats the only modification I did.
ℹ Waiting for CS:GO to start...
ℹ Trying 127.0.0.1:2121...
✔ Successfully Connected
ℹ Listening for command from console
Traceback (most recent call last):
File "/home/linda/.tools/csctl/csctl.py", line 99, in
main()
File "/home/linda/.tools/csctl/csctl.py", line 74, in main
tn.read_until(b"exectn ")
File "/usr/lib/python3.10/telnetlib.py", line 329, in read_until
return self.read_very_lazy()
File "/usr/lib/python3.10/telnetlib.py", line 405, in read_very_lazy
raise EOFError('telnet connection closed')
EOFError: telnet connection closed