mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #190] previous state not found error in while launching peerflix-sever #151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @akgithub89 on GitHub (Feb 23, 2021).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/190
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 on GitHub (Feb 23, 2021):
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.