asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 587 forks source link

Automatically resuming torrent #177

Closed sagar17997 closed 4 years ago

sagar17997 commented 4 years ago

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.

asapach commented 4 years ago

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
}
sagar17997 commented 4 years ago

Thank You so much for your help