repeats / Repeat

Cross-platform mouse/keyboard record/replay and automation hotkeys/macros creation, and more advanced automation features.
Apache License 2.0
1.03k stars 76 forks source link

Python IPC client sometimes fails mysteriously #9

Closed hptruong93 closed 6 years ago

hptruong93 commented 6 years ago

core.ipc.repeatServer.processors.ServerMainProcessor processRequest WARNING: Invalid messaged received .... INFO: Failed to execute process loop... core.ipc.repeatServer.ClientServingThread run INFO: Client serving thread on socket on remote port 57447 is terminated INFO: New client accepted: 100.109.121.138:51838 core.ipc.repeatServer.ClientServingThread process WARNING: Messages is null or messages size is 0. [] core.ipc.repeatServer.ClientServingThread run INFO: Failed to execute process loop... core.ipc.repeatServer.ClientServingThread run INFO: Client serving thread on socket on remote port 51838 is terminated

hptruong93 commented 6 years ago

Hopefully will go away with 159924cabceca733bdeb4fde0ff10ab9c6601db0

hptruong93 commented 6 years ago

Finally discovered the problem. It's that my machine is noisy and there there are random processes trying to connect to the port 9999 on which the ControllerServer is running.