-
Notifications
You must be signed in to change notification settings - Fork 45
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
'Ooops, an unexpected error occurred' #22
Comments
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" ***@***.***> wrote:
me too
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
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" ***@***.***> wrote:
How to get token with emulator?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
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.
The text was updated successfully, but these errors were encountered: