Skip to content

Failed to login to steam #90

@meznak

Description

@meznak

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions