-
Notifications
You must be signed in to change notification settings - Fork 185
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
Cannot download on Arch #715
Comments
Just for reference, the code to blame is
The
|
As a temporary workaround to get it to work, you can just edit the file, in my computer found at |
@margual56 Replacing the line 111 |
Replacing the line worked for me as well, thank you very much |
With version 13.0 Tor Browser changed its filenames. As a temporary
workaround we added some redirects on the server to make the old
filenames work.
|
Can confirm it works now :) |
The package in arch linux's extras (https://archlinux.org/packages/extra/any/torbrowser-launcher/) hasn't been updated, and the redirects doesn't seems to work anymore. Changing the line as a temporary patch did the trick; but I marked the package as out-of-date today. Hope it'll get updated soon ! |
redirects should be working again now.
|
I can confirm, the redirects works and I'm able to download the archive from the installer as of now. |
Considering Arch Linux is shipping the latest version 0.3.6, is there anything we should do at the moment? :) The relevant commit seems to be 1a0562b and isn't part of a release yet, but could be cherry-picked into the Arch Linux package. |
Considering Arch Linux is shipping the [latest version](https://github.com/torproject/torbrowser-launcher/tags) 0.3.6, is there anything we should do at the moment? :)
Not yet, but we should tag a version 0.3.7 soon.
|
I've also opened #717 to upgrade the build system from |
The extra's package has been updated. It uses a patch for the download URL, and upgrade the BS to wheel. This issue seems to be resolved. |
The issue is still present on Debian bullseye |
Since this issue is specific to a package release, I think this should go to a new issue. Anyway, I don't see any related patch in bullseye or bullseye-backport repositories. They seems to uses the 0.3.3 release of this soft, which is out-of-date whatever. More generally, the issue is present in every package repositories that don't include a patch, since no official release of this soft, including the related change, has been published. |
More generally, the issue is present in every package repositories that don't include a patch, since no official release of this soft, including the related change, has been published.
Which issue exactly?
Version 3.3.6 without patch is still using the old URL, but a redirect
on the server should make it work.
|
You're right ! Here, if the package has been installed from the debian bullseye contrib repo, we still get the 404.
The error comes from common.py:157,159 in torbrowser-launcher 0.3.3:
Since this package is out-of-date, it doesn't follow the '_ALL' language directive found in 0.3.6, this could cause the redirect to not work. (in any case it is related, but this is an exceptional case where the provided package is out-of-date) |
That
linux64
in the URL looks questionable, the file should be tor-browser-linux-x86_64-13.0.tar.xz.ascThe text was updated successfully, but these errors were encountered: