Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checksum Mismatch: something funny going on? #1893

Closed
2 tasks done
martindale opened this issue Jun 2, 2017 · 1 comment
Closed
2 tasks done

Checksum Mismatch: something funny going on? #1893

martindale opened this issue Jun 2, 2017 · 1 comment
Labels
👆 Is Upstream Issue is the fault of something Hyper uses and not Hyper itself

Comments

@martindale
Copy link

  • I am on the latest Hyper.app version

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: Ubuntu 16.10

  • Hyper.app version: 216c475

  • Link of a Gist with the contents of your .hyper.js: N/A

  • Relevant information from devtools N/A

  • The issue is reproducible in vanilla Hyper.app: N/A

Issue

⚡ npm install
npm WARN deprecated babel-preset-es2015-node4@2.1.1: Use npmjs.org/babel-preset-env instead, see https://github.com/babel/babel-preset-env
npm WARN deprecated fs-promise@2.0.3: Use mz or fs-extra^3.0 with Promise Support
npm WARN prefer global node-gyp@3.6.2 should be installed with -g

> electron-chromedriver@1.4.1 install /home/eric/hyper/node_modules/electron-chromedriver
> node ./download-chromedriver.js

/home/eric/hyper/node_modules/electron-chromedriver/download-chromedriver.js:16
  if (error != null) throw error
                     ^

Error: Generated checksum for "chromedriver-v2.21-linux-x64.zip" did not match expected checksum.
    at ChecksumMismatchError.Error (native)
    at ChecksumMismatchError.ErrorWithFilename (/home/eric/hyper/node_modules/sumchecker/build.js:41:124)
    at new ChecksumMismatchError (/home/eric/hyper/node_modules/sumchecker/build.js:56:133)
    at Hash.<anonymous> (/home/eric/hyper/node_modules/sumchecker/build.js:203:22)
    at emitNone (events.js:86:13)
    at Hash.emit (events.js:185:7)
    at emitReadable_ (_stream_readable.js:432:10)
    at emitReadable (_stream_readable.js:426:7)
    at readableAddChunk (_stream_readable.js:187:13)
    at Hash.Readable.push (_stream_readable.js:134:10)
@ghost
Copy link

ghost commented Jun 2, 2017

It's an issue of chrome-web-driver, so id'd say it' electron's fault. There probably was an error during the download process. Retry installing the dependencies or changing electron version. If the problem still occour open an issue in their repository

@ppot ppot added the 👆 Is Upstream Issue is the fault of something Hyper uses and not Hyper itself label Jun 2, 2017
@ppot ppot closed this as completed Aug 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👆 Is Upstream Issue is the fault of something Hyper uses and not Hyper itself
Projects
None yet
Development

No branches or pull requests

2 participants