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

Windows build error #46

Closed
ihor-zinchenko opened this issue Nov 12, 2019 · 4 comments
Closed

Windows build error #46

ihor-zinchenko opened this issue Nov 12, 2019 · 4 comments

Comments

@ihor-zinchenko
Copy link

cannot resolve https://github.com/electron/electron/releases/download/v7.0.0-wvvmp-beta.3/electron-v7.0.0-wvvmp-beta.3-win32-x64.zip: status code 404

@khwaaj
Copy link
Collaborator

khwaaj commented Nov 12, 2019

Looks like the download URL is wrong, it should not start with https://github.com/electron/electron/ but https://github.com/castlabs/electron-releases/ to access our releases.

Are you using something like electron-builder when you are seeing this? If you are you can set the mirror options to make it download from the correct URL using something like this in your package.json.

@ihor-zinchenko
Copy link
Author

@khwaaj thanks, that fix my issue)

Also i have question about build for ubuntu on windows

error=Get https://service.electron.build/find-build-agent?no-cache=1esnkel: dial tcp 51.15.76.176:443: connectex: A connection attempt failed because the connected party did not proper
ly respond after a period of time, or established connection failed because connected host has failed to respond.

Can I fix that?

@khwaaj
Copy link
Collaborator

khwaaj commented Nov 13, 2019

@IhorVimmi, with so little context it is a bit difficult to figure out what you are trying to do and how you are going about it.

That said this appears to be an electron-builder issue, see electron-userland/electron-builder#4318. There appears to be a some kind of temporary workaround merged that disables the linux build but it has not made it into any release that I can see.

Since this is a bit outside the scope of this project it is not something I am very familiar with so you are probably better off asking about it in some electron-builder forum.

@ihor-zinchenko
Copy link
Author

@khwaaj thank you man) you save my time)

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

No branches or pull requests

2 participants