Skip to content

[WebSocket] SYNTAX_ERR: invalid url: wss://... #14

@AlexanderWillner

Description

@AlexanderWillner

Might be related with #11 or an invalid server certificate. When opening a new/existing pad I receive the following error messages in the browser log and the GUI does not respond (Safari 5. and Chrome 13 are working fine):

Firefox 5:

[WebSocket] SYNTAX_ERR: invalid url: wss://proxy:/socket.io/flashsocket
console.error(decodeURIComponent(message));
socket.io.js (line 2190)
Error calling method on NPObject!
[Break On This Error] self.__id, url, protocols,...ll, proxyPort || 0, headers || null);
socket.io.js (line 1930)
Error calling method on NPObject!
[Break On This Error] WebSocket.__flash.close(this.__id);
socket.io.js (line 1969)

Opera 11.11:

[23. Mai 2011 23:35:12] JavaScript - https://proxy/p/ET1tpyJRS4
Unknown thread
[WebSocket] SYNTAX_ERR: invalid url: wss://proxy:/socket.io/flashsocket
[23. Mai 2011 23:35:16] JavaScript - https://proxy/p/ET1tpyJRS4
Timeout thread: delay 5000 ms
Uncaught exception: Error: Error in Actionscript. Use a try/catch block to find error.
Error thrown at line 1969, column 4 in () in https://proxy/socket.io/socket.io.js:
    WebSocket.__flash.close(this.__id);
called from line 794, column 21 in () in https://proxy/socket.io/socket.io.js:
    this.socket.close();
called from line 1613, column 4 in (soft) in https://proxy/socket.io/socket.io.js:
    this.transport.disconnect();
called from line 1569, column 12 in () in https://proxy/socket.io/socket.io.js:
    self.disconnect(true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions