Aug 21 - similar bug -  version from tor repos.

$-> ./torbrowser-launcher &
[1] 6995
[/usr/bin]
$-> Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.1.9
https://github.com/micahflee/torbrowser-launcher
Initializing Tor Browser Launcher
Importing keys
gpg: key 63FEE659: "Erinn Clark <er...@torproject.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
gpg: key 93298290: "Tor Browser Developers (signing key) <
torbrow...@torproject.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
Starting launcher dialog
LATEST VERSION 5.0.1
Checked for update within 24 hours, skipping
TBB is not installed, attempting to install 5.0.1
Running task: download_sha256
Downloading https://dist.torproject.org/torbrowser/5.0.1/sha256sums.txt
Updating over Tor
Finished receiving body: Response body fully received
Running task: download_sha256_sig
Downloading https://dist.torproject.org/torbrowser/5.0.1/sha256sums.txt.asc
Updating over Tor
Finished receiving body: Response body fully received
Running task: download_tarball
Downloading
https://dist.torproject.org/torbrowser/5.0.1/tor-browser-linux64-5.0.1_en-US.tar.xz
Updating over Tor
Finished receiving body: Response body fully received
Running task: verify
Verifying signature
gpg: assuming signed data in
`/home/joni/.cache/torbrowser/download/sha256sums.txt'
gpg: Signature made Mon 17 Aug 2015 11:46:30 AM PDT using RSA key ID
D40814E0
gpg: Good signature from "Tor Browser Developers (signing key) <
torbrow...@torproject.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the
owner.
Primary key fingerprint: EF6E 286D DA85 EA2A 4BA7  DE68 4E2C 6E87 9329 8290
     Subkey fingerprint: BA1E E421 BBB4 5263 180E  1FC7 2E1A C68E D408 14E0
Running task: extract
Extracting tor-browser-linux64-5.0.1_en-US.tar.xz
Running task: run
Running
/home/joni/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/start-tor-browser
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
911, in dispatcher
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
1462, in _finishResponse_WAITING
    self._giveUp(Failure(reason))
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
1515, in _giveUp
    self._disconnectParser(reason)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
1503, in _disconnectParser
    parser.connectionLost(reason)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
532, in connectionLost
    self.response._bodyDataFinished()
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
911, in dispatcher
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line
1154, in _bodyDataFinished_CONNECTED
    self._bodyProtocol.connectionLost(reason)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 378, in connectionLost
    self.all_done(reason)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 395, in response_finished
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 332, in run_task
    self.verify()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 565, in verify
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 336, in run_task
    self.extract()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 609, in extract
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 340, in run_task
    self.run()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py",
line 640, in run
    subprocess.call([self.common.paths['tbb']['start']])
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
    raise child_exception
exceptions.OSError: [Errno 2] No such file or directory






On Tue, 04 Aug 2015 08:49:32 +0200 Arian Sanusi <ar...@sanusi.de> wrote:
> Package: torbrowser-launcher
> Version: 0.2.0-1
> Severity: grave
> Justification: renders package unusable
>
> torbrowser-launcher errors out on launch, only shortly displaying the
"Checking for Tor Browser updates" window:
>
> $ 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
> /usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py:281:
GtkWarning: Error parsing gtk-icon-sizes string:
> 'gtk-menu:24,24'
>   self.window.show()
> Downloading
https://www.torproject.org/projects/torbrowser/RecommendedTBBVersions
> 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
310, in run_task
>     self.download('update check', self.common.paths['update_check_url'],
self.common.paths['update_check_file'])
>   File
"/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line
469, in download
>     None)
>   File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line
1926, in request
>     deferred = self._agent.request(method, uri, headers, bodyProducer)
>   File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line
1559, in request
>     endpoint = self._getEndpoint(parsedURI)
> TypeError: _getEndpoint() takes exactly 4 arguments (2 given)
>
>
> starting tbb from
~/.local/share/torbrowser/tbb/x86_64/tor-browser_de/start-tor-browser still
works, but if you don't know where to look for that, TBB is pretty much
unusable.
>
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers testing
>   APT policy: (1001, 'testing'), (550, 'unstable'), (200, 'experimental')
> Architecture: amd64 (x86_64)
>
> Kernel: Linux 4.0.0-2-amd64 (SMP w/2 CPU cores)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> Versions of packages torbrowser-launcher depends on:
> ii  gnupg            1.4.19-3
> ii  python           2.7.9-1
> ii  python-gtk2      2.24.0-4
> ii  python-lzma      0.5.3-2+b1
> ii  python-parsley   1.2-1
> ii  python-psutil    2.1.1-1+b1

Reply via email to