-
Notifications
You must be signed in to change notification settings - Fork 180
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
[ERROR] Cannot retrieve email address from token dispenser #292
Comments
Could this be related to #263? |
Adding to the issue, I copied /etc/gplaycli/gplaycli.conf to my home directory, changed the dispenser url to
---edit |
Adding some insult to the injury. Leaving the token aside, I decided to use gplaycli with my own google credentials.
Obviously, there is nothing wrong with the credentials. I tried them in a browser and they worked with zero issues. |
I expect they require non-password authentication (probably OAuth2)
when logging in for non-browser situations and gplaycli uses passwds.
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
And how am I supposed to do that? There is no popup asking credentials so as to generate oauth password. |
I'm assuming gplaycli simply does not support OAuth yet, which is why
the login via browser works but via gplaycli does not.
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
So, with the token way not working because of server issues and the credentials way not working because of (probably) oauth issues, the app is practically useless? |
Until someone either implements OAuth or fixes the token server issues, yes.
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
I fixed some password-related issues on my token dispenser server. Apparently, application passwords had been removed by Google. Hope it helps. |
I just tried with the version of gplaycli in Debian, got this error:
$ gplaycli --log -d com.skype.raider
[ERROR] Multiple attempts to fetch anonymous token failed.
[ERROR] Try setting 'token=False' and adding Google credentials to gplaycli.conf
[ERROR] A few packages could not be downloaded :
com.skype.raider
'Error retrieving information from server. DF-DFERH-01'
…--
bye,
pabs
https://bonedaddy.net/pabs3/
|
Do you also have the recommended packages installed, i.e. dummydroid, which pulls up A LOT of (mostly java related) dependencies, and frdoidserver, which pulls even more like android sdk?
and with the credentials way
So, there is no difference from what I have already mentioned. ---edit |
I want to add that the output of
The lines in the middle of the output are repeated 4 times, each time with a different gsfid and token strings. |
And today I am getting a different output that looks like a mixed version of the above
The process stops for some seconds at |
Is there ANY way to get ANY similar key from somewhere so as to get it working? |
@pitsi did you manage to come up with a workaround? |
Sadly, no. In fact, I have not tried anything else for weeks now. |
@89z in the spirit of collaboration between projects, maybe it will be good to share how you perform the login to google and fetch the token from there so someone can fix it on the python projects. |
I am pretty sure he can not see your comment here because I blocked him for his attitude, spam and comment deletion. |
@pitsi I wasn't aware of it. |
This is sad. This app is not updated and doesn't even work with the latest python, let alone, can't login or use a token. |
@MolotovCherry I have an alternate module and tool if it helps: |
@4cq2 ---edit |
One day after my comment here, gplaycli was removed from the debian repo. It is really sad to see the reasons, although they are all true :'( |
Please provide those informations:
gplaycli
(should be 3+): 3.9.11gplaycli -v
: [INFO] GPlayCli version 3.29 [Python3.9.11]gplaycli
: apt-get install gplaycliHere is the full verbose output that shows all the above, e.g. when trying to download brave
Opening the token url in a browser results to a 502 error, so I assume this is the reason everything else fails. I do not have an own token, neither I want to use credentials.
The text was updated successfully, but these errors were encountered: