解决了吗,我们公司只有三个人的手机不可以,其它十几个人的都可以,微信版本都一样,手机有安卓的,苹果的
exception onOpen fail code:8,TLS handshake failed?[图片] 调用 wx.connectSocket返回success.马上返回exception onOpen fail code:8,TLS handshake failed? 测试环境如下: 1:PC端测试 一切正常 2:android 9.0 小米6测试 报上面的错误。 谁能帮忙解答一下。 检查网站已经只支持TLS 1.2.禁用了TLS1.1和TLS1.0 请教下小程序WebSocket能够使用端口吗? wss://xxx.xxx.com:8080?这种是否能够接受,还是只能使用域名
2023-09-14只有一部分人的手机会出现这样的问题,是啥情况啊
onOpen fail code:8, msg:TLS handshake failed?有没有遇到这样的问题,改怎么解决啊
2023-09-13我也出现了,但是别的同事可以正常连接,微信版本都是一样的啊
微信小程序连接webscocket失败,报错“ TLS handshake failed ”?小程序体验版和开发版websocket部分手机连接不上,报错“{"errCode": 1004, "errMsg": "open fail: _code:8,_msg:TLS handshake failed"} 连接错误”?websocket连接地址已在服务器域名中配置。
2023-09-13解决了吗,怎么解决的
微信同声传译一直报错please wait recognition finished?<view> <u-button class="mic" icon="mic" shape="circle" type="primary" color="#155192" @touchstart="streamRecord" @touchend="endStreamRecord">长按说话</u-button> </view> onShow() { this.initRecord() }, streamRecord: function() { setTimeout(function(){ manager.start({ lang: 'zh_CN', }) },500) }, endStreamRecord: function() { let _that = this uni.hideLoading() manager.stop() }, initRecord: function() { uni.authorize({ scope: 'scope.record', success(res) { console.log(res) } }) //有新的识别内容返回,则会调用此事件 manager.onRecognize = (res) => { console.log(res, "onrec") let text = res.result this.currentText = text } manager.onStart = () => { uni.showLoading({ title: "正在说话" }) } // 识别结束事件 manager.onStop = (res) => { let text = res.result if (text == '') { return } this.currentText = text let re = /[\u3002|\uff1f|\uff01|\uff0c|\u3001|\uff1b|\uff1a|\u201c|\u201d|\u2018|\u2019|\uff08|\uff09|\u300a|\u300b|\u3008|\u3009|\u3010|\u3011|\u300e|\u300f|\u300c|\u300d|\ufe43|\ufe44|\u3014|\u3015|\u2026|\u2014|\uff5e|\ufe4f|\uffe5]/g; text = text.replace(re, ""); this.getBusinessList(text) } manager.onError = function(res) { console.log("error msg", res) } }, 每次进页面,按住button录音都不行,一直报错,要等大概一分钟的样子,插件才生效 急死了,有没有大佬指点一下
2023-09-02