lyxhh / lxhToolHTTPDecrypt

Simple Android/iOS protocol analysis and utilization tool
949 stars 257 forks source link

可以运行界面,没有返回内容 #27

Open ST0new opened 3 years ago

ST0new commented 3 years ago

运行app.py 报错。 image

ST0new commented 3 years ago

我pip 安装了 gevent-websocket 然后还存在问题 image

xkcomeon commented 3 years ago

我也是这个错 flask_socketio 版本不对么? 900

xkcomeon commented 3 years ago

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

ST0new commented 3 years ago

感谢

chenwei479 commented 3 years ago

感谢

m0n3t4r commented 3 years ago

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

感谢您的说明,我也是这个问题

CtrlAltDelet commented 3 years ago

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

soldier3r commented 3 years ago

HTTPDecryptPlugin-1.0.jar,安装界面展示不出来,没有报错与输出,burp高低版本都试过了,拿原来未编译的包编译会报错,各位有遇到这个问题吗? image

image