dflower / google-play-crawler

crawl and download apps from google play
40 stars 22 forks source link

All commands fail even when setting config.py correctly #3

Open kmicinski opened 8 years ago

kmicinski commented 8 years ago

Is the crawler simply broken at this point?

python categories.py
/Library/Python/2.7/site-packages/requests-2.9.1-py2.7.egg/requests/packages/urllib3/connectionpool.py:791: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
  InsecureRequestWarning)
Traceback (most recent call last):
  File "categories.py", line 15, in <module>
    api.login(GOOGLE_LOGIN, GOOGLE_PASSWORD, AUTH_TOKEN)
  File "/Users/micinski/projects/google-play-crawler/googleplay.py", line 135, in login
    raise LoginError("server says: " + params["error"])
googleplay.LoginError: u'server says: BadAuthentication'
mrjk990 commented 7 years ago

me too same error

File "download.py", line 28, in <module> api.login(GOOGLE_LOGIN, GOOGLE_PASSWORD, AUTH_TOKEN) File "/root/googleplay-api/googleplay.py", line 135, in login raise LoginError("server says: " + params["error"]) googleplay.LoginError: u'server says: BadAuthentication'

Suneal commented 6 years ago

So this never got fixed?