Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find mods html #80

Open
Trikpatknd opened this issue Aug 22, 2024 · 0 comments
Open

Cannot find mods html #80

Trikpatknd opened this issue Aug 22, 2024 · 0 comments

Comments

@Trikpatknd
Copy link

Trikpatknd commented Aug 22, 2024

Docker compose
version: '3.8' services: arma3: build: . image: ghcr.io/brettmayson/arma3server/arma3server:latest platform: linux/amd64 container_name: antistasi-server ports: - 2302-2306/udp volumes: - './missions:/arma3/mpmissions' - './configs:/arma3/configs' - './mods:/arma3/mods' - './servermods:/arma3/servermods' - './workshop:/arma3/steamapps/workshop/content/107410/' env_file: .env restart: unless-stopped
env file
ARMA_BINARY=./arma3server_x64 ARMA_CDLC= ARMA_CONFIG=main.cfg ARMA_LIMITFPS=144 ARMA_PARAMS= ARMA_PROFILE=main ARMA_WORLD=empty HEADLESS_CLIENTS=0 HEADLESS_CLIENTS_PROFILE="$profile-hc-$i" # valid placeholders: $profile, $i, $ii MODS_LOCAL=true MODS_PRESET="/arma3/steamapps/workshop/content/107410/aup.html" PORT=2302 STEAM_BRANCH=public STEAM_BRANCH_PASSWORD= STEAM_PASSWORD=*** STEAM_USER=***

console output is:

antistasi-server | Traceback (most recent call last):
antistasi-server | File "/launch.py", line 66, in
antistasi-server | mods.extend(workshop.preset(os.environ["MODS_PRESET"]))
antistasi-server | File "/workshop.py", line 34, in preset
antistasi-server | with open(mod_file) as f:
antistasi-server | FileNotFoundError: [Errno 2] No such file or directory: '/arma3/steamapps/workshop/content/107410/aup.html'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant