Help with IPCSocket on Linux

Hello all,

I am getting an error 105 when attempting to start listening.
The path I am using is

“Path = /home/pi/Public/axcys/temp/”

The code works perfectly on a Windows machine, but obviously there is some difference in Linux that I am not managing. Can anyone help me understand what I am doing wrong and how to fix it?

Thank you,
Tim

AFAIK IPC socket is a file, so it needs a path and a file name and not just a path:

IPCSocket.Path = “/home/pi/Public/axcys/socketfile”

Thanks Shant!
I can believe I left that out.

Much appreciate you help!
Tim