the_square_root Posted June 5, 2020 Share Posted June 5, 2020 (edited) Hello! I am trying to automate my bots with the cli. When I use "-login myusername:mypassword" it fails with saying "Status: invalid username or password". The username and password are typed correctly and the password does not have any special characters. The linked topic makes me think that the problem might be the underscores in my username. Please Help. Edited June 5, 2020 by the_square_root Quote Link to comment Share on other sites More sharing options...
Chris Posted June 5, 2020 Share Posted June 5, 2020 2 hours ago, the_square_root said: Hello! I am trying to automate my bots with the cli. When I use "-login myusername:mypassword" it fails with saying "Status: invalid username or password". The username and password are typed correctly and the password does not have any special characters. The linked topic makes me think that the problem might be the underscores in my username. Please Help. try -login "user_name:password" or something like that. Quote Link to comment Share on other sites More sharing options...