I had trouble because my steam password has spaces in it (ex: Some Thing), because it gets passed in the comand line for steamcmd.exe it breaks the parameter count. So I entered my password with double quotes. It gets added to the command line verbatim, so it worked.
For example, if the password is: Some Space
Enter this as a password: “Some Space”
That got mine working.