hoxy icon indicating copy to clipboard operation
hoxy copied to clipboard

proxyReq.socket is undefined

Open btilford opened this issue 14 years ago • 3 comments
trafficstars

I updated to the latest node to see if it would help but "socket" is nowhere to be found.

TypeError: Cannot call method 'on' of undefined
    at EventEmitter.<anonymous> (hoxy.js:155:21)

btilford avatar Jan 28 '11 04:01 btilford

I've been hearing about this from others too, but haven't been able to isolate it myself. I wrapped the offending line in a try/catch and pushed the change to github, which will hopefully solve the immediate problem. But I worry there may be a deeper problem.

greim avatar Jan 28 '11 21:01 greim

Could it be from running 64bit Linux possibly?

btilford avatar Jan 29 '11 00:01 btilford

Just submitted a pull request with some minor changes that seem to fix the issue for me.

btilford avatar Jan 29 '11 01:01 btilford