zixiiu / Digital_Life_Server

Yet another voice assistant, but alive.
MIT License
2.47k stars 465 forks source link

服务端配置成功了,但是手机端一直连不上电脑的服务端 #67

Open HerocatUED opened 1 year ago

HerocatUED commented 1 year ago

电脑服务端出现了这个信息:INFO Server is listening on 192.168.**,但是按照这个输入手机的客户端总是显示连接不上服务器

yaohaizhou commented 1 year ago

你应该监听0.0.0.0 Digital_Life_Server/SocketServer.py 66行改一下 self.host = "0.0.0.0"