- iOS 报错MiniProgramError Can't find variable: status
小游戏开启ios高性能模式云测试的时候,出现以下报错。 安卓测试没有遇到过以下报错。 MiniProgramError Can't find variable: status ReferenceError: Can't find variable: status at @weapp: (wxfs/game.js:24528:37492) at @weapp: (wxfs/game.js:24528:36703) at runWith@weapp: (wxfs/game.js:24501:16675) at loadCompleteCore@weapp: (wxfs/game.js:24501:363820) at run@weapp: (wxfs/game.js:24501:16347) at event@weapp: (wxfs/game.js:24501:17200) at _endLoad@weapp: (wxfs/game.js:24501:362274) at onLoaded@weapp: (wxfs/game.js:24501:361628) at @weapp: (wxfs/game.js:24501:361511) at runWith@weapp: (wxfs/game.js:24501:16675) at event@weapp: (wxfs/game.js:24501:17191) at onError@weapp: (wxfs/game.js:24501:349721) at runWith@weapp: (wxfs/game.js:24501:16675) at event@weapp: (wxfs/game.js:24501:17191) at error@weapp: (wxfs/game.js:24501:346156) at _onLoad@weapp: (wxfs/game.js:24501:346049) at @weapp: (wxfs/game.js:24501:345455) at _triggerEvent@weapp: (wxfs/game.js:24537:21001) at success@weapp: (wxfs/game.js:24537:23029) at @weapp: (wxfs/game.js:18092:67) at t@weapp: (wxcommlib/WAGameSubContext.js:1:175140) at @weapp: (wechat-game-runtime:1:1226425) at @weapp: (wechat-game-runtime:1:1163839) at p@weapp: (wechat-game-runtime:1:191204) at u@weapp: (wechat-game-runtime:1:489313) at @weapp: (wechat-game-runtime:1:296513) at p@weapp: (wechat-game-runtime:1:191204) at @weapp: (wechat-game-runtime:1:438294) at forEach (native code) at emit@weapp: (wechat-game-runtime:1:438217) at O@weapp: (wechat-game-runtime:1:297581) at @weapp: (wechat-game-runtime:1:298959) at @weapp: (wechat-game-runtime:1:461741) at emit@weapp: (wechat-game-runtime:1:119843) at emit (native code) at emit@weapp: (wechat-game-runtime:1:116054) at subscribeHandler@weapp: (wechat-game-runtime:1:118699) at @weapp: (wechat-game-runtime:67:119031) at forEach (native code) at @weapp: (wechat-game-runtime:67:118994) at z@weapp: (wechat-game-runtime:1:69286) at @weapp: (wechat-game-runtime:1:70913)
2023-06-10 - 服务器接收不到手机websocket发出去的二进制数据?
手机微信小游戏,websocket发出去的二进制数据服务器接收不到,发送字符串可以接收到 pc版微信是正常的 手机上浏览器测试websocket也是正常的
2022-11-25