Closed barthogenes closed 3 years ago
Try quoting the password in your config file, since its all numeric, its likely being read as a number rather than a string, which might cause it to fail auth
Putting the password between quotes was indeed the solution. Thank you!
When I start the private server via the Steam UI, call
setPassword("BBCorn", "1234")
and then try to start multimeter usingmultimeter -s private
, I getError: Not Authorized
.My
.screeps.yaml
:It does work if I make the same request with a REST Client:
Am I doing something wrong?