-
Notifications
You must be signed in to change notification settings - Fork 11
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
Possible Device IDs not showing #45
Comments
It occurs to me that the 'Device ID' may have nothing at all to do with my phone. Device refers to my computer? |
Thanks for report! Definitely a bug - I can reproduce this too. |
A quick work around while this bug exists is to start a python prompt and write the following commands:
This will give you an exception with your device ID. Also, sidenote, it seems prudent that Clay does this automatically for you instead of showing it in the notification area. However, this should be done at a future point in time. |
In addition, as far as I know, you cannot copy from the notification area, so even when Clay does show the possible ids as a notification, it doesn't do any good unless you want to type the whole thing out. |
Thanks for the updates and workaround. When I try to use the api login, it returns
Edit: |
Quick update. I tried logging in with another account, one which does not have any GMP subscription of any kind, and that also has 2FA. Used app password. Logs in just fine, offered device ids, and once it's entered it seems to work. Search works, but cannot play anything (obviously—not a GMP member with this account). So it seems to be an account problem rather than a problem generally with Clay. Quick tip for copying IDs from notification area: open Clay in a tmux window. Tmux will let you copy anything :D |
The readme suggests the following:
Where will they display? Debug and Settings tab show no signs, besides 'Is authenticated: False'. Is there a log somewhere? I've entered a 'wrong' id twice, once using one found randomly online, and once using the string reported by
adb devices
.Running Ubuntu 18.04, installed via
pip
.Of possible note: I am on gpm family plan as a family member, not the main account. Not sure if this matters.
Thank you!
Lee
The text was updated successfully, but these errors were encountered: