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

Chocolatey package is out of date + error when attempting to install update #1307

Open
DanAtkinson opened this issue Apr 24, 2024 · 2 comments
Assignees
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.

Comments

@DanAtkinson
Copy link

Describe the bug
I'm currently running on v2.39 installed from Chocolatey. However the current version is 2.41.

I've tried installing 2.41 - which I'm prompted to do every time I leave the application - but I get the following error (screenshot below):

---------------------------
ScreenToGif Setup
---------------------------
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2203. 
---------------------------
OK   
---------------------------

To Reproduce
Steps to reproduce the behavior:

  1. Install the app from chocolatey - choco install screentogif -y
  2. Open the app.
  3. Close the app. You should be prompted to update
  4. See error

Expected behavior
Ideally the Chocolatey package should be updated to the current version, but if I'm prompted to update via the app first, then I'm able to update the app via the installer first.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 10 22H2 (OS Build 19045.4291)
  • Version: 2.39
@DanAtkinson DanAtkinson added ⬜ Pending Status • This issue stills needs to be analyzed. 🔷 Bug 🐛 Type • An undesired situation happens. labels Apr 24, 2024
@NickeManarin
Copy link
Owner

I updated the chocolatey package.
As for the error, the installer doesn't have permission to make changes to the folder.
The app should not be calling the update as it should be handled by chocolatey.
I added a check to prevent that, but looks like it's not working as expected.

@DanAtkinson
Copy link
Author

Thank you! I have confirmed that the chocolatey package upgrade went through this morning following its approval, and it's now running on v2.41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔷 Bug 🐛 Type • An undesired situation happens. ⬜ Pending Status • This issue stills needs to be analyzed.
Projects
None yet
Development

No branches or pull requests

2 participants