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

'No WebChimera release found matching your environment' on Travis #31

Open
amilajack opened this issue Jul 23, 2016 · 2 comments
Open

Comments

@amilajack
Copy link

When installing WebChimera.js using wcjs-prebuilt on travis ci with the osx image, the downloader does not properly detect the environment:

> [email protected] postinstall /Users/travis/build/amilajack/popcorn-time-desktop/app/node_modules/wcjs-prebuilt
> node install.js

Fetching WebChimera prebuilt for Electron: 
WebChimera version: v0.2.6 
Electron version: v1.2.6 
Platform: osx 
Arch: x64 
Target dir: ./bin

Looking for WebChimera download at https://api.github.com/repos/RSATom/WebChimera.js/releases/tags/v0.2.6


No WebChimera release found matching your environment
npm WARN install:[email protected] [email protected] postinstall: `node install.js`
npm WARN install:[email protected] Exit status 1
[email protected] /Users/travis/build/amilajack/popcorn-time-desktop/app
└── [email protected] 

A possible solution could be using process.env.TRAVIS_OS_NAME === 'osx' to determine this.

@amilajack
Copy link
Author

The output of installing locally on osx is this:


> [email protected] postinstall /Users/amila/Documents/Projects/popcorn-time-desktop/node_modules/wcjs-prebuilt
> node install.js

Fetching WebChimera prebuilt for Electron: 
WebChimera version: v0.2.6 
Electron version: v1.2.6 
Platform: osx 
Arch: x64 
Target dir: ./bin

Looking for WebChimera download at https://api.github.com/repos/RSATom/WebChimera.js/releases/tags/v0.2.6

WebChimera.js_electron_0.33.9_ia32_win.zip  doesn't include VLC 
WebChimera.js_electron_0.37.6_ia32_win.zip  doesn't include VLC 
WebChimera.js_electron_0.37.6_x64_osx.zip  doesn't include VLC 
WebChimera.js_electron_0.37.8_ia32_win.zip  doesn't include VLC 
WebChimera.js_electron_0.37.8_x64_osx.zip  doesn't include VLC 
WebChimera.js_electron_1.2.6_ia32_win.zip  doesn't include VLC 
WebChimera.js_electron_1.2.6_x64_osx.zip  doesn't include VLC 
WebChimera.js_electron_1.2.6_x64_win.zip  doesn't include VLC 
WebChimera.js_nw_0.15.4_ia32_win.zip  doesn't include VLC 
WebChimera.js_nw_0.15.4_x64_osx.zip  doesn't include VLC 
WebChimera.js_nw_0.15.4_x64_win.zip  doesn't include VLC 
WebChimera.js_v0.2.6_electron_v0.33.9_VLC_v2.2.4_ia32_win.zip  not matching environment 
WebChimera.js_v0.2.6_electron_v0.37.6_VLC_v2.2.4_ia32_win.zip  not matching environment 
WebChimera.js_v0.2.6_electron_v0.37.6_VLC_v2.2.4_x64_osx.tar.gz  not matching environment 
WebChimera.js_v0.2.6_electron_v0.37.8_VLC_v2.2.4_ia32_win.zip  not matching environment 
WebChimera.js_v0.2.6_electron_v0.37.8_VLC_v2.2.4_x64_osx.tar.gz  not matching environment 
WebChimera.js_v0.2.6_electron_v1.2.6_VLC_v2.2.4_ia32_win.zip  not matching environment 
WebChimera.js_v0.2.6_electron_v1.2.6_VLC_v2.2.4_x64_osx.tar.gz  matching environment 


@amilajack
Copy link
Author

Identical but when running in CI it can't download it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant