-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
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
生成 audio过程有问题 #517
Comments
This error occurs when the voice generation is unable to connect to Microsoft's network. Please make sure your network can connect to Microsoft. |
I also encountered the same problem. |
我也遇到这个问题了,怎么解决? |
升级edge-tts库版本,更新到edge-tts=6.1.17,pip install edge-tts |
果然可以了,感谢大佬 |
原因是什么? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
报错如下,请教各位大佬
2024-11-04 16:40:25.285 | INFO | app.services.voice:azure_tts_v1:1057 - start, voice name: zh-CN-XiaoyiNeural, try: 1
2024-11-04 16:40:35.693 | ERROR | app.services.voice:azure_tts_v1:1080 - failed, error: Connection timeout to host wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=3979f2b3e10742298c4b548782699d67
2024-11-04 16:40:35.694 | INFO | app.services.voice:azure_tts_v1:1057 - start, voice name: zh-CN-XiaoyiNeural, try: 2
2024-11-04 16:40:46.693 | ERROR | app.services.voice:azure_tts_v1:1080 - failed, error: Connection timeout to host wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=ebecdd91578f46d9a42fefbfa3d31269
2024-11-04 16:40:46.693 | INFO | app.services.voice:azure_tts_v1:1057 - start, voice name: zh-CN-XiaoyiNeural, try: 3
2024-11-04 16:40:57.693 | ERROR | app.services.voice:azure_tts_v1:1080 - failed, error: Connection timeout to host wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=376c879b5eee41569af8aa0b02fe60e0
2024-11-04 16:40:57.694 | ERROR | app.services.task:generate_audio:85 - failed to generate audio:
2024-11-04 16:40:57.694 | ERROR | main::790 - 视频生成失败
The text was updated successfully, but these errors were encountered: