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
failed, error: 403, message='Invalid response status', url=URL('wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=426b410e84124924a2da021b468b4e2c') 合成语音时报这个错误
应该成功合成语音
点击试听语音合成报错
failed, error: 403, message='Invalid response status', url=URL('wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=426b410e84124924a2da021b468b4e2c')
使用一键启动包
Windows 11
MoneyPrinterTurbo v1.2.1
No response
The text was updated successfully, but these errors were encountered:
同样的问题,+1
Sorry, something went wrong.
解决了,在app/services/voice.py 里面修改第1060行,communicate = edge_tts.Communicate(text, voice_name, rate=rate_str, proxy="http://127.0.0.1:10808") 其中"proxy“字段是新加的,后面的端口对应你vpn软件的端口,我的是10808,你自己查一下。改掉后重新启动软件就好了
communicate = edge_tts.Communicate(text, voice_name, rate=rate_str, proxy="http://127.0.0.1:10808")
需要使用哪个vpn软件
No branches or pull requests
是否已存在类似问题?
当前行为
failed, error: 403, message='Invalid response status', url=URL('wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=426b410e84124924a2da021b468b4e2c')
合成语音时报这个错误
预期行为
应该成功合成语音
重现步骤
点击试听语音合成报错
堆栈追踪/日志
failed, error: 403, message='Invalid response status', url=URL('wss://speech.platform.bing.com/consumer/speech/synthesize/readaloud/edge/v1?TrustedClientToken=6A5AA1D4EAFF4E9FB37E23D68491D6F4&ConnectionId=426b410e84124924a2da021b468b4e2c')
Python 版本
使用一键启动包
操作系统
Windows 11
MoneyPrinterTurbo 版本
MoneyPrinterTurbo v1.2.1
其他信息
No response
The text was updated successfully, but these errors were encountered: