如题,开发者工具能成功调用微信提供的安全检测接口。预览,用手机打开小程序,测试却爆出下面的error。
<Error: errCode: 104 | errMsg: invokeService:fail timeout for retry, cannot retry fetching the result anymore (callId: 0.11163294542966451_1595507845365) (trace: 20:37:25 start->20:37:45 timeout, exceed max retry gap); at invokeService api; >
楼主解决了吗,遇到了相同的问题
你好,请问现在恢复正常了么?还有问题的话,补充下appid,最新的请求包,回包,请求时间(如:2020-4-10 10:10)
appid:wx3cbd60d95940d2dd
操作流程:通过wx.chooseImage接口,选择6张图片,在通过wx.getFileSystemManager().readFileSync(base64),将图片转化为base64格式带入ImageBase64接口参数,使用for循环async await同步调用图片安全检测接口。
当图片数量小于3张时,可以正常调用。大于3张时,经常报错。
错误码:
(in promise) MiniProgramError
errCode: 104 | errMsg: invokeService:fail timeout for retry, cannot retry fetching the result anymore (callId: 0.704677259539007_1595574574618) (trace: 15:9:34 start->15:9:54 timeout, exceed max retry gap); at invokeService api;
Error: errCode: 104 | errMsg: invokeService:fail timeout for retry, cannot retry fetching the result anymore (callId: 0.704677259539007_1595574574618) (trace: 15:9:34 start->15:9:54 timeout, exceed max retry gap); at invokeService api;
at new u (WASubContext.js:2:120063)
at d (WASubContext.js:2:120570)
at f (WASubContext.js:2:120665)
at at (WASubContext.js:2:450008)
at at (WASubContext.js:2:116488)
at Object.next (WASubContext.js:2:116593)
at r (WASubContext.js:2:115339)
这对UGC类小程序的开发很重要,用户经常会有一次上传多张图片
请关注我发布的:“关于readFileSync() API 在实机中将超过190kb的图片,转化为base64格式”这条帖子
网络挺好的,为什么会提示超时呢?