Skip to content

add-torrent error 500 rtorrent 0.9.8 #922

Description

@ydzhou

Type: Bug Report

Your Environment

  • Version used:
    • Version 4.10.0
  • Environment name and version:
    • Docker jesec/flood:4.10.0
  • Torrent client and version: rtorrent 0.9.8/libtorrent 0.13.8 (alpine build docker)

Summary

Adding torrent from Flood cause 500 error

Context

My docker compose:

services:
    flood:
        hostname: flood
        image: jesec/flood:4.10.0
        user: 1026:100
        command: --port 9300 --allowedpath /data
        network_mode: host
        environment:
            HOME: /config
        volumes:
            - /volume1/docker/rtorrent/config:/config
            - /volume1/downloads:/data
        restart: unless-stopped

    rtorrent:
        image: ydotzhou/rtorrent:0.9.8
        user: 1026:100
        network_mode: host
        environment:
            HOME: /config
        volumes:
            - /volume1/docker/rtorrent/config:/config
            - /volume1/downloads:/data
        restart: unless-stopped

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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