You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: