- 手机端怎么不能正常显示用户头像?
在开发调试模式下可以载入用户头像,但是关闭调试模式后,用户头像就不显示了。 载入其他图片不受影响。 基础库Wechat Lib:2.12.0, 2020.7.28 14:52:29 测试手机:华为荣耀20,三星note10
2020-08-01 - 请问“游戏联机对战引擎”如何设置房间可以观战?
我在 文档中心 > 》游戏联机对战引擎 > 产品简介 > 产品概述 看到了这个,但是不知道如何找到相关的地方去设置。 [图片]
2020-06-19 - 请问如何降低手机端基础库版本?
请问如何降低手机端基础库版本? 开发工具中的推送基础库版本,点了好像也不起什么作用啊! [图片]
2020-06-17 - 云开发数据库实时数据推送,又不能用了,没人管管吗?
刚刚好了没几天,又出现了这样的问题了,还是云开发数据库watch监听的bug,请官方管理员来看一下。 下面是6月12日发的求助内容: 昨天上午还好好的,晚上就报错了。调试了整晚,手机端还是这个错误。偏偏在微信开发者工具上是正常的。 errCode: -402012 这个错误号,在帮助文档里面都找不到。 Uncaught (in promise) FrameworkError <TypeError: Cannot add property Map, object is not extensible> <TypeError: Cannot add property Map, object is not extensible><div class="eruda-json eruda-hidden"></div> at e.value (wagame://servicewechat.com/WAGameVConsole.html:27576:37895) at new e (wagame://servicewechat.com/WAGameVConsole.html:27576:36659) at t.value (wagame://servicewechat.com/WAGameVConsole.html:27576:32217) at t.value (wagame://servicewechat.com/WAGameVConsole.html:27576:31461) at f.e.<computed> [as error] (wagame://servicewechat.com/WAGameVConsole.html:27576:16382) at wagame://servicewechat.com/WAGameVConsole.html:27576:19192 at Array.forEach (<anonymous>) at console._log (wagame://servicewechat.com/WAGameVConsole.html:27576:19080) at <anonymous>:1:9 代码片段: var db = wx.cloud.database(); var watcher1 = db.collection('game_rooms'); //监听游戏房间玩家信息更新情况: if (nowRoom.roomID != "" && G.inRoom == 1) { console.log("nowRoom.roomID",nowRoom.roomID); watcher1.where({ _id: nowRoom.roomID }).watch({ onChange: function(snapshot) { console.log('query result snapshot after the event', snapshot.docs); // 监听游戏房间数据:玩家1,玩家2,的信息,在此房间的游戏得分,剩余时间 }, onError: function (err) { console.error('the gameRoom watch1 closed because of error', err) } }); } 报错信息: the gameRoom watch1 closed because of error <Error: errCode: -402012 realtime listener init ws fail | errMsg: errors of each retry (latest to oldest): ["[object Object]","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible"] history states: UNINIT-(close)->CLOSED>
2020-06-16 - 请问实时数据推送,在手机端报错怎么处理?
刚刚好了没几天,又出现了这样的问题了,还是云开发数据库watch监听的bug,请官方管理员来看一下。 下面是6月12日发的求助内容: 昨天上午还好好的,晚上就报错了。调试了整晚,手机端还是这个错误。偏偏在微信开发者工具上是正常的。 这是由手机端监听云开发数据库引发的错误,我把监听函数注释掉,就不报这个错误信息了。 Uncaught (in promise) FrameworkError <TypeError: Cannot add property Map, object is not extensible> <TypeError: Cannot add property Map, object is not extensible><div class="eruda-json eruda-hidden"></div> at e.value (wagame://servicewechat.com/WAGameVConsole.html:27576:37895) at new e (wagame://servicewechat.com/WAGameVConsole.html:27576:36659) at t.value (wagame://servicewechat.com/WAGameVConsole.html:27576:32217) at t.value (wagame://servicewechat.com/WAGameVConsole.html:27576:31461) at f.e.<computed> [as error] (wagame://servicewechat.com/WAGameVConsole.html:27576:16382) at wagame://servicewechat.com/WAGameVConsole.html:27576:19192 at Array.forEach (<anonymous>) at console._log (wagame://servicewechat.com/WAGameVConsole.html:27576:19080) at <anonymous>:1:9 代码片段: var db = wx.cloud.database(); var watcher1 = db.collection('game_rooms'); //监听游戏房间玩家信息更新情况: if (nowRoom.roomID != "" && G.inRoom == 1) { console.log("nowRoom.roomID",nowRoom.roomID); watcher1.where({ _id: nowRoom.roomID }).watch({ onChange: function(snapshot) { console.log('query result snapshot after the event', snapshot.docs); // 监听游戏房间数据:玩家1,玩家2,的信息,在此房间的游戏得分,剩余时间 }, onError: function (err) { console.error('the gameRoom watch1 closed because of error', err) } }); } 报错信息: the gameRoom watch1 closed because of error <Error: errCode: -402012 realtime listener init ws fail | errMsg: errors of each retry (latest to oldest): ["[object Object]","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible","TypeError: Cannot add property Map, object is not extensible"] history states: UNINIT-(close)->CLOSED>
2020-06-12 - 请问Can not add property Map是什么情况?
在微信开发工具中测试一切正常,但是到了真机测试,就会提示这个错误,然后就不能监听云开发数据库了。 [图片]
2020-06-12 - 如何通过分享卡片,发到群里或者是指定好友,来邀请好友加入游戏房间呢?
如何通过分享卡片,发到群里或者是指定好友,来邀请好友加入游戏房间呢? 要如何把房间信息,比如roomID,写在分享卡片的参数中,带给目标好友呢?然后,好友进入游戏客户端,自动根据携带的roomID,或者最好是邀请码,进入相对应的游戏房间。 看了一连串文档,不知从哪下手,请路过的高人帮忙指点一下,谢谢啦!!!
2020-06-04 - 云函数的文件夹怎么突然不见了?
信小游戏的开发者工具,版本号:v1.02.2003250 电脑系统:Win10 ,64位 题:开发工具中的资源管理器中,两个小时之前还在的。请问在哪里可以找回来? 说明:1、云开发已开通,当前配额:基础版 1 资源均衡型,有效期至2020-06-11; 2、云开发控制台也能打开; 3、硬盘上的cloudfunction文件夹还在。 [图片]
2020-05-15 - 请教一下使用wx.getGameServerManager()的问题
您好,我是微信小游戏初学者,想请教一下使用wx.getGameServerManager()的问题:我在云函数中写了这段代码,总是不能成功创建游戏房间,云数据库里也看不到想存的数据。但是无果去掉关于wx.getGameServerManager()的部分代码,数据库是可以出现存放的数据的。 另外,很惭愧,我不知道基础库版本是什么意思,在哪里?所以那个2.0.0是瞎填的。
2020-03-19