Skip to content

Unable to communicate with Deemix #105

@dfatih

Description

@dfatih

Describe the bug
After the update to the latest version im getting Demix error:
Unable to communicate with Deemix. Method not found: 'NzbDrone.Core.Download.DownloadClientItemClientInfo NzbDrone.Core.Download.DownloadClientItemClientInfo.FromDownloadClient(NzbDrone.Core.Download.DownloadClientBase`1<!!0>)'.

Screenshots
image

System info (please complete the following information):

  • OS: Synology NAS
  • Container engine

docker-compose.yml (please complete the following information):

lidarr:
    container_name: TrashGuide-Lidarr
    image: youegraillot/lidarr-on-steroids
    environment:
      - FLAC2CUSTOM_ARGS=-a "-vn -c:a libopus -b:a 64k" -e .opus -r '\.mp3$$'
      - PUID=${PUID}
      - PGID=${PGID}
      - TZ=${TZ}
      - UMASK=${UMASK}
    ports:
      - "8686:8686" # Lidarr web UI
      - "6595:6595" # Deemix web UI
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - ${DOCKERCONFDIR}/lidarr:/config
      - ${DOCKERCONFDIR}/deemix:/config_deemix
      - ${DOCKERCONFDIR}/deemix/downloads:/deemix/downloads
      - ${DOCKERDOWNLOADDIR}/completed:/downloads/completed
      - ${DOCKERSTORAGEDIR}/Music:/data/media
    restart: unless-stopped

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