Skip to content

java.net.MalformedURLException: Unknown protocol: ws #233

Closed
@Zo2m4bie

Description

@Zo2m4bie

Hi. i try to connect to socket server which start with "ws://..." and when I set this url to

 IO.socket(pathSocket, options);

I receive error

 java.lang.RuntimeException: java.net.MalformedURLException: Unknown protocol: ws
 W/System.err﹕ at io.socket.client.Url.parse(Url.java:52)
 W/System.err﹕ at io.socket.client.IO.socket(IO.java:60)
 W/System.err﹕ at io.socket.client.IO.socket(IO.java:41)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions