|
Hey guys,
I assembled the robot easily but I'm now facing connection issues. I'm using Debian 9.5. When I try to connect via DarkPaw.py I get this error message:
> python3 Dokumente/adeept_darkpaw/adeept_darkpaw/Client/DarkPaw.py
Connecting to server @ *my IP address, deleted because of privacy issues*
Connecting
Exception in thread Thread-3:
Traceback (most recent call last):
File "/home/josh/miniconda3/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
File "/home/josh/miniconda3/lib/python3.7/threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "Dokumente/adeept_darkpaw/adeept_darkpaw/Client/DarkPaw.py", line 377, in socket_connect
tcpClicSock.connect(ADDR) #Connection with the server
ConnectionRefusedError: [Errno 111] Connection refused
Any ideas on how to fix this?
Thanks in advance!
|
|