-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'NoneType' object is not subscriptable #138
Comments
Can you give the command you're using and apks in the folder you're trying to update ? |
I feared this question, since I observed this embedded in my script only so far. I can try to reproduce this in a clean manner, might take some days though… |
Hi, i'm getting the same kind of error downloading this app: "com.tellm.android.app"
|
Hum, it seems to be related to python 3.6. Since I'm using 3.5, I was not able to reproduce. I'll dig deeper :) |
Duplicate #126 |
The described solution in #126 does not work for me, I am running with credentials and |
You have no error when running the 3.2 version of gplaycli? |
Exactly. I also realize just now that the 3.2 package I am using as fallback is using python2.7. Sorry for this rather inconsistent error, but this problem clearly is not fixed for me. |
How do you fallback to version 3.2? In this case, which version of |
Falling back to 3.2 means for me re-installing the package i built. That also means using the python2 version of gpapi wich is 0.1.5 (compared to 0.3.1 for python3). |
The issue is that token expires between Google login and downloading apks. |
I've pushed the fix to the |
will test asap, hopefully tonight. Thank you for looking into this, despite my rather messy problem description. |
It has been merge to master in version 3.12 and pushed to pypi. |
Hi,
on Archlinux 64bit, Python 3.6, gplaycli 3.10 (via setup.py), credentials, I get a fail that looks like an uncaught exception:
Another user reported something similar, seems not to be an isolated incident.
Will happily provide more info if needed.
The text was updated successfully, but these errors were encountered: