cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.08k stars 473 forks source link

ERROR:broker_win.cc(57) Error reading broker pipe: The pipe has been ended. (0x6D) #601

Open FlyingDragon0420 opened 3 years ago

FlyingDragon0420 commented 3 years ago

Description: while using the cefpython, this error occurred and shown in CEF.log and then the app quit.

Steps to reproduce: The issue occurred occasionally and I have no idea how to reproduce it .

Debug logs: [0213/110440.227:ERROR:broker_win.cc(57)] Error reading broker pipe: The pipe has been ended. (0x6D) [1221/100927.216:ERROR:broker_win.cc(134)] Error sending sync broker message: The pipe is being closed. (0xE8)

version: 66.0 window version: win10

cztomczak commented 3 years ago

Looks like browser was shutdown and the error message is only an implication of browser being closed. The error message is not the cause of the app quiting.

Related: https://github.com/cefsharp/CefSharp/issues/2661 https://stackoverflow.com/questions/60128965/window-keeps-closing-after-running-selenium