- 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-08-19 - 【非常重要】插件市场页面样式混乱
https://developers.weixin.qq.com/community/plugins 如上url
2019-06-03 - 【重要!】文档网页挂了
这个网页挂了快一周了,赶紧恢复吧: https://developers.weixin.qq.com/miniprogram/dev/framework/client-lib/client.html
2019-04-23