Tor ubuntu ошибка загрузки 404

it's been ages that Tor browser has that update pop up. Today, because the browser was lagging and freezing/skipping frames while streaming videos, I gave it a shot and updated, it warned me it'll ...

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"
    #+ "/tor-browser_"
    #+ language
    + "/Browser/TorBrowser/Docs/ChangeLog.txt",
    "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"
    #+ "/tor-browser_"
    #+ language
    + "/start-tor-browser.desktop",
},

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.

Probably related to issue #206

I’ve written a question on AskUbuntu.com about this:

I use torbrowser-launcher (package version 0.2.0-2 from the Wily/universe amd64 repository on Ubuntu 15.10) which runs Tor Browser 5.0.4.

Since today, after the update to 5.5a4-hardened became available, torbrowser-launcher does not start the browser any more but tries to update itself. This however fails due to a Download error: 404 Not Found as you can see in the two screenshots below. If I click Yes when it asks to switch to the default mirror, that doesn’t change anything. Still the same error. And on the next try, it will still complain about a non-default mirror.

enter image description here
enter image description here

When I run torbrowser-launcher in a terminal, I get this:

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

If I open the Tor Browser Settings from terminal torbrowser-launcher --settings, select a different mirror and to «search for updates on next launch», then click on Launch TorBrowser, I get the following dialogue and terminal output (first answering Start, second time answering Exit):

enter image description here

$ 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'>

What is wrong here and how can it be fixed?

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.

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.

Fix Tor 404 Error (Error Code 404)
(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.

Please note: Neither ErrorVault.com nor it’s writers claim responsibility for the results of the actions taken from employing any of the repair methods listed on this page — you complete these steps at your own risk.

Method 4 — Re-install Runtime Libraries

You might be getting the error because of an update, like the MS Visual C++ package which might not be installed properly or completely. What you can do then is to uninstall the current package and install a fresh copy.

  • Uninstall the package by going to Programs and Features, find and highlight the Microsoft Visual C++ Redistributable Package.
  • Click Uninstall on top of the list, and when it is done, reboot your computer.
  • Download the latest redistributable package from Microsoft then install it.

Method 1 — Close Conflicting Programs

When you get a runtime error, keep in mind that it is happening due to programs that are conflicting with each other. The first thing you can do to resolve the problem is to stop these conflicting programs.

  • Open Task Manager by clicking Ctrl-Alt-Del at the same time. This will let you see the list of programs currently running.
  • Go to the Processes tab and stop the programs one by one by highlighting each program and clicking the End Process buttom.
  • You will need to observe if the error message will reoccur each time you stop a process.
  • Once you get to identify which program is causing the error, you may go ahead with the next troubleshooting step, reinstalling the application.

Method 2 — Update / Reinstall Conflicting Programs

Using Control Panel

  • For Windows 7, click the Start Button, then click Control panel, then Uninstall a program
  • For Windows 8, click the Start Button, then scroll down and click More Settings, then click Control panel > Uninstall a program.
  • For Windows 10, just type Control Panel on the search box and click the result, then click Uninstall a program
  • Once inside Programs and Features, click the problem program and click Update or Uninstall.
  • If you chose to update, then you will just need to follow the prompt to complete the process, however if you chose to Uninstall, you will follow the prompt to uninstall and then re-download or use the application’s installation disk to reinstall the program.

Using Other Methods

  • For Windows 7, you may find the list of all installed programs when you click Start and scroll your mouse over the list that appear on the tab. You may see on that list utility for uninstalling the program. You may go ahead and uninstall using utilities available in this tab.
  • For Windows 10, you may click Start, then Settings, then choose Apps.
  • Scroll down to see the list of Apps and features installed in your computer.
  • Click the Program which is causing the runtime error, then you may choose to uninstall or click Advanced options to reset the application.

Method 3 — Update your Virus protection program or download and install the latest Windows Update

Virus infection causing runtime error on your computer must immediately be prevented, quarantined or deleted. Make sure you update your virus program and run a thorough scan of the computer or, run Windows update so you can get the latest virus definition and fix.

Method 5 — Run Disk Cleanup

You might also be experiencing runtime error because of a very low free space on your computer.

  • You should consider backing up your files and freeing up space on your hard drive
  • You can also clear your cache and reboot your computer
  • You can also run Disk Cleanup, open your explorer window and right click your main directory (this is usually C: )
  • Click Properties and then click Disk Cleanup

Method 6 — Reinstall Your Graphics Driver

If the error is related to a bad graphics driver, then you may do the following:

  • Open your Device Manager, locate the graphics driver
  • Right click the video card driver then click uninstall, then restart your computer

Method 7 — IE related Runtime Error

If the error you are getting is related to the Internet Explorer, you may do the following:

  1. Reset your browser.
    • For Windows 7, you may click Start, go to Control Panel, then click Internet Options on the left side. Then you can click Advanced tab then click the Reset button.
    • For Windows 8 and 10, you may click search and type Internet Options, then go to Advanced tab and click Reset.
  2. Disable script debugging and error notifications.
    • On the same Internet Options window, you may go to Advanced tab and look for Disable script debugging
    • Put a check mark on the radio button
    • At the same time, uncheck the «Display a Notification about every Script Error» item and then click Apply and OK, then reboot your computer.

If these quick fixes do not work, you can always backup files and run repair reinstall on your computer. However, you can do that later when the solutions listed here did not do the job.

Other languages:

Wie beheben Fehler 404 (Tor 404-Fehler) — Fehler 404: Tor hat ein Problem festgestellt und muss geschlossen werden. Wir entschuldigen uns für die Unannehmlichkeiten.
Come fissare Errore 404 (Errore Tor 404) — Errore 404: Tor ha riscontrato un problema e deve essere chiuso. Ci scusiamo per l’inconveniente.
Hoe maak je foutmelding 404 (Tor 404-fout) — Fout 404: Tor heeft een probleem ondervonden en moet worden afgesloten. Excuses voor het ongemak.
Comment réparer Erreur 404 (Erreur Tor 404) — Erreur 404 : Tor a rencontré un problème et doit se fermer. Nous sommes désolés du dérangement.
어떻게 고치는 지 오류 404 (토르 404 오류) — 오류 404: Tor에 문제가 발생해 닫아야 합니다. 불편을 드려 죄송합니다.
Como corrigir o Erro 404 (Erro Tor 404) — Erro 404: O Tor encontrou um problema e precisa fechar. Lamentamos o inconveniente.
Hur man åtgärdar Fel 404 (Tor 404-fel) — Fel 404: Tor har stött på ett problem och måste avslutas. Vi är ledsna för besväret.
Как исправить Ошибка 404 (Ошибка Tor 404) — Ошибка 404: Возникла ошибка в приложении Tor. Приложение будет закрыто. Приносим свои извинения за неудобства.
Jak naprawić błąd 404 (Błąd Tora 404) — Błąd 404: Tor napotkał problem i musi zostać zamknięty. Przepraszamy za niedogodności.
Cómo arreglar error 404 (Error Tor 404) — Error 404: Tor ha encontrado un problema y necesita cerrarse. Lamentamos las molestias.

The Author About The Author: Phil Hart has been a Microsoft Community Contributor since 2010. With a current point score over 100,000, they’ve contributed more than 3000 answers in the Microsoft Support forums and have created almost 200 new help articles in the Technet Wiki.

Follow Us: Facebook Youtube Twitter

Last Updated:

09/01/23 01:20 : A Ubuntu user voted that repair method 4 worked for them.

Recommended Repair Tool:

This repair tool can fix common computer problems such as blue screens, crashes and freezes, missing DLL files, as well as repair malware/virus damage and more by replacing damaged and missing system files.

STEP 1:

Click Here to Download and install the Windows repair tool.

STEP 2:

Click on Start Scan and let it analyze your device.

STEP 3:

Click on Repair All to fix all of the issues it detected.

DOWNLOAD NOW

Compatibility

Requirements

1 Ghz CPU, 512 MB RAM, 40 GB HDD
This download offers unlimited scans of your Windows PC for free. Full system repairs start at $19.95.

Article ID: ACX011761EN

Applies To: Windows 10, Windows 8.1, Windows 7, Windows Vista, Windows XP, Windows 2000

Speed Up Tip #69

Customizing the Send To Menu Feature:

Supercharge the SendTo context menu in your Windows Explorer by removing irrelevant shortcuts from its folder. You can quickly access the SendTo Menu folder by typing «sendto» in the Run dialog box.

Click Here for another way to speed up your Windows PC

Содержание

  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

Как исправить ошибку Tor 404

Номер ошибки: Ошибка 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 Номер ошибки: Ошибка 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) из загрузки или установки.

Продукт Solvusoft

Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.

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

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

using: apt-get update

results:
Failed to fetch http://deb.torproject.org/torproject.org/dists/trusty/main/binary-i386/Packages 404 Not Found [IP: 138.201.14.197 80]

Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
Arch: Intel/i386

Date: Jan 16, 2019

~$ tor —version
Tor version 0.3.4.9 (git-074ca2e0054fded1).

I believe that the binary path (and files) has been deleted from repository.

Question: is this a repository network/server problem or is this a quiet way to stop supporting for i386 ?

  • ubuntu

asked Jan 16, 2019 at 17:55

JohnBR's user avatar

3

  • and whats the question?

    Jan 20, 2019 at 18:16

  • thank you, the question did not show up in the first post attempt.

    Feb 5, 2019 at 21:58

  • i don’t think they are phasing out i386 support. they provide builds (stable, experimental and nightly) for i386, amd64, arm64, armel and even armhf, but @SEdude indeed trusty packages are completely missing!

    Feb 6, 2019 at 10:25

1 Answer

answered Feb 4, 2019 at 6:03

SEdude's user avatar

4

  • I still do not know if this is caused by a manual install, instead for a ubuntu repository installation. Or a repository failure when I was updating my system. I am still checking.

    Feb 5, 2019 at 22:02

  • @JohnBR well… the error is not on your side. — your options are either reach somehow out to the tor-project, report that trusty builds are missing and wait/hope for the builds, or (which is the more sustained solution) consider an upgrade to (at least) xenial because trusty support is running out anyway in 2 months (april 2019).

    Feb 6, 2019 at 10:37

  • @DJCrashdummy my tests here indicate several possibilities (like you have already noted too), but yesterday the self update of the tor app did update (ie. pop-up showing update available, I agreed, download progress completed and update did finish). But as SEdude noted the ppa/repository still is missing.

    Feb 8, 2019 at 16:16

  • @DJCrashdummy and yes, the update is inevitable (as borgs saying: «resistance is futile»), but I am doing tests on my laptop (with a new SSD) bionic beaver (18.04.1), most is OK, «snap» is a «snap» but uses many resources (with SSD we again have to plan storage space) worst is having to get back to gnome GUI, mouse and key shortcuts….takes time, and patience, not to mention systemctl.

    Feb 8, 2019 at 16:22

Я использую torbrowser-launcher (версия пакета 0.2.0-2 от Коварного / вселенной amd64 репозиторий на 15,10), который выполняет Браузер Скалистой вершины 5.0.4.

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

enter image description here
enter image description here

Когда я работаю 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 Browser Settings от терминала torbrowser-launcher --settings, выберите другое зеркало и «искать обновления на следующем запуске», затем нажмите на Launch TorBrowser, я получаю следующий диалог, и терминальный вывод (первый ответ Запускаются, Выход ответа второго раза):

enter image description here

$ 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'>

Это — просто временная проблема на стороне сервера или может/, я должен сделать что-нибудь для фиксации этого? Я хочу свой Браузер Скалистой вершины назад и работу.

задан
17 November 2015 в 14:02

поделиться

1 ответ

Прежде всего, даже не знал, что скалистая вершина была в официальном repo, спасибо за это. Второй из всех, у меня никогда не было проблемы с браузером скалистой вершины, используя веб-UPD8 ppa

чистка torbrowser-launcher, и установите через ppa:

sudo add-apt-repository ppa:webupd8team/tor-browser
sudo apt-get update
sudo apt-get install tor-browser

ответ дан blade19899
30 September 2019 в 05:11

поделиться

Другие вопросы по тегам:

Похожие вопросы:

Понравилась статья? Поделить с друзьями:
  • Tor exited during startup this might be due to an error in your torrc file
  • Tor error opening file for writing
  • Tor browser ошибка при запуске приложения 0xc000007b
  • Tor browser ошибка загрузки 404
  • Tor browser как изменить страну