You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When I try to run the client, I am getting an error:
Server is runned.
OS: Windows 10 Pro
Python 3.6.4
The text was updated successfully, but these errors were encountered: