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
Traceback (most recent call last):
File "/scripts/get_top_apps_by_cat.py", line 57, in <module>
top_apps = server.list(sampleCat)
File "/home/developer/workspace/gpapi/googleplay.py", line 520, in list
data = self.executeRequestApi2(path)
File "/home/developer/workspace/gpapi/googleplay.py", line 370, in executeRequestApi2
raise RequestError(message.commands.displayErrorMessage)
gpapi.googleplay.RequestError: 'Error retrieving information from server. DF-DFERH-01'
It gives me this error when I'm trying to use the list function only. It works for the browse and home functions.
I'm using a different gsfId and authSubToken everytime I run my script and I already changed the device name.
Can someone help me?
Edit:
I found out that browse function is doing the same thing when I pass an subcategory with spaces between words, when I remove the spaces it works!
The text was updated successfully, but these errors were encountered:
Hello!
It gives me this error when I'm trying to use the list function only. It works for the browse and home functions.
I'm using a different gsfId and authSubToken everytime I run my script and I already changed the device name.
Can someone help me?
Edit:
I found out that browse function is doing the same thing when I pass an subcategory with spaces between words, when I remove the spaces it works!
The text was updated successfully, but these errors were encountered: