Package Details: googleplaydownloader-git 2.3.r16.3d16974-1

Git Clone URL: https://aur.archlinux.org/googleplaydownloader-git.git (read-only, click to copy)
Package Base: googleplaydownloader-git
Description: A graphical software to download APKs from the Google Play store.
Upstream URL: https://framagit.org/tuxicoman/googleplaydownloader
Licenses: AGPL
Submitter: zer0def
Maintainer: None
Last Packager: zer0def
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-09 17:16 (UTC)
Last Updated: 2021-03-09 17:16 (UTC)

Latest Comments

dreieck commented on 2023-08-30 10:10 (UTC)

When I click the "Configure" button, nothing happens except the following error printed to the terminal:

Traceback (most recent call last):
  File "/usr/lib/python3.11/site-packages/googleplaydownloader/googleplaydownloader.py", line 262, in <lambda>
    self.Bind(wx.EVT_BUTTON, lambda e: self.show_config(), config_button)
                                       ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/googleplaydownloader/googleplaydownloader.py", line 414, in show_config
    dlg = ConfigDialog(self)
          ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/googleplaydownloader/googleplaydownloader.py", line 544, in __init__
    sizer.Add(self.gridSizer, 0, wx.GROW|wx.ALIGN_CENTER_VERTICAL|wx.ALL, 5)
wx._core.wxAssertionError: C++ assertion "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL)))" failed at /build/wxwidgets/src/wxWidgets-3.2.2.1/src/common/sizer.cpp(2288) in DoInsert(): wxALIGN_RIGHT | wxALIGN_CENTRE_HORIZONTAL | wxALIGN_BOTTOM | wxALIGN_CENTRE_VERTICAL will be ignored in this sizer: wxEXPAND overrides alignment flags in box sizers

DO NOT PANIC !!

If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.

You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.

If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.