asapach / peerflix-server

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

previous state not found error in while launching peerflix-sever #190

Closed akgithub89 closed 3 years ago

akgithub89 commented 3 years ago

C:\Windows\System32>peerflix-server Listening on http://localhost:9000 previous state not found

C:\Windows\System32>node -v v10.9.0 C:\Windows\System32>npm -v 6.2.0

Tried with node 15.x also. Didnot work.

asapach commented 3 years ago

The message simply means that you're launching the server for the first time, so it doesn't have any previous state to load from.