flood
flood copied to clipboard
add-torrent error 500 rtorrent 0.9.8
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
Can we reverse this commit? https://github.com/jesec/flood/commit/23da1e5d5d85eb1a689a930a1c608e90d2b6aada
This cause "add torrent" failure on rakshasa/rtorrent for large size torrents
how large?
how large?
I have two torrent files. The 1.36 MB one can be added, but the 1.82 MB fails to add.
how large?
Can confirm on that. Roughly anything above 2 MB is failing for me. I reversed that commit locally and no issue since late Oct.