O iniciador do Torbrowser não inicia por causa do erro 404 ao tentar atualizar-se

0

Eu uso torbrowser-launcher (versão do pacote 0.2.0-2 do repositório Wily / universe amd64 no 15.10) que executa Tor Browser 5.0.4 .

Desde hoje, após a atualização para 5.5a4-endurecido se tornar disponível, torbrowser-launcher não inicia mais o navegador, mas tenta se atualizar. No entanto, isso falha devido a um erro de download: 404 não encontrado , como você pode ver nas duas capturas de tela abaixo. Se eu clicar em Sim quando ele pede para mudar para o espelho padrão, isso não muda nada. Ainda o mesmo erro. E na próxima tentativa, ele ainda se queixará de um espelho não padrão.

Quandoexecutotorbrowser-launcheremumterminal,receboisso:

TorBrowserLauncherByMicahLee,licensedunderMITversion0.2.0https://github.com/micahflee/torbrowser-launcherUpdatingoverTorCheckedforupdatewithin24hours,skippingTBBisoutofdate,attemptingtoupgradeto5.5a4-hardenedDownloadinghttps://dist.torproject.org/torbrowser/5.5a4-hardened/sha256sums.txtTraceback(mostrecentcalllast):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

Se eu abrir as configurações do navegador Tor no terminal torbrowser-launcher --settings , selecionar um espelho diferente e "procurar atualizações no próximo lançamento", clicar em Iniciar o TorBrowser , recebo o seguinte diálogo e saída de terminal (primeiro respondendo Iniciar , respondendo pela segunda vez Sair ):

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

Isso é apenas um problema temporário no lado do servidor ou posso fazer alguma coisa para corrigir isso? Quero meu Tor Browser de volta e funcionando.

    
por Byte Commander 09.11.2015 / 09:14

1 resposta

3

Primeiro, nem sabia que o tor estava no repositório oficial, obrigado por isso. Em segundo lugar, eu nunca tive um problema com o navegador tor usando o WEB UPD8 ppa

purgar torbrowser-launcher e instalar via ppa:

sudo add-apt-repository ppa:webupd8team/tor-browser
sudo apt-get update
sudo apt-get install tor-browser
    
por blade19899 09.11.2015 / 09:30