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
When you add a new account, if you get the email or password wrong, it asks you to try again. If you do and it succeeds, it will print the confirmation twice:
#> python redsea.py auth add
LOGIN: Enter your Tidal username and password:
Username: [email protected]
Password:
What would you like to call this new session? name1
USERNAME OR PASSWORD INCORRECT. Please try again.
LOGIN: Enter your Tidal username and password:
Username: [email protected]
Password:
What would you like to call this new session? name2
Session saved!
Session named "name2". Use the -a flag when running redsea to choose session
Session saved!
Session named "name1". Use the -a flag when running redsea to choose session
The text was updated successfully, but these errors were encountered:
When you add a new account, if you get the email or password wrong, it asks you to try again. If you do and it succeeds, it will print the confirmation twice:
The text was updated successfully, but these errors were encountered: