收藏
回答

微信同声传译,textToSpeech线上部分报错

问题类型 插件 AppID 插件版本号 AppID 微信版本 基础库版本
Bug wx069ba97219f66d99 0.3.5 wxa1361c4bc84baea5 8.0.46,8.0.45,8.0.44,8.0.43,8.0.39 3.3.3, 3.3.0 ,3.2.5,2.33.0

部分用户在使用插件的语音合成功能时,报错{"retcode":-20003,"msg":"text to speech inner server failed."} ,感觉影响还在不断扩大,请帮忙赶紧看下问题到底是什么

                let that = this;
		var plugin = requirePlugin("WechatSI")
		plugin.textToSpeech({
		    lang: "zh_CN",
		    tts: true,
		    content: text,
		    success: function(res) {
				try{
					console.log("succ tts=====", res.filename)
					
				}catch(e){
					//TODO handle the exception
				}
		        
		    },
		    fail: function(res) {
                         // 部分用户走了失败回调   {"retcode":-20003,"msg":"text to speech inner server failed."}
  		        console.log("fail tts=====", res)
  		    }
  		})


回答关注问题邀请回答
收藏
登录 后发表内容