1996scarlet / OpenVtuber

虚拟爱抖露(アイドル)共享计划, 是基于单目RGB摄像头的人眼与人脸特征点检测算法, 在实时3D面部捕捉以及模型驱动领域的应用.
GNU General Public License v3.0
898 stars 94 forks source link

socketio.exceptions.ConnectionError: OPEN packet not returned by server #3

Closed Cip0 closed 3 years ago

Cip0 commented 3 years ago

Running the python client gives me this error. The server is running. Any hint on how to fix this?

Traceback (most recent call last): File ".\vtuber_link_start.py", line 46, in sio.connect("http://127.0.0.1:6789") File "C:\Users\cipol\Projects\Avatar\Engagement research\OpenVtuber\venv\lib\site-packages\socketio\client.py", line 282, in connect six.raise_from(exceptions.ConnectionError(exc.args[0]), None) File "", line 3, in raise_from socketio.exceptions.ConnectionError: OPEN packet not returned by server

1996scarlet commented 3 years ago

I have not come across this problem. We strongly recommend that you test this project in an Ubuntu environment.

rkuo2000 commented 3 years ago

same error (OPEN packet not return by server) in both Windows & MAC OS NodeServer : socket.io@2.3.0 PythonClient : python-socketio==4.6.0

rkuo2000 commented 3 years ago

I found the fix (for using python-socketio==4.6.0) pip3 install python-engineio==3.13.0

1996scarlet commented 3 years ago

I found the fix (for using python-socketio==4.6.0) pip3 install python-engineio==3.13.0

Thank you for your help !!! I'll add this in the requirements.txt