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

Add button to re-download torrent data if missing #1499

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mathiasvr
Copy link
Contributor

@mathiasvr mathiasvr commented Oct 10, 2018

Allows to re-download torrent data if it has been deleted.
Otherwise you would have to remove the torrent and add it again.

Not sure if the message or style is quite right?

Edit: probably fixes #1355.

@Borewit
Copy link
Member

Borewit commented Oct 11, 2018

Should we not try to detect the state in which data does not correspond with the torrent.
I am starting shivering after thinking back to the occasians discovering files with partial 0 filled blocks most likely caused by redistributing partial downloads.

@mathiasvr
Copy link
Contributor Author

I think webtorrent checks this when starting a torrent?

@stale
Copy link

stale bot commented Feb 18, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale label Feb 18, 2019
@stale stale bot removed the stale label Feb 18, 2019
Fix and restart the app, or delete the torrent.
Torrent data missing.<br />
Fix or click to
<a onClick={(e) => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be button not a

Comment on lines +410 to +411
delete summary.path
delete summary.error
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are these needed?

@DiegoRBaquero DiegoRBaquero self-assigned this Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

check local data option
4 participants