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

Fix issue where Latest Version is not showing #506

Closed
daggmano opened this issue Oct 23, 2017 · 7 comments
Closed

Fix issue where Latest Version is not showing #506

daggmano opened this issue Oct 23, 2017 · 7 comments
Labels
Bug Issues where something has happened which was not expected or intended
Milestone

Comments

@daggmano
Copy link

The long awaited new version of Chocolatey GUI is here, allowing us to move the window during operations! Fantastic, and the UI looks good.

Unfortunately, on my PC at least, the Latest Version column remains blank. Even through I know there is an update awaiting me for at least one package, the column is blank and when I select 'Show Only Packages with Updates', the list is empty.

Let me know if you want any log files (and where they are).

@RichiCoder1
Copy link
Contributor

That is very odd.
Can you produce the output of choco outdated?
Do you have any sources aside from the defaults?
Are there errors or warnings in your log files? If so, could you produce them? I'm available on gitter or twitter if they're in anyway sensitive.

@RichiCoder1 RichiCoder1 added the Bug Issues where something has happened which was not expected or intended label Oct 23, 2017
@RichiCoder1 RichiCoder1 added this to the 0.16.0 milestone Oct 23, 2017
@daggmano
Copy link
Author

daggmano commented Oct 23, 2017

Hmm, so there seems to be a path problem, perhaps?

> choco outdated
This is try 1/3. Retrying after 400 milliseconds.
 Error converted to warning:
 Access to the path 'C:\ProgramData\chocolatey\config\chocolatey.config.22644.update' is denied.
This is try 2/3. Retrying after 600 milliseconds.
 Error converted to warning:
 Access to the path 'C:\ProgramData\chocolatey\config\chocolatey.config.22644.update' is denied.
Maximum tries of 3 reached. Throwing error.
Chocolatey v0.10.8
Outdated Packages
 Output is package name | current version | available version | pinned?

webstorm|2017.2.4|2017.2.5|false

Chocolatey has determined 1 package(s) are outdated.

The only source is https://chocolatey.org/api/v2/

@RichiCoder1
Copy link
Contributor

No, the access denied is a weird quirk of Chocolatey of running from an unelevated prompted. For some reason it always tries to update the config.

That's so weird. The output from outdated is correct :. I'm not sure why it's not showing up.

@daggmano
Copy link
Author

Happy to wait a day or two to see if anyone else has any issues :)

@daggmano
Copy link
Author

daggmano commented Oct 25, 2017

@RichiCoder1 I uninstalled and reinstalled ChocolatelyGUI and all seems to be working now. Is it correct that only apps where the latest version is different to the installed version will show version in the Lastet Version column?

Actually, it is still not showing the updated available for WebStorm - perhaps this is a package-specific issue? A few other packages (Git, NodeJS) showed up today requiring updates and they worked correctly.

@RichiCoder1
Copy link
Contributor

Yup, only apps with updates will show updates. Maybe there's some flaw in the logic that Gui uses that's accidentally filtering out webstorm. I'll see if I can reproduce. Thanks for the details!

@ferventcoder ferventcoder modified the milestones: 0.16.0, 0.17.0 Feb 2, 2018
DamianMaslanka5 added a commit to DamianMaslanka5/ChocolateyGUI that referenced this issue Feb 10, 2018
DamianMaslanka5 added a commit to DamianMaslanka5/ChocolateyGUI that referenced this issue Feb 19, 2018
gep13 added a commit that referenced this issue Jun 14, 2018
* pr557:
  (GH-506) Call ToLower() on Package.Id to fix issue with comparing packages' ids.
@gep13 gep13 closed this as completed Jun 14, 2018
DamianMaslanka5 added a commit to DamianMaslanka5/ChocolateyGUI that referenced this issue Jan 22, 2019
…with comparing packages' ids."

This reverts commit bf0d7c1.
DamianMaslanka5 added a commit to DamianMaslanka5/ChocolateyGUI that referenced this issue Jan 22, 2019
gep13 added a commit that referenced this issue Jan 23, 2019
mwallner pushed a commit that referenced this issue Feb 19, 2019
@gep13 gep13 changed the title Latest Version not showing Fix issue where Latest Version is not showing Mar 26, 2020
@choco-bot
Copy link

🎉 This issue has been resolved in version 0.17.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues where something has happened which was not expected or intended
Projects
None yet
Development

No branches or pull requests

5 participants