I have the issue that sometimes torrents get grabbed that have no seeders. Is there a way to automatically mark them as failed after some time? I currently have 3 torrents with 0 seeders at the top that are basically blocking the download of everything else.

  • charliegrahamm@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    If u fancy making it work on x86 with the newer API, that would be great! Looks to be mostly abandoned now.

    • Fisch@lemmy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 months ago

      I got it working! The issue was just that the docker-compose file was missing network_mode: "host", so the container wasn’t allowed to talk to the other services. It’s running now for me. I’ll update the example docker-compose file on my repo and add it to the readme. I was going to do that anyway because it was so outdated that it wasn’t working on the current version of docker-compose anyway.