Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ListOnly request to time-out gracefully in web-ui when adding torrents #286

Open
scottopell opened this issue Dec 2, 2024 · 1 comment

Comments

@scottopell
Copy link

This is split off from #285 (comment)

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 certain magnet 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.

@scottopell
Copy link
Author

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.
#285 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant