get wx811c3ebf44e6f72c
project attr fail errCode: -1, errMsg: get new ticket fail innerCode: -80011
20003 Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"}
(node:21122) UnhandledPromiseRejectionWarning: Error: Error: {"errCode":-1,"errMsg":"get new ticket fail innerCode: -80011"}
at Object.upload (/node_modules/miniprogram-ci/dist/upload/upload.js:1:3781)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at async a (/lib/node_modules/miniprogram-ci/dist/cli.js:1:5507)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:21122) 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: 1)
(node:21122) [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.
本人遇到同样问题,很多时候gitlab runner是在其他服务器,所以我们会用到传输工具,或者各种问题导致私钥文件不一致,请使用md5检查文件,最好是在gitlab runner服务器下载,复制到key目录,在gitlab yml文件中填写地址。
本人在gitlab runner服务器下载后复制文件到key目录,重新运行pipeline后upload成功。大家可以尝试一下。
@官网 appid:wx811c3ebf44e6f72c
测试时间2020年08月07日 下午2点到19点
出现同样的问题,发现是插件没有添加
所以打开了开发者工具,在控制台的提示中添加了插件
删除账号类型,重新选择为游戏类型,再生成一个新的key解决了
遇到同样问题 gitlab runner
我也遇到这个问题,后来发现是有个有管理员权限的同事重新点了 微信公众平台->开发->开发管理- 开发设置页面中的 “小程序代码上传生成秘钥” 的 “生成” 按钮。 每次点这个按钮都会生成新的秘钥,导致本地的key就不能用了,就上传代码失败了。
有解决问题吗?