in reply to Re: AnyEvent:WebSocket produces 'No such device or address' error
in thread AnyEvent:WebSocket produces 'No such device or address' error

Thanks for the response. On foot of your suggestion, I've tried multiple hardcoded variants of the hostname and raw IP address there instead of the passed-in URI but to no avail.
  • Comment on Re^2: AnyEvent:WebSocket produces 'No such device or address' error

Replies are listed 'Best First'.
Re^3: AnyEvent:WebSocket produces 'No such device or address' error
by Corion (Patriarch) on Mar 27, 2017 at 17:01 UTC

    Maybe you can reduce your code to a short, self-contained example that we can use to reproduce your problem.

    I'm not sure where in the layers upon layers of protocol modules the problem lies, so something, maybe using AnyEvent::WebSocket that tries to access a public accessible websocket machine can help us see better what happens.