Package Details: gplaycli 3.29-2

Git Clone URL: https://aur.archlinux.org/gplaycli.git (read-only, click to copy)
Package Base: gplaycli
Description: command line tool to search, install, update Android applications from the Google Play Store
Upstream URL: https://github.com/matlink/gplaycli
Licenses: AGPL
Conflicts: python-gpapi
Submitter: fordprefect
Maintainer: fordprefect (lightdot)
Last Packager: fordprefect
Votes: 14
Popularity: 0.000000
First Submitted: 2016-04-22 21:01 (UTC)
Last Updated: 2021-12-20 09:13 (UTC)

Dependencies (7)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

kecef commented on 2018-07-16 18:49 (UTC) (edited on 2018-07-16 18:52 (UTC) by kecef)

@doskoi: Why have you written that pycryptodome is not required? Without it gplaycli doesn't run at all.

Traceback (most recent call last): File "/usr/bin/gplaycli", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 3095, in <module> @_call_aside File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 3079, in _call_aside f(args, *kwargs) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 3108, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 570, in _build_master ws.require(requires) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 888, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python3.6/site-packages/pkg_resources/init.py", line 774, in resolve raise DistributionNotFound(req, requirers)</module></module>

pkg_resources.DistributionNotFound: The 'pycryptodome' distribution was not found and is required by gpapi

abouvier commented on 2018-04-08 00:35 (UTC) (edited on 2018-05-18 02:56 (UTC) by abouvier)

python-pycryptodome, python-pyopenssl, python-requests, python-protobuf and python-clint are not required.

lightdot commented on 2018-02-16 04:32 (UTC) (edited on 2018-02-16 04:36 (UTC) by lightdot)

gplaycli demands specific gpapi versions and besides that, the upstream has made a couple of typos in the past that caused wrong package versions to be reported or requested, effectively breaking gplaycli for prolonged periods of time. All in all, gplaycli in AUR often doesn't work without patching upstream sources for either gplaycli or python-gpapi.

@fordprefect, I'm using gplaycli regularly and I'm more than willing to co-maintain or take over both gplaycli and python-gpapi if you wish.

fordprefect commented on 2018-02-10 10:08 (UTC)

@kyak: I have the same issue, even when gpapi 0.4.1 is installed. I am quite low on time atm, but will try to take this upstream…

kyak commented on 2018-02-10 04:52 (UTC)

pkg_resources.DistributionNotFound: The 'gpapi==0.4.1' distribution was not found and is required by GPlayCli

gpapi 0.4.2 from AUR is installed here..

fordprefect commented on 2017-11-23 07:44 (UTC)

Issue is under investigation (upstream bug report opened). Meanwhile I switched over to non-git versioned dependency for pyaxmlparser (minor change).

tengu commented on 2017-11-20 15:37 (UTC)

@fordprefect: Yes, I am on version local/gplaycli 3.10-1

fordprefect commented on 2017-11-20 12:50 (UTC)

@tengu: are you on the latest version?

tengu commented on 2017-11-20 12:47 (UTC)

Whatever I do with gplaycli (gplaycli -s, -d, -v...) I get this output: Traceback (most recent call last): File "/usr/bin/gplaycli", line 11, in <module> load_entry_point('GPlayCli==3.10', 'console_scripts', 'gplaycli')() File "/usr/lib/python3.6/site-packages/gplaycli/gplaycli.py", line 504, in main success, error = cli.connect_to_googleplay_api() File "/usr/lib/python3.6/site-packages/gplaycli/gplaycli.py", line 194, in connect_to_googleplay_api gsfId=gsfId) File "/usr/lib/python3.6/site-packages/gpapi/googleplay.py", line 185, in login self.search('firefox', 1, None) File "/usr/lib/python3.6/site-packages/gpapi/googleplay.py", line 249, in search data = self.executeRequestApi2(currentPath) File "/usr/lib/python3.6/site-packages/gpapi/googleplay.py", line 225, in executeRequestApi2 message = googleplay_pb2.ResponseWrapper.FromString(response.content) File "/usr/lib/python3.6/site-packages/google/protobuf/internal/python_message.py", line 757, in FromString message.MergeFromString(s) File "/usr/lib/python3.6/site-packages/google/protobuf/internal/python_message.py", line 1072, in MergeFromString raise message_mod.DecodeError('Unexpected end-group tag.') google.protobuf.message.DecodeError: Unexpected end-group tag. Any help?

fordprefect commented on 2017-10-20 08:14 (UTC)

@kyak: maybe take the slowness to the bugtracker, so the devs are aware of it. I'll do when I have time, but…