#3376 aiohttp.client_exceptions.WSServerHandshakeError: 403, message='Invalid response status', url='wss://speech.platform.bin

45.59* Posted at: 10 hours ago 👁10

网络连接失败:
Traceback (most recent call last):
File "videotrans\tts\_base.py", line 123, in run
RuntimeError: no running event loop

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 18, in run
File "videotrans\tts\__init__.py", line 279, in run
File "videotrans\tts\_base.py", line 177, in run
File "videotrans\tts\_edgetts.py", line 72, in _create_audio_with_retry
File "asyncio\tasks.py", line 445, in wait_for
File "edge_tts\communicate.py", line 590, in save
File "edge_tts\communicate.py", line 573, in stream
File "edge_tts\communicate.py", line 431, in __stream
File "aiohttp\client.py", line 1482, in aenter
File "aiohttp\client.py", line 1078, in _ws_connect
aiohttp.client_exceptions.WSServerHandshakeError: 403, message='Invalid response status', url='wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&Sec-MS-GEC=82653C6EF24D5E693BE58C6C126FA3F9FD684F425B2155B3E4D00683C897FDF7&Sec-MS-GEC-Version=1-130.0.2849.68&ConnectionId=e51ce127d2e24106995c1ccd6c14fe3f'


=
system:Windows-10-10.0.26200-SP0
version:v3.89
frozen:True
language:zh
root_dir:D:/pyvideotrans

1 Replies

这是 Edge-TTS 配音渠道因并发请求过高或网络问题导致的 403 错误。

解决方案

  1. 降低并发请求:在软件主界面,点击“高级选项”按钮,将“同时配音线程数”设置为 1
  2. 增加请求间隔:在“高级选项”中,将“配音后暂停秒数”设置为 510 秒。
  3. 检查网络连接:确保你的网络可以正常访问微软的语音合成服务。
  4. 升级软件版本:你当前使用的是 v3.89,建议升级到最新版本 v3.97,可能包含针对此问题的优化。

请查阅相关文档:

Post Your Reply