出现同样的问题,发现是插件没有添加 所以打开了开发者工具,在控制台的提示中添加了插件
小程序CI上传报错-80011,怎么解决,目前已排查appid 和上传密钥是对应的?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.
02-18我也是一样的问题,android、ios、开发者工具都行,唯独PC不行…
电脑微信端进不去好友对战吗?如题,目前使用微信小游戏的房间服务和帧同步做的好友对战,手机端没问题,电脑端却是进不去游戏,看输出的log,似乎是电脑端没有监听到onGameStart()?想确认下电脑端进不去对战的原因是什么?
2023-03-03这个问题现在还有 @小游戏运营专员 - 宏
无法补帧:对战中途重启小游戏,再调用 GameServerManager.reconnect 时失败reconnect({accessInfo: currAccessInfo}).then(connectRes => { ...... ...... }).catch((e) => { console.log(e.errCode) }); 报错 2203 查阅文档提示为:断线过久,无法重连导致的disconnect 使用微信开发者工具时,无论多久都可以正常重连,用真机的话大概断线十几秒就无法重连了
2022-12-21已解决:是代码裁剪问题导致的,在转换前没有build aa
unity 打包出错引擎 Unity 2019.4.34 Unity打包微信小游戏 使用 Addressable Assets System 进行资源优化后 在微信开发者工具中后出现以下报错 [图片] 代码调用: Addressables.LoadAssetAsync<GameObject>(url).Completed += (AsyncOperationHandle<GameObject> op) => { };
2022-02-15同上,没有分离引擎插件
iOS微信客户端更新到7.0.12版本后小游戏分包加载失败!新版本进小游戏加载分包会报错,使用老版本的微信是正常进入的,更新之后就进不去了,后台也有很多iOS用户,客户端版本为7.0.12的用户反馈无法正常加载,我司两款使用了分包的Cocos小游戏都会必现这个问题 [图片][图片][图片][图片]
2020-03-23华为 mate 20 和 荣耀V20 也出现该问题
华为手机截屏分享黑屏- 当前 Bug 的表现(可附上截图) 华为mate10、荣耀8等机型,调用canvas截屏分享后,分享出去的图片是全黑的 [图片] - 预期表现 [图片] - 复现路径 - 提供一个最简复现 Demo
2019-01-28