We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
electron-updater 2.7.1
Look like something wrong with the call to HttpExecutor in Generic Provider.
result = safeLoad(await this.executor.request<string>(options))
result objects becomes ['Object object'] instead of the proper json that has been returned.
Reverting to electron-updater 1.15.0, where HttpExecutor is not used, fixes this issue.
The text was updated successfully, but these errors were encountered:
Is your server returns correct JSON mime-types?
Sorry, something went wrong.
Ok, code will be simplified to avoid such errors.
fix(electron-updater): response from Generic Provider getLatestVersio…
8a0d075
…n becomes [ 'Object object' ] Close electron-userland#1853
It's returning response with header: 'Content-Type': 'application/json'
Please try new version.
eaca9b5
Thank you, that was a quick fix.
No branches or pull requests
electron-builder 19.16.0
electron-updater 2.7.1
Look like something wrong with the call to HttpExecutor in Generic Provider.
result = safeLoad(await this.executor.request<string>(options))
result objects becomes ['Object object'] instead of the proper json that has been returned.
Reverting to electron-updater 1.15.0, where HttpExecutor is not used, fixes this issue.
The text was updated successfully, but these errors were encountered: