xkcomeon

Results 5 comments of xkcomeon

我也是同样的问题 frida-ps -U 可以看到app列表信息 但是作者的后台界面打开 上面没有任何信息

The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO) ![900](https://user-images.githubusercontent.com/25835818/103344594-043eb600-4aca-11eb-8ab2-3983136dca9e.png) 感谢回复, 我这里出现了这个信息 我查下

> > 客户端使用的是不支持的Socket.IO或Engine.IO协议版本(此错误的进一步发生将以INFO级别记录) > > 感谢回复,我这里出现了这个信息我查下 > > ![900](https://user-images.githubusercontent.com/25835818/103344594-043eb600-4aca-11eb-8ab2-3983136dca9e.png) > > 客户端使用的是不支持的Socket.IO或Engine.IO协议版本(此错误的进一步发生将以INFO级别记录)。 miguelgrinberg/python-socketio#578 找到原因了 版本不匹配导致的 5.0.1版本不兼容 pip install flask_socketio==4.3.2 重新安装已正常

我也是这个错 flask_socketio 版本不对么? ![900](https://user-images.githubusercontent.com/25835818/103344845-bd04f500-4aca-11eb-9aa8-f5eccaac2677.png)

https://github.com/miguelgrinberg/python-socketio/issues/578 找到原因了 版本不匹配导致的 5.0.1版本不兼容 pip install flask_socketio==4.3.2 重新安装已正常