Authentication with special characters not working
See original GitHub issueIt seems like the api is changing special characters. If I run xbox-authenticate the below happens:
user:~$ xbox-authenticate --email test@example.com --password MyPass^!7*
xbox-authenticate --email test@example.com --password MyPass^-V
Email/Password authentication failed! Err: Could not log in with supplied credentials
What could be the cause? Or should I escape the password?
Issue Analytics
- State:
 - Created 4 years ago
 - Comments:8 (3 by maintainers)
 
Top Results From Across the Web
Authentication not working with Special characters
Authentication not working with Special characters. Hi Guys, ... We found that this is due to certain characters in the password.
Read more >How to Fix Can't Type Special Characters on Windows 10 ...
Top 4 Ways to Fix Can't Type Special Characters on Windows 10 Login Screen · Method 1: Type Special Characters using Shift Key...
Read more >Fix: Can't Type Special Characters on Windows Login Screen
If you're still unable to type special characters on the login screen, you may be completely locked out of Windows admin account. In...
Read more >Login with special characters does not work (password problem)
The strange thing is: It works perfectly fine when logging in using the WP login form on the website. But when I try...
Read more >Authentication failed (SMTP, POP3) when some special ...
Therefore it's probably Thunderbird having a problem with the mentioned characters 'ä' and '§'. If you remove these again and the password contains...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Try like this:
Putting it in single apostrophes worked. Thanks