-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
egg-socket.io start error “Cannot convert undefined or null to object” #997
Comments
1.4.0 也遇到同样的问题, 之前的 egg1.1.0 一直没有问题,升级就悲催了 |
我确实也是 egg 1.4.0,egg-socket.io 2.0.0 是不是版本bug? |
我看下是什么原因 |
已经找到问题了~~ egg-socket.io 2.0.0的原因,退回 egg-socket.io 1.2.2就好了,和egg版本 无关 |
本地可以复现。初步判断是socket.io自己偷偷改了什么。 看这个ci之前是没问题的 https://travis-ci.org/eggjs/egg-socket.io/jobs/237482472 。我来细看,底下改了什么。 |
降级egg-socket.io的确可用,目前就暂时先用降级的版本了 |
socketio/socket.io@2b21690 这个改动导致的。 |
delete this.server.eio.initialPacket; 然而, |
Hi everyone, I have reported this issue to the socket.io. Plz, follow it. |
遇到同道中人了 我下午刚好在这个问题上折腾了好久!😅 |
解决办法是什么呢,降级吗 |
|
希望能用上2.0,谢谢 |
@ngot 先将 egg-socket.io 写死到 socket.io@2.0.1 吧 |
切换到1.2以后就报这个 Error: Cannot find module 'uws' |
我是吧2.0卸载了再安装的1.2 |
|
egg-socket.io@2.0.1 |
已经发布。暂时锁死版本。 socket.io 那边居然这么久没一点动静...也是醉了 |
@ngot 官方修复了,可以解锁了。 |
我在搞了,马上发 |
我按照egg-socket.io项目中README的步骤,用npm并配置了这个插件,但是在
npm run dev
的时候一直报如下错误:这是什么原因呢?
node版本是6.10.2
npm版本3.10.10
egg-socket.io是直接用npm安装的(也用cnpm安装过,一样的错误)
The text was updated successfully, but these errors were encountered: