• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 26 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0035 秒)

11. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 83%]

...,说是字节长度问题。 How long are the message you are trying to send If it's larger than 125 bytes you need to encode the length in a different manner i.e you must take the extended payload length into consideration. – Cyclonecode Jul 7 '15 at 10:22 Right, of course, so i need to use...

来源: Laya_社区 发布时间: 20180612

12. request failed status:0 text: IOS HttpRequest [ 77%]

...s = []; headers.push("Content-Type"); headers.push("application/json"); hr.send('http://xxxxxxxxxxxxxxxxxx', JSON.stringify(data), 'post', 'json',headers);<strong></strong>  浏览器 可以正常 访问 返回数据  alert("onHttpRequestComplete--hr"+JSON.stringify(hr.data.zhhResult.p...

来源: Laya_社区 发布时间: 20170620

13. HttpRequest有一定几率触发error事件 Status:0 [ 77%]

...率触发error事件 Status:0 在微信开发者工具中,调用 request.send(url + method, data, "post", "json", ["Content-Type","application/json","Authorization", "Bearer " + PlayerModel.Instance.token]);   大部分时候正常  但有20%的几率会触发error事件回调,收到的message...

来源: Laya_社区 发布时间: 20180330

14. flash builder unable to open "src" [ 75%]

...aMaxUI.ts 并没有变化…… 微信小游戏 websocket错误 SocketTask.send:fail SocketTask.readState is not OPEN 有关window open问题 微信小游戏websocket open事件异常 用微信开发工具运行, 报错,ENOENT: no such file or directory, open 'release\wxgame\GameMain.js.map'' La...

来源: Laya_社区 发布时间: 20171110

15. native 1.0.2 连不上wss [ 68%]

...twbuyu.com:27777"); ws.onopen = function() { alert("connect success~"); ws.send('tom'); alert("send to server msg: tom"); }; ws.onmessage = function(e) { alert("accpet msg: " + e.data); }; ws.onerror = function(e) { alert("error: " + e); console.log(e) }; </script> </body> </html> ...

来源: Laya_社区 发布时间: 20181018

16. socket通讯返回数据 [ 66%]

... this.socket.on(Laya.Event.ERROR, this, this.errorHandler); // this.socket.send("hello world");//###################################################### } private openHandler(event: any = null): void { //正确建立连接; console.log("建立连接");//*********************************************...

来源: Laya_社区 发布时间: 20180211

17. 关于截屏的问题 [ 66%]

...x1080694 06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: Send a message to refresh views 1s later! 06-09 11:48:56.974 1654-1654/? D/StatusBar.MSimNetworkController: refreshdata connected={ wifi } level=0 mMSimcombinedSignalIconId=0x7f0203c5/com.android.systemui:drawable/stat_sys_wi...

来源: Laya_社区 发布时间: 20170609

18. 为什么新建一个项目后,什么都没添加,直接点运行就报错?? [ 66%]

...for protocol schemes: http, data, chrome, chrome-extension, https. __proto.send @ laya.core.js:23023 laya.core.js:23075 /Users/andyzu/Desktop/LayaGame/demo/myLaya/bin/version.json Request failed Status:0 text: __proto.error @ laya.core.js:23075 laya.core.js:25049 [warn]Retry to load: version.json  ...

来源: Laya_社区 发布时间: 20190718

19. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 61%]

....connectByUrl("ws://127.0.0.1:9000");//建立连接; } } public function send(msg:String):void { if(this.socket.connected){ var byte:Byte = new Byte(); byte.writeUTFString(msg); this.socket.send(byte.buffer); } } private function openHandler(event:Object = null):void { //正确建立连接; trac...

来源: Laya_社区 发布时间: 20180202

20. 背景音乐来回切换报错 [ 61%]

...nt.binderDied(WindowState.java:1051)         at android.os.BinderProxy.sendDeathNotice(Binder.java:493)         at dalvik.system.NativeStart.run(Native Method) 07-16 13:28:37.152 402-748/? I/WindowState: WIN DEATH: null 07-16 13:28:37.232 670-670/? W/EGL_emulation: eglSurfaceAttrib not imple...

来源: Laya_社区 发布时间: 20190716