Open bayrock opened 8 years ago
Having this problem too...
Update the TIDAL token.
me too
Download an android emulator and get the token with that
On Sep 3, 2017 9:47 AM, "Jan Okoński" notifications@github.com wrote:
me too
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lucaslg26/TidalAPI/issues/22#issuecomment-326806040, or mute the thread https://github.com/notifications/unsubscribe-auth/AEHGPDl8AewlB-2OhJ2z0lUdAuL4uE9Eks5seq3bgaJpZM4J75VC .
How to get token with emulator?
Enable external access in fiddler then use Drony to force all traffic on the emulator through fiddler
On Sep 3, 2017 2:35 PM, "Jan Okoński" notifications@github.com wrote:
How to get token with emulator?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/lucaslg26/TidalAPI/issues/22#issuecomment-326822762, or mute the thread https://github.com/notifications/unsubscribe-auth/AEHGPL8L6Dki7qkLj0c2HUW6NrhSig1Yks5sevFYgaJpZM4J75VC .
Ok I actually copied it from Pythons tidal api and it works.
@bayrock @jonaaa20 @lucaslg26 @okonek @jbschooley
I found a solution, I assume you guys are using the Android token "kgsOOmYk3zShYrNP", I had the same problem, but I tried to change some stuff.
Apparently, for the android token, you need to set "clientUniqueKey" in the form, when you log in. The funny thing is, it just needs to exist, so you could add a random string to it and it will work :D
The README now has instructions on getting a token
https://github.com/lucaslg26/TidalAPI#obtain-the-tidal-token-needed-to-use-this-api
@mikemaccana the problem is not that, the problem is that the package does not work out of box with the android token "kgsOOmYk3zShYrNP", that is extracted from the APK. :)
What causes this issue, and is there anything I can do about it? Thanks.