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

Unable to communicate with Deemix #105

Open
dfatih opened this issue Aug 19, 2024 · 3 comments
Open

Unable to communicate with Deemix #105

dfatih opened this issue Aug 19, 2024 · 3 comments

Comments

@dfatih
Copy link

dfatih commented Aug 19, 2024

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
@lukemattle
Copy link

lukemattle commented Aug 20, 2024

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

@micaharies
Copy link

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

@dfatih
Copy link
Author

dfatih commented Aug 20, 2024

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

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

3 participants