When I try to run the client, I am getting an error:
$ pychat_client.py 127.0.0.1
Connected to server
Traceback (most recent call last):
File "C:\Users\Admin\Desktop\pychat-master\pychat_client.py", line 24, in <module>
read_sockets, write_sockets, error_sockets = select.select(socket_list, [], [])
OSError: [WinError 10038] An operation was attempted on something that is not a socket
Server is runned.
OS: Windows 10 Pro
Python 3.6.4
When I try to run the client, I am getting an error:
Server is runned.
OS: Windows 10 Pro
Python 3.6.4