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

[Bug] Processing file name of log stuck at the first processed title #185

Open
janusn opened this issue Feb 8, 2025 · 1 comment
Open

Comments

@janusn
Copy link

janusn commented Feb 8, 2025

From the docker logs, the processing file name stuck at the first process title as shown in pastebin

I verified that it was actually processing different files. It wass just the file name of the logged process stuck. It was correct on image 2025.01.01-cpu

Environment:

---
services:
  subgen:
    image: mccloud/subgen:cpu

    container_name: subgen-eng
    deploy:
      resources:
        limits:
          memory: 16G
    # keep the swap as low as possible
    mem_swappiness: 0
    memswap_limit: 16G
    restart: unless-stopped
    ports:
      - "9010:9000"
    volumes:
      - ./models:/models:rw
      - "/mnt/media:/mnt/media:rw"
      - "/mnt/private:/mnt/private:rw"
    environment:
      - TRANSCRIBE_DEVICE=cpu
      - WHISPER_MODEL=medium
      - CONCURRENT_TRANSCRIPTIONS=1
      - WHISPER_THREADS=24
      - MODEL_PATH=/models
      - NAMESUBLANG=

      - DEBUG=True
      - DETECT_LANGUAGE_OFFSET=180
      - DETECT_LANGUAGE_LENGTH=30
      - MONITOR=True
      - SHOULD_WHISPER_DETECT_AUDIO_LANGUAGE=True
      - SKIP_IF_TO_TRANSCRIBE_SUB_ALREADY_EXIST=True
      - SKIPIFINTERNALSUBLANG=
      - SKIPIFEXTERNALSUB=True
      - SUBTITLE_LANGUAGE_NAMING_TYPE=ISO_639_2_T
      - "TRANSCRIBE_FOLDERS=\
        /mnt/media/Movies/Anime|\
        /mnt/media/Movies/Live Action|\
        /mnt/media/Movies_4K|\
        /mnt/media/TV_Shows/Anime|\
        /mnt/media/TV_Shows/Live Action|\
        /mnt/media/Music_Videos|\
        /mnt/private"
      - TRANSCRIBE_OR_TRANSLATE=translate
      - UPDATE=True
@McCloudS
Copy link
Owner

McCloudS commented Feb 8, 2025

Yeah, I’ve confirmed the same, just need to figure out why and spend some time on it. Depending on the level of effort, I’ll just remove it, since it doesn’t impact operation.

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

2 participants