[GH-ISSUE #177] Automatically resuming torrent #357

Closed
opened 2026-03-15 03:09:04 +03:00 by kerem · 2 comments
Owner

Originally created by @sagar17997 on GitHub (Feb 14, 2020).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/177

Whenever I open the command of peerflix-server, it automatically resumes previous torrent file which then hangs the server and I'm not able to remove that file. Please help me to reset my peerflix server to initial point.

Originally created by @sagar17997 on GitHub (Feb 14, 2020). Original GitHub issue: https://github.com/asapach/peerflix-server/issues/177 Whenever I open the command of peerflix-server, it automatically resumes previous torrent file which then hangs the server and I'm not able to remove that file. Please help me to reset my peerflix server to initial point.
kerem closed this issue 2026-03-15 03:09:17 +03:00
Author
Owner

@asapach commented on GitHub (Feb 14, 2020):

You can either remove ~/.config/peerflix-server/torrents.json file to reset the state, or add the following option to ~/.config/peerflix-server/config.json to disable resumption:

{
  "verify": false
}
<!-- gh-comment-id:586170780 --> @asapach commented on GitHub (Feb 14, 2020): You can either remove `~/.config/peerflix-server/torrents.json` file to reset the state, or add the following option to `~/.config/peerflix-server/config.json` to disable resumption: ```json { "verify": false } ```
Author
Owner

@sagar17997 commented on GitHub (Feb 14, 2020):

Thank You so much for your help

<!-- gh-comment-id:586375219 --> @sagar17997 commented on GitHub (Feb 14, 2020): Thank You so much for your help
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#357
No description provided.