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

Clicking Check Now for updates produces an error #7197

Open
1 task done
ththiem opened this issue Mar 21, 2024 · 1 comment
Open
1 task done

Clicking Check Now for updates produces an error #7197

ththiem opened this issue Mar 21, 2024 · 1 comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@ththiem
Copy link

ththiem commented Mar 21, 2024

Expected Behavior

It should properly communicate if there is an update or not, like On Latest Version or Update Found or something

Actual Behavior

"Update Error"
image

Reproduction Steps

No response

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

8.6.1

What operating system are you using?

Windows

Operating System Version

Windows 11 23H2

Installation method

downloaded from insomnia.rest

Last Known Working Insomnia version

No response

@ththiem ththiem added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Mar 21, 2024
@subnetmarco
Copy link
Member

I was able to replicate with the following log @filfreire :

[2024-03-27 09:44:48.002] [info]  Running version 9.0.0-beta.1
[2024-03-27 09:44:48.005] [info]  [electron client protocol] successfully set default protocol 'insomnia://'
[2024-03-27 09:44:48.139] [info]  [fix] Running database repairs
[2024-03-27 09:44:48.294] [info]  [db] Initialized DB at /Users/marco/Library/Application Support/Insomnia/insomnia.$TYPE.db
[2024-03-27 09:44:48.295] [info]  [db] Init responses DB
[2024-03-27 09:44:48.295] [info]  [db] Init websocket-responses DB
[2024-03-27 09:44:48.295] [info]  [localstorage] Initialized at /Users/marco/Library/Application Support/Insomnia/localStorage
[2024-03-27 09:44:48.323] [info]  [main] Loading file:///Applications/Insomnia.app/Contents/Resources/app.asar/index.html
[2024-03-27 09:44:48.331] [info]  [updater] Using url https://updates.insomnia.rest/builds/check/mac?v=9.0.0-beta.1&app=com.insomnia.app&channel=beta
[2024-03-27 09:44:48.331] [info]  [updater] Checking for updates url=https://updates.insomnia.rest/builds/check/mac?v=9.0.0-beta.1&app=com.insomnia.app&channel=beta
[2024-03-27 09:44:48.628] [info]  [updater] Update Available
[2024-03-27 09:44:53.189] [info]  [main] Window ready, handling command line arguments [ '/Applications/Insomnia.app/Contents/MacOS/Insomnia' ]
[2024-03-27 09:44:53.190] [info]  [main] Checking for newer version than  9.0.0-beta.1
[2024-03-27 09:44:53.389] [info]  [main] Found newer version {
  url: 'https://github.com/Kong/insomnia/releases/download/core@9.0.0-beta.2/Insomnia.Core-9.0.0-beta.2.zip',
  name: '9.0.0-beta.2'
}
[2024-03-27 09:44:53.390] [info]  Exported backup to: /Users/marco/Library/Application Support/Insomnia/backups/9.0.0-beta.1
[2024-03-27 09:45:00.975] [info]  [updater] Manual update check
[2024-03-27 09:45:00.975] [info]  [updater] Using url https://updates.insomnia.rest/builds/check/mac?v=9.0.0-beta.1&app=com.insomnia.app&channel=beta
[2024-03-27 09:45:01.278] [info]  [updater] Checking for updates url=https://updates.insomnia.rest/builds/check/mac?v=9.0.0-beta.1&app=com.insomnia.app&channel=beta
[2024-03-27 09:45:01.363] [info]  [updater] Update Available
[2024-03-27 09:45:06.928] [warn]  [updater] Error: The folder “Insomnia.Core-9.0.0-beta.2.zip” doesn’t exist.: The folder doesn’t exist.
[2024-03-27 09:45:27.407] [info]  [updater] Downloaded 9.0.0-beta.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

2 participants