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

Github Update Fails Due to Undefined #1228

Closed
AlienHoboken opened this issue Feb 9, 2017 · 1 comment · May be fixed by qcif/data-curator#563
Closed

Github Update Fails Due to Undefined #1228

AlienHoboken opened this issue Feb 9, 2017 · 1 comment · May be fixed by qcif/data-curator#563

Comments

@AlienHoboken
Copy link
Contributor

AlienHoboken commented Feb 9, 2017

electron-builder version:

  • 13.3.1:

electron-updater version:

  • 1.6.0

target:

  • osx 64bit:

Hello, when running the auto-updater with electron-builder I'm receiving the following error (in the log file). It is essentially providing the host as "undefined" when looking for updates.

Error: Error: Unable to find latest version on github, please ensure a production release exists: HttpError: 404 Not Found
"method: undefined url: https://undefined/AlienHoboken/{repo}/releases/latest

However my latest-mac.json has the correct details.

{
  "version": "0.1.0",
  "releaseDate": "2017-02-09T19:15:09.434Z",
  "url": "https://github.com/AlienHoboken/{repo}/releases/download/v0.1.0/{app}-0.1.0-mac.zip"
}

Is this a setup issue or an issue within electron-builder?

EDIT:
I've even tried adding the host to the app-updated.yml, still the same result

provider: github
host: github.com
owner: AlienHoboken
repo: {repo}
@AlienHoboken AlienHoboken changed the title Github Update Host Set to Undefined Github Update Fails Due to Undefined Feb 9, 2017
@develar
Copy link
Member

develar commented Feb 10, 2017

Cannot reproduce, but some improvements were made in the 1.6.1

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

Successfully merging a pull request may close this issue.

2 participants