Skip to content
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

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

Closed
redsudo opened this issue Sep 22, 2018 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@redsudo
Copy link
Owner

redsudo commented Sep 22, 2018

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

@redsudo redsudo added the bug Something isn't working label Sep 22, 2018
redsudo pushed a commit that referenced this issue May 7, 2019
@redsudo redsudo added this to the 2.1 milestone May 7, 2019
@redsudo redsudo closed this as completed May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant