|
Hey y'all,
Newbie here - really loving building this. Having trouble getting the tcpPC.py application to run.
I'm specifically getting an error on line 38 in the code when I try to run in Thonny.
- tcpClicSock.connect (ADDR)
- ConnectionRefusedError: [Errno 111] Connection refused
Copy the Code
I'm running everything locally through the Raspberry Pi with no MobaXterm , could that be the issue?
I've double check the IP address multiple times, used everything that's come out of running the hostname -I command as well as local 127.0.1.1
Server port I've been using across both tcpPC.py and tcpPI.py is 10225
Any ideas on why the connection is being refused?
|
|