lidarr-on-steroids
lidarr-on-steroids copied to clipboard
Unable to communicate with Deemix
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
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