Uncaught TypeError: this.socket.onmessage is not a function
Closed this issue · 4 comments
JiaLeDe commented
iinti commented
是的,解决此问题有两种方案
- 转用专业版,相关文档: http://sekiro.iinti.cn/sekiro-doc/01_user_manual/6.sslForWebsocket.html
- 使用其他组件配合构造ssl,如使用nginx https://www.xin3721.com/pythonTech/python27084.html http://www.manongjc.com/detail/61-nwggzcplcrlkykh.html
此问题非sekiro特有bug
JiaLeDe commented
本地的可以成功是因为不用这些嘛?
JiaLeDe commented
我在本地可以使用,放到服务器连接时就会出现Uncaught TypeError: this.socket.onmessage is not a function错误,要怎么解决?从哪里购买专业版
iinti commented
本地是因为浏览器不拦截127.0.0.1的测试流量。
解决方式刚刚提到过:
- 转用专业版,相关文档: http://sekiro.iinti.cn/sekiro-doc/01_user_manual/6.sslForWebsocket.html
- 使用其他组件配合构造ssl,如使用nginx https://www.xin3721.com/pythonTech/python27084.html http://www.manongjc.com/detail/61-nwggzcplcrlkykh.html
专业版也在文档中,看文档走就行