Protocol Error: Attempted to dispatch an unspecified method
valkyrienyanko opened this issue · 5 comments
valkyrienyanko commented
Caused when electron developer tools are open on downloading window.
[12752:0602/131017.324:ERROR:CONSOLE(7)] "Protocol Error: Attempted to dispatch an unspecified method 'Page.downloadProgress': {"method":"Page.downloadProgress","params":{"guid":"2b2097d4-2ee3-4be0-9955-9bd03ab118ba","totalBytes":1246129,"receivedBytes":0,"state":"inProgress"}}", source: devtools://devtools/bundled/protocol_client/protocol_client.js (7)
sindresorhus commented
This should be opened on https://github.com/electron/electron. This package just uses the Electron API and has nothing to do with the DevTools protocol.
valkyrienyanko commented
This error is caused when I try to download something while the dev tools are open.
MonstraG commented
Can confirm.
RobbieTheWagner commented
Seeing this as well. Any updates on this? I think it should maybe not be closed?
LoganTann commented
Can confirm too. This issue should be open, or at least, an new issue should be open on https://github.com/electron/electron (if someone can create it ? I don't see any issues like this problem).