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
`Traceback (most recent call last):
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\connection.py", line 328, in _recv_bytes
nread, err = ov.GetOverlappedResult(True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BrokenPipeError: [WinError 109] 管道已结束。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\project\tailin\dev\crawler.conda\Lib\site-packages\nacos\client.py", line 818, in _process_polling_result
cache_key, content, md5 = self.notify_queue.get()
^^^^^^^^^^^^^^^^^^^^^^^
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\queues.py", line 103, in get
res = self._recv_bytes()
^^^^^^^^^^^^^^^^^^
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\connection.py", line 216, in recv_bytes
buf = self._recv_bytes(maxlength)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\connection.py", line 337, in _recv_bytes
raise EOFError
EOFError`
`Traceback (most recent call last):
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\connection.py", line 328, in _recv_bytes
nread, err = ov.GetOverlappedResult(True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BrokenPipeError: [WinError 109] 管道已结束。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "d:\project\tailin\dev\crawler.conda\Lib\site-packages\nacos\client.py", line 818, in _process_polling_result
cache_key, content, md5 = self.notify_queue.get()
^^^^^^^^^^^^^^^^^^^^^^^
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\queues.py", line 103, in get
res = self._recv_bytes()
^^^^^^^^^^^^^^^^^^
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\connection.py", line 216, in recv_bytes
buf = self._recv_bytes(maxlength)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\project\tailin\dev\crawler.conda\Lib\multiprocessing\connection.py", line 337, in _recv_bytes
raise EOFError
EOFError`
主动关闭主进程后, self.notify_queue,无法与主进程通信抛出异常。但是未做处理
怎么自己的代码中在生成对象后,遇到ctrl+c时处理这个错误呢
The text was updated successfully, but these errors were encountered: