redsudo / RedSea

Music downloader for Tidal, depecrated (again)
84 stars 22 forks source link

When adding a new account fails, a second attempt produces duplicate and inaccurate feedback #29

Closed redsudo closed 5 years ago

redsudo commented 5 years ago

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: email1@email.com 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: email2@gmail.com 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