Juerd / eq3-max

Yet another thing that talks to the "eQ-3 MAX! Cube Lan Gateway"
Other
34 stars 15 forks source link

Connect: IO::Socket::INET: connect: timeout at Max.pm line 54 on Mac OSX #3

Closed meirion closed 6 years ago

meirion commented 7 years ago

Hi,

I've downloaded the Git repo and trying to run on Mac OS X:

$ ./max Found cube at 192.168.0.29 Connect: IO::Socket::INET: connect: timeout at /Users/meirion.williams/Documents/juerdmax/opt/eq3-max/bin/../lib/Max.pm line 54. $ ./max dump Found cube at 192.168.0.29 Connect: IO::Socket::INET: connect: timeout at /Users/meirion.williams/Documents/juerdmax/opt/eq3-max/bin/../lib/Max.pm line 54. $ ./max status Found cube at 192.168.0.29 Connect: IO::Socket::INET: connect: timeout at /Users/meirion.williams/Documents/juerdmax/opt/eq3-max/bin/../lib/Max.pm line 54. Any idea?

Juerd commented 6 years ago

That's a connection issue. Could be related to firewall settings, but it can also be that your cube has crashed. Another option is that 192.168.0.29 is not reachable but your router doesn't pass the icmp error message.

meirion commented 6 years ago

Thanks. Was taken aback by the error message really.

Running on Windows seems more stable for me.