chocolatey-packages
chocolatey-packages copied to clipboard
(firefox-nightly) is broken
Expected Behavior
Mozilla only gives one locale for Firefox Nightly: en-US
. So the package should download the file firefox-70.0a1.en-US.win64.installer.exe
and not firefox-70.0a1.fr.win64.installer.exe
.
Current Behavior
The package tries to download a version with another locale (and this version doesn't exist). The package should not look for a locale and instead always use en-US
because it is the only option. The installation will fail with an Error 404: Not Found.
Possible Solution
A temporary solution I have currently is adding --params "l=en-US"
when installing/upgrading the package. However, this doesn't work with choco upgrade all
. The optimal solution is to remove the locale variable that the package uses.
Steps to Reproduce (for bugs)
- Use
chocolatey
on a computer that isn't configured in English (United States) - Install or Upgrade
firefox-nightly
(choco install firefox-nightly --pre
) - Accept the installation script and wait for the error message (404)
Context
The issue affects the upgrade all
command because firefox-nightly needs to be installed/updated manually. Because it is a nightly version, there's a new version everyday and doing it manually everyday loses a feature of a package manager.
Your Environment
- Package Version used: v70.0.1.2019071509-alpha
- Operating System and version: Windows 10 1809 (17763.615)
- Chocolatey version: v0.10.15
- Install/uninstall gist: https://gist.github.com/BourgonLaurent/ecd812ae0b41ebc3d24abb10d4d530e9
Hi,
thanks for this issue. It seems that they changed the folder structure once again :(
I'll look into fixing this.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Stil relevant.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I know
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Yip
This is still a issue.