egirault / googleplay-api

Google Play Unofficial Python API - This project was a PoC and is not maintained anymore. Please feel free to fork it and improve it in any way.
879 stars 373 forks source link

Unauthorized - Error 401 #61

Open Fashizel opened 8 years ago

Fashizel commented 8 years ago

I am trying to use this api for a day now.

  1. First i encountered a problem when trying to call categories.py, I got this as response: information from server. [RH-01]
  2. Iv'e noticed that that the library used SERVICE = "androidmarket" when trying to login. which was weird because android market is dead. changed it to SERVICE = "googleplay" and the problem was gone.
  3. now im getting: HTML> HEAD> TITLE>Unauthorized</TITLE> /HEAD> BODY BGCOLOR="#FFFFFF" TEXT="#000000"> H1>Unauthorized</H1> H2>Error 401</H2> /BODY> HTML> as a response to categories.py call.

please help :)

P.S for all stages I got OK from the login call (got back auth and a token)