-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
When trying to run the container via either the CLI or docker-compose file, I'm getting the following error on repeat. I am using a secondary account with Steam Guard disabled. I have tried with both hardcoded credentials and a .env file.
Starting Arma 3 Server...
Traceback (most recent call last):
File "/launch.py", line 31, in <module>
client = api.login(os.environ["STEAM_USER"], os.environ["STEAM_PASSWORD"])
File "/api.py", line 27, in login
print("Logged in to Steam as", client.user.name)
AttributeError: 'NoneType' object has no attribute 'name'
Debian 12.12
Metadata
Metadata
Assignees
Labels
No labels