the_square_root Posted June 5, 2020 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
Chris Posted June 5, 2020 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.