Open scottopell opened 3 hours ago
Ah and I forgot that @ikatson also pointed out I'll need some changes in the backend to let the magnet resolution fail gracefully too
you need to update the backend to allow adding torrents without waiting for them to resolve the magnet. https://github.com/ikatson/rqbit/issues/285#issuecomment-2509393464
This is split off from https://github.com/ikatson/rqbit/issues/285#issuecomment-2509385742
When I try to add a magnet link for an old / low-seed count torrent, the current Upload modal requires a
ListOnly
request to complete before proceeding to the next step (file selection) of the Add Torrent workflow. Currently, this request prevents proceeding to the next step of adding the torrent via the web interface, so certainmagnet
links cannot be added.To address this, the
ListOnly
request should have a graceful timeout and the File Selection step should be skipped, just selecting an output destination.