Skip to content
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

Open
lee-tts opened this issue Sep 20, 2018 · 6 comments
Open

Possible Device IDs not showing #45

lee-tts opened this issue Sep 20, 2018 · 6 comments
Assignees
Projects

Comments

@lee-tts
Copy link

lee-tts commented Sep 20, 2018

The readme suggests the following:

You will also need to know your Device ID. Thanks to gmusicapi, the app should display possible IDs once you enter a wrong one.

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

@lee-tts
Copy link
Author

lee-tts commented Sep 20, 2018

It occurs to me that the 'Device ID' may have nothing at all to do with my phone. Device refers to my computer?

@and3rson
Copy link
Owner

Thanks for report!

Definitely a bug - I can reproduce this too.

@and3rson and3rson added the bug label Sep 20, 2018
@and3rson and3rson self-assigned this Sep 20, 2018
@ValentijnvdBeek
Copy link
Collaborator

A quick work around while this bug exists is to start a python prompt and write the following commands:

import gmusicapi

api = gmusicapi.Mobileclient()
api.login("your@email.com", "your-password", "invalid")

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.

@agg23
Copy link

agg23 commented Sep 20, 2018

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.

@ValentijnvdBeek ValentijnvdBeek added this to To do in Porcelain via automation Sep 20, 2018
@lee-tts
Copy link
Author

lee-tts commented Sep 21, 2018

Thanks for the updates and workaround.

When I try to use the api login, it returns False. Makes me think the issue might lie with gmusicapi or my own account (which as I mention is a submember of a family plan).

lee@lee:~$ python
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> help
Type help() for interactive help, or help(object) for help about object.
>>> import gmusicapi
>>> api = gmusicapi.Mobileclient()
>>> api.login("lee_______@gmail.com", "*************", "invalid")
False

Edit:
Tried looking at gmusicapi docs, all seems ok. Not using 2FA.
https://unofficial-google-music-api.readthedocs.io/en/latest/reference/mobileclient.html

@lee-tts
Copy link
Author

lee-tts commented Sep 21, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Porcelain
  
To do
Development

No branches or pull requests

4 participants