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

Version 1.21.31.04 not downloading #464

Closed
rippo opened this issue Oct 4, 2024 · 3 comments
Closed

Version 1.21.31.04 not downloading #464

rippo opened this issue Oct 4, 2024 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@rippo
Copy link

rippo commented Oct 4, 2024

My docker today is now showing this when I try to start the minecraft server, can anyone help?

2024-10-04 17:55:17 Downloading Bedrock server version 1.21.31.04 ...
2024-10-04 17:55:17 curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2)
2024-10-04 17:55:17 ERROR failed to download from https://www.minecraft.net/bedrockdedicatedserver/bin-linux/bedrock-server-1.21.31.04.zip
2024-10-04 17:55:17       Double check that the given VERSION is valid

My YML file

volumes:
  data:

name: games

services:
  wildes: 
    image: itzg/minecraft-bedrock-server:latest
    environment:
      EULA: "TRUE"
      GAMEMODE: survival
      DIFFICULTY: normal
      LEVEL_SEED: 2006386677
      VERSION: "LATEST"
    volumes:
      - /D/Games/itzg.Bedrock/Worlds/wildes/:/data/worlds
    ports:
      - "19132:19132/udp"
    stdin_open: true
    tty: true
  
  game001:
    image: itzg/minecraft-bedrock-server:latest
    environment:
      EULA: "TRUE"
      GAMEMODE: survival
      DIFFICULTY: normal
      LEVEL_SEED: 8798240844535338057
      VERSION: "LATEST"
    volumes:
      - /D/Games/itzg.Bedrock/Worlds/game001/:/data/worlds
    ports:
      - "19133:19132/udp"
    stdin_open: true
    tty: true

  game002:
    image: itzg/minecraft-bedrock-server:latest
    environment:
      EULA: "TRUE"
      GAMEMODE: survival
      DIFFICULTY: normal
      VERSION: "LATEST"
    volumes:
      - /D/Games/itzg.Bedrock/Worlds/game002/:/data/worlds
    ports:
      - "19134:19132/udp"
    stdin_open: true
    tty: true

@itzg
Copy link
Owner

itzg commented Oct 4, 2024

Duplicate of #458. Please re-pull image.

@itzg itzg added the duplicate This issue or pull request already exists label Oct 4, 2024
@rippo
Copy link
Author

rippo commented Oct 5, 2024

thanks understood, not being a docker guru and quite new to containers all i needed to do was to run

docker compose up

Will comment in case it helps other, thanks

@rippo rippo closed this as completed Oct 5, 2024
@itzg
Copy link
Owner

itzg commented Oct 5, 2024

Can also do the pull via compose such as

docker compose pull
docker compose up -d

@rippo rippo changed the title Vwersion 1.21.31.04 not downloading Version 1.21.31.04 not downloading Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants