We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用的是fay-fay-assistant-edition asr地址为localhost:10096 我直接使用python funasr_wss_client.py 启动是可以正常使用的,用fay里的funasr就不行
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错信息:
[14:01:10][系统] ------start-------------
[14:01:10][系统] __connect 111111111111......
[14:01:10][系统] ------add_frame-------------
[14:01:10][系统] {"mode": "online", "chunk_size": "0, 10, 5", "encoder_chunk_look_back": 4, "decoder_chunk_look_back": 1, "chunk_interval": 10, "wav_name": "default", "is_speaking": true}
[14:01:10][系统] ------add_frame-------------
--- request header ---
GET / HTTP/1.1
Upgrade: websocket
Host: localhost:10096
Origin: http://localhost:10096
Sec-WebSocket-Key: OB91oQJeY6Zn81f9kxQBVA==
Sec-WebSocket-Version: 13
Connection: Upgrade
--- response header ---
--- response header ---
Connection to remote host was lost. - goodbye
[14:08:05][系统] ------start-------------
[14:08:05][系统] __connect 111111111111......[14:08:05][系统] ------add_frame-------------
[14:08:05][系统] {"mode": "online", "chunk_size": "0, 10, 5", "encoder_chunk_look_back": 4, "decoder_chunk_look_back": 1, "chunk_interval": 10, "wav_name": "default", "is_speaking": true}
[14:08:05][系统] ------add_frame-------------
[14:08:05][系统] ### error:Connection to remote host was lost.
[14:08:05][系统] ### CLOSE:None
--- request header ---
GET / HTTP/1.1
Upgrade: websocket
Host: localhost:10096
Origin: http://localhost:10096
Sec-WebSocket-Key: V2Irj9jaJQHkj8ElcM+OWQ==
Sec-WebSocket-Version: 13
Connection: Upgrade
使用的是fay-fay-assistant-edition
asr地址为localhost:10096
我直接使用python funasr_wss_client.py 启动是可以正常使用的,用fay里的funasr就不行
The text was updated successfully, but these errors were encountered: