-
Notifications
You must be signed in to change notification settings - Fork 86
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
Google Play Music. Artist Not Found #565
Comments
Hi!, thanks for taking the time to report this issue. Yes, this looks like a clear bug. Would you be able to export this on the same terminal before starting tizonia and then upload the output here?. With that info, I should be able to debug the issue.
|
Here is an output log with exported variable:
This output was very long. I've cut some pieces from it, i.e. tracks/playlists info |
@ArsenyZorin Thanks. Would you be able to edit this file '/usr/lib/python2.7/site-packages/tizgmusicproxy.py' and change line 741:
to show 100 instead of 1000? |
I've changed this line, but nothing changed |
@ArsenyZorin OK, it looks like the first artist dictionary returned by google did not contain any tracks. So I've fixed the error condition to display a message to that effect:
Note: Fixed in c78081d, develop branch. It will be merged to master before the next release of Tizonia (no date yet). If you want to try this fix on your system, just grab the py file from the develop branch. Tip: If you need to find a specific 'Drake' artist, just add a hint to the Google search, for example, a known song of that artist, e.g.:
|
Thank you for the tip. It works. Also I've replaced Suggestion: Maybe, it will be better to select second artist if the first one is empty than show error message that there are no tracks? |
Description
When attempting to stream with
tizonia --gmusic-unlimited-artist Drake
, tizonia fails with:Steps to Reproduce
tizonia --gmusic-unlimited-artist Drake
tizonia --gmusic-unlimited-artist 'Drake'
tizonia --gmusic-unlimited-artist "Drake"
Expected behavior:
Listen to all Drake tracks
Actual behaviour:
Reproduces how often:
100%
Versions
Running OS: Arch Linux
Installation Method Used
Installed from AUR. Package:
tizonia-all
Additional Information
According to the answer in #503, all libs are updated
The text was updated successfully, but these errors were encountered: