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
This doesn't seem to be the same musicToken as the one returned from music.search, i.e. when you try to use it toe create a new station you get an error. I tried decrypting it with the passwords from Partner passwords, but it looks like it's returning mostly junk bytes.
Any idea what this could be/how to decrypt it?
The text was updated successfully, but these errors were encountered:
Encrypting the musicToken doesn’t make sense. It’s probably just a
hex-encoded integer value. I don’t know why this musicToken is different
from those returned by music.search and what it is used for.
The musicToken returned from a search is actually a musicId. As in just like the musicId's returned in the songs in a playlist. AFAIK the only way to get the musicToken(again really a musicId) from the seeds is to do a search on the seed's description in the above case "Foo Fighters" you would use that musicToken to create your new station. But before you create your new station you'd have to delete the seed from the other station. You can't have 2 stations with the same seed. If you want the actual musicToken of a song in a playlist you can use it's musicId with music.getTrack. music.getTrack will get you a musicToken for the song that's comparable to the musicToken's returned in the station seeds.
I noticed that
music.addSeed
/station.getStation
in the Stations API return a hex-encryptedmusicToken
:This doesn't seem to be the same
musicToken
as the one returned frommusic.search
, i.e. when you try to use it toe create a new station you get an error. I tried decrypting it with the passwords from Partner passwords, but it looks like it's returning mostly junk bytes.Any idea what this could be/how to decrypt it?
The text was updated successfully, but these errors were encountered: