开源改变世界

停止发送 #973

推推 grbl 3年前 (2023-02-02) 176次浏览
关闭
ErikLambrechts 打开了这个问题 2018 年 9 月 22 日 · 2 条评论
关闭

停止发送#973

ErikLambrechts 打开了这个问题 2018 年 9 月 22 日 · 2 条评论

注释

停止发送 #973

得到这个错误

Exception happened during processing of request from ('127.0.0.1', 54020)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 318, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 654, in __init__
    self.finish()
  File "/usr/lib/python2.7/SocketServer.py", line 713, in finish
    self.wfile.close()
  File "/usr/lib/python2.7/socket.py", line 283, in close
    self.flush()
  File "/usr/lib/python2.7/socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe
停止发送 #973
沃尔特维斯曼 评论了 2018 年 9 月 22 日  

嗨,埃里克,
你能从你的问题中多发一点吗?
屏幕截图和/或文件,好吗?
甚至程序修订?

一点点帮助,从你身边不会受伤吧?
这里的人只是在他们的空闲时间参与这个项目 ;-)

真诚的沃尔特

停止发送 #973

嘿沃尔特,

这似乎是我正在使用的特定 Arduino 的问题。
谢谢你的快速反应。

埃里克