You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to follow the update procedure described in the README and try again before opening this issue.
Your Environment
Version used: 4.8.2 (stable)
Environment name and version:
Node.js version node --version: v22.2.0
npm version npm --version: 10.8.1
Web browser name and version: Firefox 126.0.1 and Chrome 125.0.6422.142
Operating system and version: Arch Linux
Torrent client and version: rtorrent 0.9.8
rtorrent and flood are set to run as the same user, so that they have access to all necessary directories. flood is running behind a nginx server with the recommended server configuration as follows:
When attempting to add a torrent via file, the client responds that the torrent was added successfully, but the torrent is not added. Adding torrents via magnet works.
I have investigated the xmlrpc logs from rtorrent, it appears that it is receiving the raw_start call containing the base64 encoded torrent, and returning the following:
This appears to be not an issue with flood. Presumably, the previously torrent client I'm migrating from did something to mangle all of my torrent files that belong to private trackers, so that rtorrent was failing to import them.
Type: Bug Report
Your Environment
node --version
: v22.2.0npm --version
: 10.8.1name and version
: Firefox 126.0.1 and Chrome 125.0.6422.142rtorrent and flood are set to run as the same user, so that they have access to all necessary directories. flood is running behind a nginx server with the recommended server configuration as follows:
Summary
When attempting to add a torrent via file, the client responds that the torrent was added successfully, but the torrent is not added. Adding torrents via magnet works.
I have investigated the xmlrpc logs from rtorrent, it appears that it is receiving the raw_start call containing the base64 encoded torrent, and returning the following:
Expected Behavior
The torrent file should be added in rtorrent.
The text was updated successfully, but these errors were encountered: