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 »

fordprefect commented on 2017-10-08 09:56 (UTC)

@olebowle: thank you, typo. I wanted to correct this yesterday but since there was a bug with gpapi, i let it for today.

olebowle commented on 2017-10-08 08:05 (UTC)

The dependency should be python2-crypto, not python-crypto.

vasya commented on 2017-07-25 07:23 (UTC)

As for me, I had to do the following changes: mkdir ~/.cache/gplaycli echo "retries = 1 [Cache] token=~/.cache/gplaycli/token " >> ~/.config/gplaycli/credentials.conf And it's working now.

fordprefect commented on 2017-07-20 00:41 (UTC)

Please note that you need to adapt the new [Cache] section to your config (credentials.conf), otherwise the program will fail to run.

fordprefect commented on 2017-06-14 17:39 (UTC)

@tengu: without looking too deep into it, it looks like a programming or API issue. Check the bug reports on Github and if there is no suitable one, feel free to create one.

tengu commented on 2017-06-14 15:45 (UTC)

If I search for an App, I get this output: Traceback (most recent call last): File "/usr/bin/gplaycli", line 459, in <module> main() File "/usr/bin/gplaycli", line 450, in main cli.search(list(), args.search_string, nb_results) File "/usr/bin/gplaycli", line 306, in search results = self.raw_search(results_list, search_string, nb_results) File "/usr/bin/gplaycli", line 303, in raw_search return self.playstore_api.search(search_string, nb_results=nb_results).doc File "/usr/lib/python2.7/site-packages/ext_libs/googleplay_api/googleplay.py", line 202, in search message = self.executeRequestApi2(path) File "/usr/lib/python2.7/site-packages/ext_libs/googleplay_api/googleplay.py", line 183, in executeRequestApi2 message = googleplay_pb2.ResponseWrapper.FromString(data) File "/usr/lib/python2.7/site-packages/google/protobuf/internal/python_message.py", line 756, in FromString message.MergeFromString(s) File "/usr/lib/python2.7/site-packages/google/protobuf/internal/python_message.py", line 1066, in MergeFromString raise message_mod.DecodeError('Unexpected end-group tag.') google.protobuf.message.DecodeError: Unexpected end-group tag. Any suggestions what to do?

fordprefect commented on 2017-05-09 21:24 (UTC)

@qlipsos: I cannot verify that python2-future is needed, neither is it in the requirements.txt provided with the source nor is there any import from the future module.

qlipsos commented on 2017-05-09 21:17 (UTC)

python2-future was another dependency for me.

fordprefect commented on 2017-03-21 21:25 (UTC)

@vasya: thank you for pointing this out. still, this packages the current release, updates will come with the next release. stay tuned!

vasya commented on 2017-03-21 21:02 (UTC)

Note: the current default credentials files are outdated, and a new "tokenized" authorization algorithm is pushed to the master branch. There is no release yet, but if you want to update your package anyway, use "master" keyword in .tar.gz file name and "cd gplaycli-master" for the first package command.