-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 auto-update on Windows returning error #1112
Comments
Please use latest electron-builder 11.2.5. Be aware about #1106 Do you use electron-auto-updater 0.10.1? |
Yes, you are right, 406. |
cc @badams |
@JustinBeckwith All your releases marked as Pre-release, so, it is not release and Github doesn't return latest release info because no release. |
Still works as expected, eg sending a request to
Probably should add some error handling for when no releases exist though |
Yes. For this reason this issue is opened. Do you want to help to fix it? |
@develar Yes I can take a look over the weekend |
I'm having some trouble getting auto-updates for Windows to work. I've installed the
electron-auto-updater
npm module, and mostly got everything set up. My builds are producing app-latest.yml files. When I try running my installed app, I'm getting this error:Based on the callstack, I did a little digging and found this code. I decided to try hitting the same endpoint with Postman, set my accept header to application/json, and I'm getting an HTTP 406 from Github:
https://github.com/JustinBeckwith/trebuchet/releases/latest
It's possible I'm way off, but I can't quite figure out how this is supposed to work.
The text was updated successfully, but these errors were encountered: