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

Error: Update check failed. The server sent an invalid response. Try again later. #168

Open
setchy opened this issue Oct 6, 2024 · 0 comments · May be fixed by #169
Open

Error: Update check failed. The server sent an invalid response. Try again later. #168

setchy opened this issue Oct 6, 2024 · 0 comments · May be fixed by #169

Comments

@setchy
Copy link

setchy commented Oct 6, 2024

I have two electron apps that recently have started failing when checking for automated updates for macOS.

Both use electron-builder to package releases.

gitify-app/gitify

For gitify, only a universal macOS build is published.

[2024-10-06 15:20:17.427] [info]  feedURL https://update.electronjs.org/gitify-app/gitify/darwin-arm64/5.15.0
[2024-10-06 15:20:17.429] [info]  requestHeaders { 'User-Agent': 'update-electron-app/3.0.0 (darwin: arm64)' }
[2024-10-06 15:20:17.452] [info]  checking-for-update
[2024-10-06 15:20:17.653] [error] Auto Updater: error checking for update Error: Update check failed. The server sent an invalid response. Try again later.
[2024-10-06 15:20:17.653] [info]  updater error
[2024-10-06 15:20:17.654] [info]  Error: Update check failed. The server sent an invalid response. Try again later.

setchy/atlassify

For atlassify, a combination of universal, arm64 and x64 macOS builds are published

[2024-10-06 15:17:20.060] [info]  feedURL https://update.electronjs.org/setchy/atlassify/darwin-arm64/1.4.0
[2024-10-06 15:17:20.062] [info]  requestHeaders { 'User-Agent': 'update-electron-app/3.0.0 (darwin: arm64)' }
[2024-10-06 15:17:20.077] [info]  checking-for-update
[2024-10-06 15:17:20.287] [error] Auto Updater: error checking for update Error: Update check failed. The server sent an invalid response. Try again later.
[2024-10-06 15:17:20.288] [info]  updater error
[2024-10-06 15:17:20.288] [info]  Error: Update check failed. The server sent an invalid response. Try again later.
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

Successfully merging a pull request may close this issue.

1 participant