Top "Sockets" questions

An endpoint of a bi-directional inter-process communication flow.

TypeError: 'module' object is not callable

File "C:\Users\Administrator\Documents\Mibot\oops\blinkserv.py", line 82, in __init__ self.serv = socket(AF_INET,SOCK_STREAM) TypeError: …

python sockets
What does "connection reset by peer" mean?

What is the meaning of the "connection reset by peer" error on a TCP connection? Is it a fatal error …

sockets tcp
What's causing my java.net.SocketException: Connection reset?

We are seeing frequent but intermittent java.net.SocketException: Connection reset errors in our logs. We are unsure as to …

java sockets socketexception connection-reset
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

I am getting the following error when I try to connect to mysql: Can't connect to local MySQL server through …

mysql sockets connect
java.net.SocketException: Connection reset

I am getting the following error trying to read from a socket. I'm doing a readInt() on that InputStream, and …

java sockets networking connection socketexception
Client on node: Uncaught ReferenceError: require is not defined

So, I am writing an application with the node/express + jade combo. I have client.js, which is loaded on …

javascript node.js sockets express pug
How do I debug error ECONNRESET in Node.js?

I'm running an Express.js application using Socket.io for a chat webapp and I get the following error randomly …

node.js sockets tcp express
What can be the reasons of connection refused errors?

I'm trying to write a server program in C, using another client, I get this error when I try to …

c sockets connection-refused
Getting the IP address of the current machine using Java

I am trying to develop a system where there are different nodes that are run on different system or on …

java sockets ip
An existing connection was forcibly closed by the remote host

I am working with a commercial application which is throwing a SocketException with the message, An existing connection was forcibly …

c# .net networking sockets