-
Notifications
You must be signed in to change notification settings - Fork 164
upgradeReq is undefined #149
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
Comments
it turns out the issue only happen in v0.6.0 tag can you please release a new version with the fix? |
Same error here
|
I get this as well |
This address bug joeferner#149 (maybe it even fixes it - a review would be nice here "works on my machine" ;)
normanzb I read the linked material and applied "the fix" somewhat blindly. It works on my machine. Can you take a look? (this project may be dead) |
This address bug #149 (maybe it even fixes it - a review would be nice here "works on my machine" ;)
@acklenx all you need to do is use the code from master branch of this repository, this is only an issue with v0.6.0, the author marked it with wrong version of ws. |
when use MITM proxy against github, it throws exception says
ctx.clientToProxyWebSocket.upgradeReq
is undefined and hence "Cannot read property 'url' of undefined"I think it is to do with upgradeReq no longer exist in websocket 3.0:
websockets/ws#1114
as the version number in package for ws is 3.2.0, I guess it explains why.
The text was updated successfully, but these errors were encountered: