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
When I updated to v3.8.0 today, that pulled in "electron-chromedriver": "~1.8.0", which errored out for me:
Error: Generated checksum for "chromedriver-v1.8.0-win32-x64.zip" did not match expected checksum.
at Hash.hasher.on (...\node_modules\sumchecker\index.js:151:20)
at emitNone (events.js:106:13)
at Hash.emit (events.js:208:7)
at emitReadable_ (_stream_readable.js:513:10)
at emitReadable (_stream_readable.js:507:7)
at addChunk (_stream_readable.js:274:7)
at readableAddChunk (_stream_readable.js:250:11)
I ran yarn with DEBUG=electron-download to see what was going on, and it seems that my download didn't match the checksum, and electron-download doesn't know how to recover from that.
The workaround was to rm -rf ~/AppData/Local/electron and rerun yarn install.
I'm posting this issue (and immediately closing it) to hopefully help other people on windows that get hit by this.
The text was updated successfully, but these errors were encountered:
First off--thanks for Spectron! 💯
When I updated to v3.8.0 today, that pulled in
"electron-chromedriver": "~1.8.0"
, which errored out for me:I ran
yarn
withDEBUG=electron-download
to see what was going on, and it seems that my download didn't match the checksum, andelectron-download
doesn't know how to recover from that.The workaround was to
rm -rf ~/AppData/Local/electron
and rerunyarn install
.I'm posting this issue (and immediately closing it) to hopefully help other people on windows that get hit by this.
The text was updated successfully, but these errors were encountered: