Closed mario-tux closed 11 years ago
Interesting; thanks for reporting this. Apparently this reflects a hole in my tests at the moment.
To actually fix this, I'll need to look into the most recent android app, which will have to wait until at least next week. Hopefully I'll be able to fix #155, #163 and #170 at the same time I get to this.
I also updated the tests to verify all the supported types radio seeding, so hopefully we'll catch this quickly if it happens again.
Hi Simon, I can confirm that it works now for me! Thanks.
Hi Simon, I've just found that my gmusicproxy gets an exception using
create_station()
using a song_id. It works with an artist id. I think it worked in recent past: maybe something changed on the GPM side...I've stripped all the non-essential params and, after a correct login, if I call the method like
api.create_station(name='test station', track_id='T44yapwk4h3zz6splxkxelq64be')
, then I get the following exception: could you verify by yourown with the same params?