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

Fixed bug in api login response #1

Closed Fuzion24 closed 12 years ago

Fuzion24 commented 12 years ago

Traceback (most recent call last): File "search.py", line 64, in api.login(GOOGLE_LOGIN, GOOGLE_PASSWORD, AUTH_TOKEN) File "[...]/googleplay-api/googleplay.py", line 124, in login k, v = d.split("=") ValueError: need more than 1 value to unpack