question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work for Github private repo

See original GitHub issue

The routes of hazel doesn’t seem to work with private repo

DOESN’T WORK

const server = "https://clovis-desktop-hazel-upd.aarbel.now.sh"
const updaterFeedURL = `${server}/update/${process.platform}/${app.getVersion()}`
…
autoUpdater.setFeedURL(updaterFeedURL);

Error: Unhandled rejection Error: Cannot find channel "latest-mac.yml" update info: HttpError: 404

Please double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n

WORKS

const updaterFeedURL = {
    provider: 'github',
    owner: 'my-team',
    repo: 'my-repo',
    token: 'my-github-token',
}

autoUpdater.setFeedURL(updaterFeedURL);

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

7reactions
cap10morgancommented, Jun 18, 2022

This software is abandoned. Beware all ye who enter here.

0reactions
Tulipeszcommented, Aug 14, 2022

This software is abandoned. Beware all ye who enter here.

Nuts and now hazel is abandoned. Any hints of any fork/project to implement autoupdater without needing signed code?

Read more comments on GitHub >

github_iconTop Results From Across the Web

git - Clone A Private Repository (Github) - Stack Overflow
Open a git shell then git clone https://github.com/user/repo . Enter username and password when prompted. No need to setup a SSH key.
Read more >
Private repositories on github are not detected · Issue #129758
Issue Type: Bug Cloning a private repository does not work: Only public repositories are available in the dropdown...private repos don't ...
Read more >
Not able to access private repo #12779 - GitHub
Go to Githubdesktop · Click on File --> Clone repository · Scroll down to repo-name · Click Clone · See the Error ...
Read more >
Creating a Github pages repo as private will not work even ...
Documentation I've found states the repository must be public if you you're not a Pro user, however it doesn't mention it must be...
Read more >
Import & Fork doesn't work for private GitHub repos #5578
I try to import a private repo using https://codesandbox.io/s/github/username/reponame and get a "Request failed with status code 500" message ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found