帮忙看看
微信开放标签暗黑模式下变成纯黑背景色?如图 黑色部分为微信开放标签 iOS 微信版本 8.0.33 系统版本 iOS16 [图片]
2023-03-17小红书客户端分享至微信双端都会出现这种情况。麻烦跟进看看
unsupported type . Unable to share不支持的类型?代码是ok的,审核也通过了,我们线上跑了很久,只是偶现手机会这样,为什么?怎么解决这个问题[图片]
2023-03-04appid: wxd18d0e7f7784a6c4 2020-09-17 16:04 左右 (node:30094) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sourcemap_list' of undefined at Promise (/Users/Apple/mpupload/node_modules/_miniprogram-ci@1.0.79@miniprogram-ci/dist/utils/sourcemap/getDevSourceMap.js:1:1241) at process._tickCallback (internal/process/next_tick.js:68:7) (node:30094) 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(). (rejection id: 1) (node:30094) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 麻烦看看呢
miniprogram-ci 无法拉取最近上传版本的sourceMap按照 官方ci文档 调用 getDevSourceMap 方法,控制台输出如下报错: (node:40494) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'sourcemap_list' of undefined at Promise (/Users/xxx/Desktop/xxapp/node_modules/_miniprogram-ci@1.0.72@miniprogram-ci/dist/utils/sourcemap/getDevSourceMap.js:41:30) at processTicksAndRejections (internal/process/task_queues.js:86:5) 2.7s (node:40494) 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(). (rejection id: 1) 2.7s (node:40494) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 2.7s 在源码 getDevSourceMap.js 中打印日志,发现请求 https://servicewechat.com/wxa/ci/get_dev_sourcemap 的回包是: {"errCode":-1,"errMsg":"inner download source map fail with errcode: -80407, errmsg: "} 注: miniprogram-ci版本1.0.72在macos和linux上运行,都是这个报错
2020-09-17