MEDIA_ERR_NETWORK是下载资源时发生了错误。 提供一下具体的报错截图?或者示例URL?
音频格式文件转为mp4视频格式时,通过视频控件展示,手机上仍然显示加载失败?是在微搭编辑器上基于模板在线编辑的小程序,电脑预览上可以正常播放,但是ios手机上预览会显示MEDIA_ERR_NETWORK,请问有无办法解决?
2023-04-04看起来是你的服务调用第三方接口的时候超时了,并且没有处理异步的错误,所以报UnhandledPromiseRejectionWarning
微信云托管调用接口全部报{ errcode: -1, errmsg: 'Timeout while?微信云托管调用接口全部报{ errcode: -1, errmsg: 'Timeout while 14:1104/03 14:11:14 cloud-test-080 (node:28) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6938) 04/03 14:11:14 cloud-test-080 at processTicksAndRejections (internal/process/task_queues.js:95:5) 04/03 14:11:14 cloud-test-080 at runMicrotasks () 04/03 14:11:14 cloud-test-080 at getUrl (/usr/src/app/common/wx_common.js:549:25) 04/03 14:11:14 cloud-test-080 at /usr/src/app/routes/wx-mp/wxMpController.js:45:13 04/03 14:11:14 cloud-test-080 at ServerResponse.json (/usr/src/app/node_modules/express/lib/response.js:267:15) 04/03 14:11:14 cloud-test-080 at ServerResponse.send (/usr/src/app/node_modules/express/lib/response.js:170:12) 04/03 14:11:14 cloud-test-080 at ServerResponse.header (/usr/src/app/node_modules/express/lib/response.js:767:10) 04/03 14:11:14 cloud-test-080 at ServerResponse.setHeader (_http_outgoing.js:561:11) 04/03 14:11:14 cloud-test-080 at new NodeError (internal/errors.js:322:7) 04/03 14:11:14 cloud-test-080 (node:28) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client 04/03 14:11:14 cloud-test-080 { errcode: -1, errmsg: 'Timeout while waiting for response' } result qrcode 04/03 14:11:14 cloud-test-080 网络请求错误 Timeout while waiting for response 04/03 14:11:14 cloud-test-080 返回结果: Timeout while waiting for response 04/03 14:11:14 cloud-test-080
2023-04-03可以在pipeline里加一段 .lookup(...) .sort({ 'score.math': 1 }) .end()
aggregate.sort可以把原collecti按lookup出来的对象字段里的某一字段排序吗?比如我有如下name collection, 通过aggregate.lookup获得了score关联信息, 如下: {name: jerry, score:{math:80, english:70}} {name: cavin, score:{math:70, english:90}} 请问可以按score里的math来排序name collection吗? 我看文档里的sort的实例只有对原collction里的字段的排序方法.
2023-04-03提供下完整的报错构建日志?
一直部署失败咋办?问题id:wx52bc9aa38210345a prod-4gtt0gwbc22fe6c7 tid=201908 rid=multi_tenant_1pi4SB2JVOabKB tuka bid=30826258 tuka-001
2023-03-31自定义API用的是「自定义代码」还是「云开发云函数」?
微搭低代码自定义api,调用云函数超时时间?云函数超时时间设置成了120秒,但是微搭低代码自定义api调用该云函数 20秒就超时了
2023-03-30这个应该和云托管没有关系,检查一下腾讯云API的秘钥是否正确?以及是否具备相应的权限?
微信云托管中 调用数据万象 文本审核接口 出错?resource (qcs::ci:ap-shanghai:uid/1317148318:bucket/7465-test-1gkjfr9r8914e68d-1317148318/job/*) has no permission (Status Code: 401; Error Code: AccessDenied; Request ID: NjQyNTBiY2VfZDVjZTlmMGJfNDYxNl8yMjU2MGY=); Trace ID:
2023-03-30提供下完整的日志,目前信息看不出来
微信云托管部署失败什么原因?create_eks_virtual_service : succ, check_eks_virtual_service : process, DescribeVersion_user_error_Back-off restarting failed container, [service]:[Back-off restarting failed container,]
2023-03-30提供一下具体的报错信息以及可复现代码?
本地调试开启时可以正常调用云函数,不开本地调试就失败https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/open/pay/CloudPay.unifiedOrder.html
2023-03-29“没有”的表现是什么?CMS上看不到了还是什么?
内容管理没有短信下发功能了?https://developers.weixin.qq.com/miniprogram/dev/wxcloud/guide/extensions/cms/marketing.html
2023-03-29可以参考下官方的SpringBoot模板:https://github.com/WeixinCloud/wxcloudrun-springboot
Springboot多模块项目怎么使用官方dockerfile构建?我使用了云托管,然后springboot项目是多模块的,dockerfile应该放在根项目还是入口模块,是否需要更改dockerfile或者pom.xml应如何配置。 目前本地构建时会报如下错误 [ERROR] [ERROR] Some problems were encountered while processing the POMs: #14 3.156 [FATAL] Non-resolvable parent POM for com.xj:want-remember-server:1.0.0: Could not find artifact com.xj:wx-want-remember-boot:pom:1.0.0 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 5, column 13 #14 3.165 @ #14 3.166 [ERROR] The build could not read 1 project -> [Help 1] #14 3.170 [ERROR] #14 3.171 [ERROR] The project com.xj:want-remember-server:1.0.0 (/app/pom.xml) has 1 error #14 3.175 [ERROR] Non-resolvable parent POM for com.xj:want-remember-server:1.0.0: Could not find artifact com.xj:wx-want-remember-boot:pom:1.0.0 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 5, column 13 -> [Help 2]
2023-03-28