Skip to content

[BUG] error: unrecognized arguments: --streaming #21

@nspitko

Description

@nspitko

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The image fails to start up, throwing the following error in a loop

__main__.py: error: unrecognized arguments: --streaming

Expected Behavior

Image should launch

Steps To Reproduce

  1. Run image
  2. Check logs

Environment

OS: Unraid
Installation method: Community apps

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='piper'
  --net='bridge'
  --pids-limit 2048
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="unraid"
  -e HOST_CONTAINERNAME="piper"
  -e 'PIPER_VOICE'='en_US-hfc_female-medium'
  -e 'PIPER_LENGTH'='1.0'
  -e 'PIPER_NOISE'='0.667'
  -e 'PIPER_NOISEW'='0.333'
  -e 'PIPER_SPEAKER'='0'
  -e 'PIPER_PROCS'='1'
  -e 'PIPER_UPDATE_VOICES'='0'
  -e 'STREAMING'='1'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/piper-logo.png'
  -p '10200:10200/tcp'
  -v '/mnt/cache/appdata/piper':'/config':'rw' 'lscr.io/linuxserver/piper'

Container logs

__main__.py: error: unrecognized arguments: --streaming
usage: __main__.py [-h] --voice VOICE [--uri URI] [--zeroconf [ZEROCONF]]
                   --data-dir DATA_DIR [--download-dir DOWNLOAD_DIR]
                   [--speaker SPEAKER] [--noise-scale NOISE_SCALE]
                   [--length-scale LENGTH_SCALE]
                   [--noise-w-scale NOISE_W_SCALE]
                   [--auto-punctuation AUTO_PUNCTUATION]
                   [--samples-per-chunk SAMPLES_PER_CHUNK] [--no-streaming]
                   [--update-voices] [--use-cuda] [--debug]
                   [--log-format LOG_FORMAT] [--version]
__main__.py: error: unrecognized arguments: --streaming

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions