You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for adding upload via TCP. Unfortunately a triggered restart of the NodeMCU will cause the script to hang until the module is online again and then throw an exception.
->node.restart()Traceback (most recent call last):
File "./luatool.py", line 310, in <module>
transport.writeln("node.restart()\r")
File "./luatool.py", line 147, in writeln
self.performcheck(data)
File "./luatool.py", line 59, in performcheck
char = self.read(1)
File "./luatool.py", line 152, in read
return self.socket.recv(length)
socket.error: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered:
Many thanks for adding upload via TCP. Unfortunately a triggered restart of the NodeMCU will cause the script to hang until the module is online again and then throw an exception.
The text was updated successfully, but these errors were encountered: