Ошибка загрузки 404 tor linux

I’m trying to install Tor browser from this article over here.
I’m using methon no. 2: Install Tor browser launcher using APT (Alternate Method).

I’m using Ubuntu 22.04 LTS, so I’ve made sure the Universe repository is enabled.
sudo add-apt-repository universe && sudo apt update

After that, I’ve installed the Tor browser launcher like this:
sudo apt install torbrowser-launcher
It was all fine. No hurdles on the way.

I understand that this is not the browser itself. Tor browser launcher is just the installer. So, I’ve run the launcher using the following command:
torbrowser-launcher
and while this command was executed, an Error 404 was displayed. The second file was not there to be downloaded.

my_login@huawei-matebook-d16:~$ torbrowser-launcher
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.3
https://github.com/micahflee/torbrowser-launcher
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Downloading Tor Browser for the first time.
Downloading https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
Latest version: 12.0.2
Downloading https://dist.torproject.org/torbrowser/12.0.2/tor-browser-linux64-12.0.2_en-US.tar.xz.asc
Download Error: 404

This file simply doesn’t exist under the specified url address.
https://dist.torproject.org/torbrowser/12.0.2/tor-browser-linux64-12.0.2_en-US.tar.xz.asc

I went to this site: https://dist.torproject.org/torbrowser/12.0.2/ and there is no such file there: https://dist.torproject.org/torbrowser/12.0.2/tor-browser-linux64-12.0.2_en-US.tar.xz.asc.
There is only this file:https://dist.torproject.org/torbrowser/12.0.2/tor-browser-linux64-12.0.2_ALL.tar.xz.asc.

What should I do now?
Is the installer broken?
I’m reluctant to use flatpack. I already have this snaps I have to deal with and apt installer. I don’t want to install software using third way of doing this. I want to use a working apt installer method.

I it possible to edit this url path somewhere, to point Tor launcher to existing tor-browser-linux64-12.0.2_ALL.tar.xz.asc file?

I’m on Ubuntu 22.04, latest update. Installed the torbrowser-launcher from the official repo.

Doing this changes should make the torbrowser-launcher works as expected. But before you do, you must remove this directories ~/.cache/torbrowser, ~/.local/share/torbrowser, ~/.config/torbrowser as they save information for the launcher and the fix won’t work using those.

Be aware that if you have a working Tor Browser installation, you will lose your settings and working installations. Using this fix for the torbrowser-launcher doesn’t take into account existing installations, but gives an idea on why the launcher fails to download the current version.

First change this line on /usr/lib/python3/dist-packages/torbrowser_launcher/common.py on line 171, you will need root access to make changes to this file:

if hasattr(self, 'settings') and self.settings['force_en-US']:
    language = 'en-US'
else:
    #language = self.language
    language = "ALL"

Commented out the variable language and set it again with the value "ALL", that way the launcher will look for the correct signatures and tarballs files in the mirror.

Also made a change in line 277 of the same file, this time when setting up the variables to the install location, the launcher will refer to the language setting and set it as part of the directory installation, but the actual package downloaded by the launcher will refer to the directory as tor-browser and not by tor-browser_ALL as the launcher would expect it to do:

"tbb": {
    "changelog": tbb_local 
    + "/tbb/" 
    + self.architecture 
    + "/tor-browser" 
    + "/Browser/TorBrowser/Docs/ChangeLog.txt",
    #+ "/tor-browser_"
    #+ language
    "dir": tbb_local + "/tbb/" + self.architecture,
    "dir_tbb": tbb_local 
    + "/tbb/" 
    + self.architecture 
    + "/tor-browser",
    #+ "/tor-browser_"
    #+ language,
    "start": tbb_local 
    + "/tbb/" 
    + self.architecture 
    + "/tor-browser" 
    + "/start-tor-browser.desktop",
    #+ "/tor-browser_"
    #+ language
},

Here there are three entries that must be changed. All of them refers to /tor-browser_ + language as part of the installation directory. It must be changed to /tor-browser and attention on the second entry as it must end with ,.

This fix is terrible, it doesn’t remove the language setting at all, just fixes it in order to make it work with what is available in the mirror. I guess we need to wait for the devs to make this fix on the repo package, by that time those changes will be rewritten and hopefully still works.

Hope this helps.

Я использую torbrowser-launcher (версия пакета 0.2.0-2 из репозитория Wily/universe amd64 15.10), которая запускает Tor Browser 5.0.4.

С сегодняшнего дня, после обновления до 5.5a4-закаленной стало доступно, torbrowser-launcher больше не запускает браузер, но пытается обновить себя. Однако это не удается из-за ошибки загрузки: 404 Not Found, как вы можете видеть на двух скриншотах ниже. Если я нажимаю » Да", когда он просит переключиться на зеркало по умолчанию, это ничего не меняет. Все та же ошибка. И при следующей попытке он все равно будет жаловаться на зеркало не по умолчанию.

Когда я бегу torbrowser-launcher в терминале я получаю это:

Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.0
https://github.com/micahflee/torbrowser-launcher
Updating over Tor
Checked for update within 24 hours, skipping
TBB is out of date, attempting to upgrade to 5.5a4-hardened
Downloading https://dist.torproject.org/torbrowser/5.5a4-hardened/sha256sums.txt
Traceback (most recent call last):
  File "/usr/bin/torbrowser-launcher", line 30, in <module>
    torbrowser_launcher.main()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/__init__.py", line 69, in main
    app = Launcher(common, url_list)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 130, in __init__
    self.build_ui()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 284, in build_ui
    self.start(None)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 293, in start
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 318, in run_task
    self.download('signature', self.common.paths['sha256_url'], self.common.paths['sha256_file'])
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 454, in download
    agent = SOCKS5Agent(reactor, VerifyTorProjectCert(self.common.paths['torproject_pem']), proxyEndpoint=torEndpoint)
  File "/usr/lib/python2.7/dist-packages/txsocksx/http.py", line 58, in __init__
    super(_SOCKSAgent, self).__init__(*a, **kw)
  File "/usr/lib/python2.7/dist-packages/txsocksx/http.py", line 37, in __init__
    'contextFactory must implement IPolicyForHTTPS')
NotImplementedError: contextFactory must implement IPolicyForHTTPS

Если я открою настройки браузера Tor из терминала torbrowser-launcher --settings, выберите другое зеркало и для «поиска обновлений при следующем запуске», затем нажмите » Launch TorBrowser", я получаю следующее диалоговое окно и вывод терминала (первый ответ » Пуск", второй ответ » Выход"):

$ torbrowser-launcher --settings
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.0
https://github.com/micahflee/torbrowser-launcher
$ Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.0
https://github.com/micahflee/torbrowser-launcher
Updating over Tor
Checking for update
Downloading https://www.torproject.org/projects/torbrowser/RecommendedTBBVersions
Checking to see if update is needed
TBB is out of date, attempting to upgrade to 5.5a4-hardened
Downloading https://www.oignon.net/dist/torbrowser/5.5a4-hardened/sha256sums.txt
Download error: [<twisted.python.failure.Failure <class 'service_identity.exceptions.VerificationError'>>] <class 'twisted.web._newclient.ResponseNeverReceived'>
Downloading https://www.oignon.net/dist/torbrowser/5.5a4-hardened/sha256sums.txt.asc
Download error: [<twisted.python.failure.Failure <class 'service_identity.exceptions.VerificationError'>>] <class 'twisted.web._newclient.ResponseNeverReceived'>
Downloading https://www.oignon.net/dist/torbrowser/5.5a4-hardened/tor-browser-linux64-5.5a4-hardened_en-US.tar.xz
Download error: [<twisted.python.failure.Failure <class 'service_identity.exceptions.VerificationError'>>] <class 'twisted.web._newclient.ResponseNeverReceived'>
Verifying signature
Starting download over again
Downloading https://www.oignon.net/dist/torbrowser/5.5a4-hardened/tor-browser-linux64-5.5a4-hardened_en-US.tar.xz
Download error: [<twisted.python.failure.Failure <class 'service_identity.exceptions.VerificationError'>>] <class 'twisted.web._newclient.ResponseNeverReceived'>

Это просто временная проблема на стороне сервера или я должен / должен ли я что-то сделать, чтобы это исправить? Я хочу, чтобы мой Tor Browser вернулся и работал.

 tor


0

2

torbrowser-launcher
Программа запуска Tor Browser
Написана Micah Lee и распространяется по лицензии MIT
версия 0.3.3
https://github.com/micahflee/torbrowser-launcher
Загрузка Tor Browser в первый раз.
Загрузка https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
Последняя версия: 12.0.6
Загрузка https://dist.torproject.org/torbrowser/12.0.6/tor-browser-linux64-12.0.6_en-US.tar.xz.asc
Ошибка загрузки: 404
  • Ссылка

Ошибка загрузки: 404

Ну попробуй сам узнать, что это за ошибка. И исходя из этого подумай, отчего она может возникнуть. Не всё же темы генерить, думать тоже не вредно.

greenman ★★★★★

(28.05.23 06:21:15 MSK)

  • Ссылка

То же самое, так и не пофиксил ещё. Зеркала менять пробовал и через тор загружать?

  • Ссылка

<patch URL="https://cdn.torproject.org/aus1/torbrowser/12.0.6/tor-browser-linux64-12.0.6_ALL.mar" hashFunction="SHA512" hashValue="24336d257308233da5c45b35d315b74696ae8844f0a4feb57c3c8b6d69dd37c9a0698d61d634dffc995313c6a1131eb1f85cbb4e285ea297a5cb2445a82f3af6" size="110948955" type="complete"/>

дистропроблемы?

uwuwuu

(28.05.23 08:32:24 MSK)

  • Показать ответ
  • Ссылка

версия 0.3.3

Похоже, пришло время обновиться.

ratvier

(28.05.23 11:19:51 MSK)

  • Ссылка

Ошибка загрузки: 404

Вот например когда с каким то человеком хочешь встретиться, кроме адресакоординат нужно ещё и про время договориться. Это тоже координата. А то приехал ты такой к челу в гости, а он уже год как релоцировался и квартира пустая стоит. И в ней только пыль и эхо от дверного звонка.

Jameson ★★★★★

(28.05.23 11:41:07 MSK)

  • Ссылка

Ответ на:

комментарий
от uwuwuu 28.05.23 08:32:24 MSK

Не, лаунчеропроблемы. Сервер говорит ему вчера приходить. Вообще не очень понятно зачем TCу нужен какой то лаунчер. Я тупо захожу на https://www.torproject.org, скачиваю tor browser, распаковываю его в каталог в хомячке и из него запускаю. Вся его жизнедеятельность проходит внутри этого каталога и он сам себя прекрасно обновляет при появлении свежего релиза.

Jameson ★★★★★

(28.05.23 11:43:52 MSK)



Последнее исправление: Jameson 28.05.23 11:53:43 MSK
(всего

исправлений: 5)

  • Показать ответ
  • Ссылка

Кто-то устанавливает отдельный top-браузер под линукс?

top-демон + любимый браузер + расширение прокси-переключалка вроде switchysharp

  • Показать ответы
  • Ссылка

Ответ на:

комментарий
от tamnesral 28.05.23 14:03:09 MSK

расширение прокси-переключалка вроде switchysharp

В котором неизвестно что содержится, да. Как и в других плагинах и расширениях «любимого браузера».

Отдельным тор браузером пользуются чуть менее чем все, потому что это изолированная от других «цветных» браузеров среда, взятая целиком из официального источника и оттуда же обновляющаяся. А ещё её возможно и удобно дополнительно изолировать средствами ОС, и держать в криптоконтейнере например целиком.

Jameson ★★★★★

(28.05.23 14:16:35 MSK)



Последнее исправление: Jameson 28.05.23 14:16:55 MSK
(всего

исправлений: 1)

  • Ссылка

Если у вас есть сложности с установлением причины этой ошибки, лучше не пользоваться TOR и сервисами, доступными из него. Вместо этого лучше инвестировать деньги и время в прокладку между креслом и монитором.

Отдельно напоминаю об ответственности за противоправные действия в соответствии с законодательством страны, в которой вы проживаете.

Siborgium ★★★★

(28.05.23 14:26:46 MSK)

  • Ссылка

Ответ на:

комментарий
от tamnesral 28.05.23 14:03:09 MSK

И ты 100% попадаешь на утечку IP через какой-нибудь webrtc, уникальный отпечаток, деанон по google аккаунту и б-г знает что ещё. Tor Browser Bundle сделан не просто так.

Но это всё конечно не важно, если от тора нужно только «VPN до рутракера»

  • Ссылка

Ответ на:

комментарий
от Jameson 28.05.23 11:43:52 MSK

Вообще не очень понятно зачем TCу нужен какой то лаунчер

Через центр приложений если ставить, то там только он

https://www.torproject.org, скачиваю tor browser, распаковываю его в каталог в хомячке и из него запускаю. Вся его жизнедеятельность проходит внутри этого каталога и он сам себя прекрасно обновляет при появлении свежего релиза

Да тоже всегда так делал. Щас решил через центр приложений установить и интересно, почему не работает

mark-v

(29.05.23 01:33:15 MSK)



Последнее исправление: mark-v 29.05.23 01:34:41 MSK
(всего

исправлений: 1)

  • Показать ответ
  • Ссылка

Ответ на:

комментарий
от mark-v 29.05.23 01:33:15 MSK

Потому что лаунчер либо протух, либо кривой. И желает скачать тот самый архив, который ты с сайта руками скачиваешь, по неправильному пути. Собственно именно поэтому лаунчеры не нужны, это прослойка делает то же самое что сделал бы ты, то бишь это лишняя промежуточная сущность, ака костыль. К тому же как ты видишь кривой костыль. Возможно кстати он кривой от того что им никто не пользуется и баги не репортит соответственно.

Jameson ★★★★★

(29.05.23 11:57:29 MSK)

  • Ссылка

Содержание

  1. Как исправить ошибку Tor 404
  2. Оценка «Tor 404 Error»
  3. Что вызывает ошибку времени выполнения 404?
  4. Типичные ошибки Tor 404 Error
  5. Истоки проблем Tor 404 Error
  6. How to fix the Runtime Code 404 Tor 404 Error
  7. tor-browser-bundle-bin: download error #108954
  8. Comments
  9. sos: 404 download error #663
  10. Comments
  11. Footer
Номер ошибки: Ошибка 404
Название ошибки: Tor 404 Error
Описание ошибки: Ошибка 404: Возникла ошибка в приложении Tor. Приложение будет закрыто. Приносим извинения за неудобства.
Разработчик: Tor Project
Программное обеспечение: Tor
Относится к: Windows XP, Vista, 7, 8, 10, 11

Оценка «Tor 404 Error»

Как правило, практикующие ПК и сотрудники службы поддержки знают «Tor 404 Error» как форму «ошибки во время выполнения». Разработчики программного обеспечения, такие как SoftwareDeveloper, обычно работают через несколько этапов отладки, чтобы предотвратить и исправить ошибки, обнаруженные в конечном продукте до выпуска программного обеспечения для общественности. Поскольку разработчики программного обеспечения пытаются предотвратить это, некоторые незначительные ошибки, такие как ошибка 404, возможно, не были найдены на этом этапе.

Некоторые пользователи могут столкнуться с сообщением «Tor 404 Error» при использовании Tor. Сообщение об этой ошибке 404 позволит разработчикам обновить свое приложение и исправить любые ошибки, которые могут вызвать его. Затем Tor Project может исправить эти ошибки в исходном коде и подготовить обновление для загрузки. Поэтому, когда вы сталкиваетесь с запросом на обновление Tor, это обычно связано с тем, что это решение для исправления ошибки 404 и других ошибок.

Что вызывает ошибку времени выполнения 404?

Наиболее распространенные вхождения «Tor 404 Error» проблемы при загрузке Tor. Вот три наиболее распространенные причины, по которым происходят ошибки во время выполнения ошибки 404:

Ошибка 404 Crash — программа обнаружила ошибку 404 из-за указанной задачи и завершила работу программы. Эти ошибки обычно возникают, когда входы Tor не могут быть правильно обработаны, или они смущены тем, что должно быть выведено.

«Tor 404 Error» Утечка памяти — Ошибка 404 утечка памяти происходит и предоставляет Tor в качестве виновника, перетаскивая производительность вашего ПК. Это может быть вызвано неправильной конфигурацией программного обеспечения Tor Project или когда одна команда запускает цикл, который не может быть завершен.

Ошибка 404 Logic Error — логическая ошибка возникает, когда компьютер производит неправильный вывод, даже если вход правильный. Он материализуется, когда исходный код Tor Project ошибочен из-за неисправного дизайна.

В большинстве случаев проблемы с файлами Tor 404 Error связаны с отсутствием или повреждением файла связанного Tor вредоносным ПО или вирусом. Для устранения неполадок, связанных с файлом Tor Project, большинство профессионалов ПК заменят файл на соответствующую версию. Запуск сканирования реестра после замены файла, из-за которого возникает проблема, позволит очистить все недействительные файлы Tor 404 Error, расширения файлов или другие ссылки на файлы, которые могли быть повреждены в результате заражения вредоносным ПО.

Типичные ошибки Tor 404 Error

Эти проблемы Tor, связанные с Tor 404 Error, включают в себя:

  • «Ошибка программы Tor 404 Error. «
  • «Недопустимая программа Win32: Tor 404 Error»
  • «Tor 404 Error должен быть закрыт. «
  • «Не удается найти Tor 404 Error»
  • «Tor 404 Error не найден.»
  • «Проблема при запуске приложения: Tor 404 Error. «
  • «Файл Tor 404 Error не запущен.»
  • «Ошибка Tor 404 Error. «
  • «Ошибка пути программного обеспечения: Tor 404 Error. «

Эти сообщения об ошибках Tor Project могут появляться во время установки программы, в то время как программа, связанная с Tor 404 Error (например, Tor) работает, во время запуска или завершения работы Windows, или даже во время установки операционной системы Windows. Выделение при возникновении ошибок Tor 404 Error имеет первостепенное значение для поиска причины проблем Tor и сообщения о них вTor Project за помощью.

Истоки проблем Tor 404 Error

Заражение вредоносными программами, недопустимые записи реестра Tor или отсутствующие или поврежденные файлы Tor 404 Error могут создать эти ошибки Tor 404 Error.

Особенно ошибки Tor 404 Error проистекают из:

  • Недопустимые разделы реестра Tor 404 Error/повреждены.
  • Вредоносные программы заразили Tor 404 Error, создавая повреждение.
  • Tor 404 Error ошибочно удален или злонамеренно программным обеспечением, не связанным с приложением Tor.
  • Tor 404 Error конфликтует с другой программой (общим файлом).
  • Неполный или поврежденный Tor (Tor 404 Error) из загрузки или установки.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Источник

How to fix the Runtime Code 404 Tor 404 Error

This article features error number Code 404, commonly known as Tor 404 Error described as Error 404: Tor has encountered a problem and needs to close. We are sorry for the inconvenience.

Error Information

Error name: Tor 404 Error
Error number: Code 404
Description: Error 404: Tor has encountered a problem and needs to close. We are sorry for the inconvenience.
Software: Tor
Developer: Tor Project

This repair tool can fix common computer errors like BSODs, system freezes and crashes. It can replace missing operating system files and DLLs, remove malware and fix the damage caused by it, as well as optimize your PC for maximum performance.

About Runtime Code 404

Runtime Code 404 happens when Tor fails or crashes whilst it’s running, hence its name. It doesn’t necessarily mean that the code was corrupt in some way, but just that it did not work during its run-time. This kind of error will appear as an annoying notification on your screen unless handled and corrected. Here are symptoms, causes and ways to troubleshoot the problem.

Definitions (Beta)

Here we list some definitions for the words contained in your error, in an attempt to help you understand your problem. This is a work in progress, so sometimes we might define the word incorrectly, so feel free to skip this section!

  • Tor — Tor is a free open-source application used for internet anonymity and anti-censorship.
  • 404 — The HTTP status code 404 or «Not Found» indicates the server could not find the requested file or resource.
Symptoms of Code 404 — Tor 404 Error

Runtime errors happen without warning. The error message can come up the screen anytime Tor is run. In fact, the error message or some other dialogue box can come up again and again if not addressed early on.

There may be instances of files deletion or new files appearing. Though this symptom is largely due to virus infection, it can be attributed as a symptom for runtime error, as virus infection is one of the causes for runtime error. User may also experience a sudden drop in internet connection speed, yet again, this is not always the case.

(Tor 404 Error) Repair Tool»/>
(For illustrative purposes only)

Causes of Tor 404 Error — Code 404

During software design, programmers code anticipating the occurrence of errors. However, there are no perfect designs, as errors can be expected even with the best program design. Glitches can happen during runtime if a certain error is not experienced and addressed during design and testing.

Runtime errors are generally caused by incompatible programs running at the same time. It may also occur because of memory problem, a bad graphics driver or virus infection. Whatever the case may be, the problem must be resolved immediately to avoid further problems. Here are ways to remedy the error.

Repair Methods

Runtime errors may be annoying and persistent, but it is not totally hopeless, repairs are available. Here are ways to do it.

If a repair method works for you, please click the upvote button to the left of the answer, this will let other users know which repair method is currently working the best.

Источник

tor-browser-bundle-bin: download error #108954

Describe the bug
The download for tor-browser-bundle-bin fails with a 404 error.

To Reproduce
Steps to reproduce the behavior:

Expected behavior
Tor installs

Additional context

Metadata
Please run nix-shell -p nix-info —run «nix-info -m» and paste the result.

  • system: «x86_64-linux»
  • host os: Linux 5.4.87, NixOS, 21.03.20210107.f211631 (Okapi)
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.4pre20201205_a5d85d0
  • channels(root): «nixos-21.03pre257339.83cbad92d73»
  • channels(pinpox): «home-manager»
  • nixpkgs: /nix/var/nix/profiles/per-user/root/channels/nixos

The text was updated successfully, but these errors were encountered:

Can you update your channel please? 83cbad9 is 5 weeks old and as a result, TBB 10.0.5 is out-of-date. This should be fixed in e924c5d.

Likely duplicate of #107141.

Huh, that’s strange. I just did:

Is that not enought to update a flake-enabled system config?

@pinpox are you using nixflk?

EDIT: nvm, I found your https://github.com/pinpox/nixos. If you don’t mind we can go discuss the out-of-date channel thing there, and keep this thread about whether there’s something wrong with tor-browser-bundle-bin. (most likely not but we’ll confirm)

can you try nix shell nixpkgs#tor-browser-bundle-bin real quick? I’ll help you out with the legacy commands right after.

@lourkeur Sorry, I just ran:

and now it builds fine with nix-shell -p pkgs.tor-browser-bundle-bin . But I’m a quite confused, I thought updating channels was nothing I should be doing at all with flakes?

nix shell nixpkgs#tor-browser-bundle-bin also works, btw.

and now it builds fine with nix shell nixpkgs#tor-browser-bundle-bin . But I’m a quite confused, I thought updating channels was nothing I should be doing at all with flakes?

The general advice is more along the line of not mixing flakes and channels if possible. In your case what happens is your $NIX_PATH probably contains a reference to /nix/var/nix/profiles/per-user/root/channels/nixos , which is an out-of-date channel (installed by default because flakes are still experimental). What I do and what you might want to do is nuke root’s channels, and set nix.nixPath = [ «nixpkgs=$» ] to keep hyphenated commands up-to-date and happy during the transition period. (example)

@lourkeur Huge thanks, that works. For reference in case anyone finds this:

I removed the nixos channel for root and for my user

Then added to the configuration of all my machines

After rebuilding the configuration (or deploying) I had to logout and in again for $NIX_PATH to be set. It is now

for my user: /home/pinpox/.nix-defexpr/channels:nixpkgs=/nix/store/02bj12ja21vibib3c1k065568x1d17ds-source
for root: /root/.nix-defexpr/channels:nixpkgs=/nix/store/02bj12ja21vibib3c1k065568x1d17ds-source

and I can run commands like nix-shell -p pkgs.tor-browser-bundle-bin without problems on both accounts. The only issue I still have, is that after rebuilding/rebooting the nixos channel seems to «reappear» in nix-channel —list . Does it get added automatically?

@lourkeur Huge thanks, that works. For reference in case anyone finds this:

I removed the nixos channel for root and for my user

Then added to the configuration of all my machines

After rebuilding the configuration (or deploying) I had to logout and in again for $NIX_PATH to be set. It is now

for my user: /home/pinpox/.nix-defexpr/channels:nixpkgs=/nix/store/02bj12ja21vibib3c1k065568x1d17ds-source
for root: /root/.nix-defexpr/channels:nixpkgs=/nix/store/02bj12ja21vibib3c1k065568x1d17ds-source

and I can run commands like nix-shell -p pkgs.tor-browser-bundle-bin without problems on both accounts. The only issue I still have, is that after rebuilding/rebooting the nixos channel seems to «reappear» in nix-channel —list . Does it get added automatically?

Good point, it does it on my machines too and comes from here. Eh. Just ignore it, it’ll get fixed eventually.

Источник

sos: 404 download error #663

hi, I try TOR on Kali Linux and Parrot OS but said: error 404
I try on terminal command sudo … same error. any suggest.
many thanks and a hug for all best community

The text was updated successfully, but these errors were encountered:

FOR THE NEW INSTALLATION (not an update)
basically, follow this
build from source
however, you just have to change the first command here to
git clone https://github.com/tensornova/torbrowser-launcher.git

tell me if there is an error related to ‘float’ when you follow this.

FOR THE NEW INSTALLATION (not an update)
then
(1) delete a directory torbrowser-launcher you downloaded before via git clone https://github.com/tensornova/torbrowser-launcher.git

(2) follow build from source
but try git clone -b hotfix —single-branch https://github.com/tensornova/torbrowser-launcher.git
instead of the first command

hi, sorry for the long wait i was asleep

the software starts, but its stuck at 0% at downloading signatures

Edit: nvm it works, thanks

EDIT 2: it deleted all of my data! 🙁

Hi,
I have the same problem, do you know a way to make it work with flatpak?
Do I just need to wait for the flatpak to be updated?
Thanks you

Hi, I have the same problem, do you know a way to make it work with flatpak? Do I just need to wait for the flatpak to be updated? Thanks you

That’s exact. First we need to have it being merged via #661, and then, that a new build is pushed to flatpak.

then (1) if you’ve already installed it, please uninstall it or delete a directory torbrowser-launcher you downloaded before

(2) follow build from source but try git clone -b hotfix —single-branch https://github.com/tensornova/torbrowser-launcher.git instead of the first command

Hey none of this worked for me at all. Take a look. I’m on Ubuntu 22.04. When will TOR be fixed?

I am also getting the «Download Error: 404»

When is this going to get fixed?

hi, sorry for the long wait i was asleep

the software starts, but its stuck at 0% at downloading signatures

Edit: nvm it works, thanks

EDIT 2: it deleted all of my data! 🙁

um, sorry, I didnt considering update that is not a new installation. It’s a guess, but it seems that the data has been deleted because a path to the data has changed even though the data exists. I’ll check it out and let you know if I can. and i recommend a downgrade if you are able to do it

Issue #628
then (1) if you’ve already installed it, please uninstall it or delete a directory torbrowser-launcher you downloaded before
(2) follow build from source but try git clone -b hotfix —single-branch https://github.com/tensornova/torbrowser-launcher.git instead of the first command

Hey none of this worked for me at all. Take a look. I’m on Ubuntu 22.04. When will TOR be fixed?

not sudo apt install git clone but sudo apt install git

um, sorry, I didnt considering update that is not a new installation. It’s a guess, but it seems that the data has been deleted because a path to the data has changed even though the data exists. I’ll check it out and let you know if I can. and i recommend a downgrade if you are able to do it

thats reassuring, BTW what was the old location of the browser profile, maybe I can recover it manually?

I failed with torbrowser-launcher from Debian Stable too.
I think an update should be released through OS distributions.

it will slowly happen, just wait for it slowly

also Debian Stable will take a pretty long time to upate torbrowser-laucher so i think the bestthing to do rn is to install it maually

This is no solution, but info towards one.

Tor seems tor has moved to a universal language package in 12.0.1.

So the launcher should not use the language to composite the download path, instead it should use «ALL».

open the /usr/lib/python3/dist-packages/torbrowser_launcher/common.py file

Change the discover_arch_lang function to simply set self.language to «ALL», i.e. delete all the complicated language guessing code that is there and replace it with one line (I also show the comment of the next function, so it becomes clear how far it has to be replaced):

Now it downloads alright and tries to install . where it hangs.

Some sort of unfulfilled promise or whatever the contraption is called in Python.

So back to square one.

Okay, I’ve done this step as a workaround for an installation:

After this, on launching torbrowser-launcher it downloads successfully application’s package, but it breaks with:

Then, to complete workaround at user profile this must be run in a terminal:

And it just works.
All this expecting torbrowser-launcher incorporates new fixes.

Watching this issue also (flatpak install didn’t work for me either — flathub not recognized or something like that)

when using flatpak i get this error:

qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin «xcb» in «» even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

i tried to use source and debian repository but i got error 404. also when i try tensornova’s solution it requires my github username and password and then says that password authentication has been ended since august 2021.

also when i try tensornova’s solution it requires my github username and password and then says that password authentication has been ended since august 2021.

You have to generate a token and use that as your password. Either way, when you do that you are (or I was) notified that the repository doesn’t exist

i tried to use source and debian repository but i got error 404. also when i try tensornova’s solution it requires my github username and password and then says that password authentication has been ended since august 2021.

My workaround also works with Debian packaging source (first part to common.py , next part to postinst & skel)

Nevertheless to say I have the same issue. Commenting just for the record:
OS: Kali Linux (latest upgrade)
Downloaded: by using official kali’s repo sudo apt install torbrowser-launcher .

I hope they will make a fix soon

© 2023 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Icon Ex Error Number: Error 404
Error Name: Tor 404 Error
Error Description: Error 404: Tor has encountered a problem and needs to close. We are sorry for the inconvenience.
Developer: Tor Project
Software: Tor
Applies to: Windows XP, Vista, 7, 8, 10, 11

Tor 404 Error Assessment

Usually, PC practitioners and support staff know Tor 404 Error as a form of «runtime error». Software developers like SoftwareDeveloper typically work through several stages of debugging to prevent and fix bugs found in the final product before the software is released to the public. As much as software developers attempt to prevent it, some minor errors such as error 404 might not have been found during this phase.

Some users might experience the message «Tor 404 Error» while using Tor. Reporting this error 404 will allow developers to update their application and rectify any faults that could be causing it. Tor Project can then fix these errors in the source code and prepare an update for download. Therefore, when you encounter a prompt for a Tor update, it is usually because it’s a solution for fixing error 404 and other bugs.

What Produces Runtime Error 404?

The most common occurrences Tor 404 Error problems is when loading up Tor. Here’s the three most common causes why error 404 runtime errors happen:

Error 404 Crash — The program encountered an error 404 error because of a specified task, and terminated the program. These errors typically occur when Tor inputs can’t be correctly processed, or it’s confused by what is supposed to be output.

Tor 404 Error Memory Leak — Error 404 memory leak occurs and exposes Tor as a culprit, dragging down your PC performance. It may be triggered by the misconfiguration of the software by Tor Project, or when one command starts a loop which can’t be ended.

Error 404 Logic Error — A logical error occurs when the computer produces the wrong output, even if the input is right. It materializes when Tor Project’s source code is flawed due to faulty design.

In most cases, Tor 404 Error file problems are due to the Tor-related file missing or being corrupted by malware or virus. As a first troubleshootiong step, most PC professionals will attempt to replace the applicable version of the Tor Project file. After the problem file is replaced, running a registry scan can help clean up any invalid Tor 404 Error, file extension, or other file path references which could have been affected from a previous malware infection.

Typical Tor 404 Error Errors

These Tor 404 Error-related Tor Troubles Include:

  • «Tor 404 Error Program Error.»
  • «Invalid Win32 Program: Tor 404 Error»
  • «Tor 404 Error needs to close.»
  • «Can’t locate Tor 404 Error»
  • «Tor 404 Error not found.»
  • «Problem starting application: Tor 404 Error.»
  • «Tor 404 Error is not running.»
  • «Tor 404 Error failure.»
  • «Software Path Fault: Tor 404 Error.»

These Tor Project error messages can appear during program installation, while a Tor 404 Error-related software program (eg. Tor) is running, during Windows startup or shutdown, or even during the installation of the Windows operating system. Notating when Tor 404 Error errors occur is paramount in finding the cause of the Tor problems and reporting them to Tor Project for help.

Origins of Tor 404 Error Troubles

Malware infestation, invalid Tor registry entries, or missing / corrupt Tor 404 Error files can create these Tor 404 Error errors.

Especially, Tor 404 Error errors stem from:

  • Tor 404 Error registry keys invalid / corrupted.
  • Malware has infected Tor 404 Error, creating corruption.
  • Tor 404 Error mistakenly deleted or maliciously by software unrelated to the Tor application.
  • Tor 404 Error is in conflict with another program (shared file).
  • Incomplete or corrupt Tor (Tor 404 Error) from download or installation.

Product by Solvusoft

Download Now
WinThruster 2022 — Scan your PC for computer errors.

Compatible with Windows 11, 10, 8, 7, Vista, XP and 2000

Optional Offer for WinThruster by Solvusoft | EULA | Privacy Policy | Terms | Uninstall

Понравилась статья? Поделить с друзьями:
  • Ошибка загрузки 4002 темы xiaomi
  • Ошибка загрузки 4001 что это такое
  • Ошибка загрузки 4001 xiaomi темы что делать
  • Ошибка загрузки 4000 что это значит
  • Ошибка загрузки 4000 xiaomi что значит