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
When I try to run the monitorExample.py there's a connection reset error in file xpc.py, both line 69 - "return self.socket.recv(16384)" and line 159 - "resultBuf = self.readUDP()". The error message is as follows:
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host.
I did successfully run the example file with no errors before and now, with no modification to the code, I'm getting this error somehow. I'm new to coding so any solutions or suggestions are much appreciated.
The text was updated successfully, but these errors were encountered:
I'm having the same problem, XPlaneConnect is working and I've also tried disabling network protection, still it doesn't work. Does anyone have any solutions?
Edit: To anyone who's looking for a solution, I found this python module that essentially does the same thing but doesnt have the connection reset problem: XPlaneUDP
Hi,
Thank you so much for the amazing work.
When I try to run the monitorExample.py there's a connection reset error in file xpc.py, both line 69 - "return self.socket.recv(16384)" and line 159 - "resultBuf = self.readUDP()". The error message is as follows:
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host.
I did successfully run the example file with no errors before and now, with no modification to the code, I'm getting this error somehow. I'm new to coding so any solutions or suggestions are much appreciated.
The text was updated successfully, but these errors were encountered: