Domenico Iezzi
Domenico Iezzi
From `about:support` I get: ``` Nome: Fennec Versione: 57.0.1 ID build: 20171129020910 User agent: Mozilla/5.0 (Android 7.1.2; Mobile; rv:57.0) Gecko/57.0 Firefox/57.0 SO: Linux 25 Finestre multiprocesso: 0/1 (Disattivato) Processi contenuti...
defaults to bacon (Oneplus One). I plan for the next version to let users choose device from the available ones in gpapi
Fixed on googleplay-api, search view should implement the selection of maximum number of results.
We should enhance the protobuf parsing in `utils.py` adding all the fields inside `AppDetails` object, as stated in #40
AFAIK it happens when you login with email+password. Is this happening also when reusing gsfId+authToken?
To be more precise, I noticed that those security checks are more frequent when one of the following things happens: 1 - frequent email+passwd logins 2 - frequent public IP...
Read here: https://github.com/NoMore201/googleplay-api#build
Recently this problem intensified, along with random errors. As far as I understand it can be caused by one of those things: 1 - frequent email+passwd logins 2 - frequent...
You can test changes in commit 46b4271 on branch next. Read the commit for a list of changes introduced. Also, I'll leave this issue open for any bug report regarding...
@SeBsZ thanks for pointing it out. I had a look at the protobuf docs and somehow missed the MessageToDict function, so I decided to parse it manually. This will help...