You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:>FreeSharedCockpitUDPSenderSlave.py
Cant remove file!
read error
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\calvi\AppData\Local\Programs\Python\Python37-32\lib\threading.py", line 917, in _bootstrap_inner
self.run()
File "C:\Users\calvi\AppData\Local\Programs\Python\Python37-32\lib\threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "C:\FreeSharedCockpitUDPSenderSlave.py", line 36, in udpRx
s1.sendto(PickledTx, (host, outport))
UnboundLocalError: local variable 'PickledTx' referenced before assignment
The text was updated successfully, but these errors were encountered:
Its not finding the files at c:/1.fll and c:/2.fll and so its failing the try: method. Have you tried changing the C:/ to whatever drive you have XP installed? Also try creating blank files with .fll ext in those directories. Im gonna give installing this a go this evening.
C:>FreeSharedCockpitUDPSenderSlave.py
Cant remove file!
read error
Exception in thread Thread-1:
Traceback (most recent call last):
File "C:\Users\calvi\AppData\Local\Programs\Python\Python37-32\lib\threading.py", line 917, in _bootstrap_inner
self.run()
File "C:\Users\calvi\AppData\Local\Programs\Python\Python37-32\lib\threading.py", line 865, in run
self._target(*self._args, **self._kwargs)
File "C:\FreeSharedCockpitUDPSenderSlave.py", line 36, in udpRx
s1.sendto(PickledTx, (host, outport))
UnboundLocalError: local variable 'PickledTx' referenced before assignment
The text was updated successfully, but these errors were encountered: