Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 890583 - [guru] www-client/torbrowser-launcher:TypeError: arguments did not match any overloaded call
Summary: [guru] www-client/torbrowser-launcher:TypeError: arguments did not match any ...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hayley Hughes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-12 08:09 UTC by yongxiang
Modified: 2023-02-27 22:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2023-01-12 08:09:03 UTC
$ torbrowser-launcher
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.3.5
https://github.com/micahflee/torbrowser-launcher
Downloading Tor Browser for the first time.
Downloading https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.10/torbrowser-launcher", line 30, in <module>
    torbrowser_launcher.main()
  File "/usr/lib/python3.10/site-packages/torbrowser_launcher/__init__.py", line 92, in main
    gui.move(
TypeError: arguments did not match any overloaded call:
  move(self, a0: QPoint): argument 1 has unexpected type 'float'
  move(self, ax: int, ay: int): argument 1 has unexpected type 'float'

Reproducible: Always
Comment 1 Viorel Munteanu gentoo-dev 2023-01-13 06:45:54 UTC
Please attach the output of `emerge --info` and `emerge -pv torbrowser-launcher`
Comment 2 Hayley Hughes 2023-01-13 07:47:11 UTC
Thanks for the creating the bug and bringing this to our attention! This is a known upstream issue [1] with the currently packaged version of torbrowser-launcher that has been fixed in a recent update (0.3.6).

I've just updated the torbrowser-launcher package to 0.3.6 in the dev branch so once that has been merged into master this issue should be resolved. 

[1] https://github.com/micahflee/torbrowser-launcher/issues/628
Comment 3 Larry the Git Cow gentoo-dev 2023-02-27 22:30:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98ae39a78e4b0cd6c7d33797ee3d045e2934edb1

commit 98ae39a78e4b0cd6c7d33797ee3d045e2934edb1
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
AuthorDate: 2023-02-27 21:03:23 +0000
Commit:     Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
CommitDate: 2023-02-27 21:04:42 +0000

    www-client/torbrowser-launcher: treeclean
    
    Closes: https://bugs.gentoo.org/891773
    Closes: https://bugs.gentoo.org/890583
    Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

 profiles/package.mask                              |  5 ---
 www-client/torbrowser-launcher/Manifest            |  1 -
 www-client/torbrowser-launcher/metadata.xml        | 11 -----
 .../torbrowser-launcher-0.3.6.ebuild               | 51 ----------------------
 .../torbrowser-launcher-9999.ebuild                | 51 ----------------------
 5 files changed, 119 deletions(-)