Traceback (most recent call last):
File "/home/mark/.local/bin/tuijam", line 11, in <module>
load_entry_point('tuijam==0.7.1', 'console_scripts', 'tuijam')()
File "/home/mark/.local/lib/python3.7/site-packages/tuijam/app.py", line 630, in main
app.login()
File "/home/mark/.local/lib/python3.7/site-packages/tuijam/app.py", line 121, in login
locale=locale.getdefaultlocale()[0])
File "/home/mark/.local/lib/python3.7/site-packages/gmusicapi/clients/mobileclient.py", line 184, in oauth_login
return self._login(session_login, device_id, locale)
File "/home/mark/.local/lib/python3.7/site-packages/gmusicapi/clients/mobileclient.py", line 125, in _login
raise OSError("a valid MAC could not be determined."
OSError: a valid MAC could not be determined. Provide an android_id (and be sure to provide the same one on future runs).
I got my google play music auth code but then tuijam fails with this error:
I'm running python 3.7.5