Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpapi.googleplay.RequestError: 'Error while retrieving information from server. DF-DFERH-01' #113

Open
ford--prefect opened this issue Feb 17, 2020 · 2 comments

Comments

@ford--prefect
Copy link

When connecting to the play store (via gplaycli) I get the above mentioned error.
Full traceback:

Traceback (most recent call last): File "/usr/bin/gplaycli", line 11, in <module> load_entry_point('gplaycli==3.27', 'console_scripts', 'gplaycli')() File "/usr/lib/python3.8/site-packages/gplaycli/gplaycli.py", line 623, in main cli.prepare_analyse_apks() File "/usr/lib/python3.8/site-packages/gplaycli/gplaycli.py", line 475, in prepare_analyse_apks to_update = self.analyse_local_apks(list_of_apks, self.download_folder) File "/usr/lib/python3.8/site-packages/gplaycli/hooks.py", line 9, in check_connection return function(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/gplaycli/gplaycli.py", line 500, in analyse_local_apks details = self.api.bulkDetails(package_bunch) File "/usr/lib/python3.8/site-packages/gpapi/googleplay.py", line 396, in bulkDetails message = self.executeRequestApi2(BULK_URL, File "/usr/lib/python3.8/site-packages/gpapi/googleplay.py", line 336, in executeRequestApi2 raise RequestError(message.commands.displayErrorMessage) gpapi.googleplay.RequestError: 'Error while retrieving information from server. DF-DFERH-01'

@rehmatworks
Copy link

Maybe you made too many requests using the same GSFID in a short span of time?

@matlink
Copy link
Contributor

matlink commented Feb 27, 2020

It is due to #114. Newer version of gplaycli will fix this issue but I'm waiting for the maintainer @NoMore201 to patch and publish a new version.

This was referenced Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants