Skip to content

[HELP] WirePod v1.2.16 not starting #470

@cnadolny2s

Description

@cnadolny2s

Repeated errors in Docker container log, after pulling and starting wire-pod in a docker container:

fatal: not a git repository (or any of the parent directories): .git

./chipper: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory

What are you running wire-pod on?

  • [OS]: Portainer (Docker) environment
  • [Hardware]: Raspberry Pi 4b

Are you setting up a prod (regular) bot or a dev/OSKR (unlocked) bot?
-> regular

What steps have you tried?
Using the following compose file:

services:
  wire-pod:
    hostname: escapepod
    image: ghcr.io/kercre123/wire-pod:main
    restart: unless-stopped
    network_mode: host
    volumes:
      - wire-pod-data:/chipper/
      - wire-pod-model:/vosk/
volumes:
  wire-pod-data:
    driver: local
  wire-pod-model:
    driver: local

When switching to wire-pod:nightly, everything works like before updating from v1.2.15 (main) to v1.2.16 (main)

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