sublime已经设置了启用refresh:

liverelod不起作用_html

not work for me ,
os : windows 10
sublime version : 3211
when i save a html document , console see :
{“path”: “test.html”, “apply_js_live”: null, “apply_css_live”: null, “apply_images_live”: null, “command”: “reload”}
INFO:WebSocketClient:new client (‘127.0.0.1’, 53647)

and i install live reload in my chrome broswer , when i manually click the reload button ,the sublime see as bellow

INFO:WebSocketClient:Remove from clients table <LiveReload.server.WebSocketClient.WebSocketClient object at 0x0000017F83D80358>
ERROR:WebSocketClient:WebSocket error
Traceback (most recent call last):
File “C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\LiveReload\server\WebSocketClient.py”, line 84, in init
data = self.socket.recv(1024)
OSError: [WinError 10038] 在一个非套接字上尝试了一个操作。
INFO:WebSocketClient:Remove from clients table <LiveReload.server.WebSocketClient.WebSocketClient object at 0x0000017F83D80358>