Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection error #6

Open
shazz10 opened this issue Aug 21, 2018 · 4 comments
Open

Connection error #6

shazz10 opened this issue Aug 21, 2018 · 4 comments

Comments

@shazz10
Copy link

shazz10 commented Aug 21, 2018

When connecting to the server from a different PC, I get connection refused error!! PC is connected to the same wifi to that of the server PC

@ghost
Copy link

ghost commented May 27, 2021

lol server is not started

@errasaimallik09
Copy link

in client file it was showing error at read_sockets, write_sockets, error_sockets = select.select(socket_list, [], [])

@kylliancop
Copy link

what is the solution ??

@AbirHal
Copy link

AbirHal commented Oct 29, 2022

replace this: socket_list = [sys.stdin, server_connection]
to this : socket_list = [socket.socket(), server_connection]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants