youegraillot/lidarr-on-steroids

Unable to communicate with Deemix

dfatih opened this issue · 3 comments

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

Duplicate of #104
Mine fixed itself after downgrading to v1.5.1 and then upgrading again to v1.5.2

i tried downgrading and upgrading again last night and it didn't fix it.

didnt help me either.
After couple of tries it fixed it.