|
I think I've followed everything correctly, but am gettinig
Try 5/5 time(s)
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\Users\rkras\AppData\Local\Programs\Python\Python37\lib\tkinter\__init__.py", line 1705, in __call__
return self.func(*args)
File "C:\Users\rkras\Desktop\Adeept_PiCar-B-V1.0\code\Adeept_PiCar-B-master\client\client.py", line 125, in call_exit
tcpClicSock.send(('exit').encode())
OSError: [WinError 10057] A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied
any ideas?
Thanks!
|
|