in reply to Re: perl client for Socket.io
in thread perl client for Socket.io

Hi , I tried the code above .The problem I get after trying to connect to my node js socket.io server is this : 28 {"code":0,"message":"Transport unknown"} 0 at /usr/local/share/perl5/AnyEvent/PocketIO/Client.pm line 86. Can't call method "transport" on an undefined value at socket-perl.pl line 9.

Replies are listed 'Best First'.
Re^3: perl client for Socket.io
by Happy-the-monk (Canon) on Jan 03, 2018 at 12:01 UTC

    As your $socket object is undefined, it means the connect did not work all right.

    You may debug it by inspecting the port or at least check if PocketIO::Client::IO->connect succeeded (i.e. returned an object).

    Cheers, Sören

    Créateur des bugs mobiles - let loose once, run everywhere.
    (hooked on the Perl Programming language)