Skip to content

Get an error while running 2 Bitmessage clients in deamon mode on one machine #583

@merlink01

Description

@merlink01

Exception in thread Thread-37:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 808, in __bootstrap_inner
self.run()
File "/home/merlink/Workspace/Bitmessage/mainbug/PyBitmessage/src/class_singleListener.py", line 44, in run
sock.bind((HOST, PORT))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use

Could this cause an error in the client, so that the connections to other peers get lost?

If yes, we should test this port before opening it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions