Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'c' is not a constructor in Opera #487

Closed
nookiepl opened this issue Aug 29, 2011 · 3 comments
Closed

TypeError: 'c' is not a constructor in Opera #487

nookiepl opened this issue Aug 29, 2011 · 3 comments

Comments

@nookiepl
Copy link

I'm getting this error on Opera, with 0.8.0 (and dunno if there was same error with older versions)

Timeout thread: delay 4 ms
Uncaught exception: TypeError: 'c' is not a constructor
Error thrown at line 2, column 39792 in () in http://mydomain.com:8000/socket.io/socket.io.js?v=201108151:
this.websocket=new c(this.prepareUrl()+d);
called from line 2, column 42075 in () in http://mydomain.com:8000/socket.io/socket.io.js?v=201108151:
b.Transport.websocket.prototype.open.apply(a,c)
called via Function.prototype.apply() from line 2, column 70276 in () in http://mydomain.com:8000/socket.io/socket.io.js?v=201108151:
WebSocket.__tasksa;

Unfortunately, Opera fallback to JSONP and JSONP polling doesn't work at all, and I don't know why.

@nookiepl
Copy link
Author

Internet Explorer is affected too (and I suppose all browsers with Flash sockets), but fallbacks to XHR and data exchange is working.

@einaros
Copy link
Contributor

einaros commented Aug 29, 2011

This issue should be moved to https://github.com/LearnBoost/socket.io-client.

@nookiepl
Copy link
Author

Ok, I open new issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants