You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no "7digital" id space anymore. Use "7digital-US" for tracks in the US region. There are also "UK" and "AU" regions. e.g. The Pyechonest call equates to this URL:
Hi!
I tried with various settings but always receive the same empty result.
ss_results = song.search(artist='radiohead', title='karma police', buckets=['id:7digital', 'tracks'])
slow_show = ss_results[0]
ss_tracks = slow_show.get_tracks('7digital')
print ss_tracks
Also using direct access with song-id does not work. Either the data is not sent by the server or the data is not parsed by the pyechonet library.
Alex
The text was updated successfully, but these errors were encountered: