mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 06:35:48 +03:00
[GH-ISSUE #7] new errors #219
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 @mysoogal on GitHub (Jun 14, 2014).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/7
root@godmode:~# peerflix-server
info - socket.io started
previous state not found
adding ef330b39f4801d25b4245212e75a38634bfc856e
/usr/lib/node_modules/peerflix-server/node_modules/torrent-stream/index.js:68
if (!link || !link.infoHash) throw new Error('You must pass a valid torrent o
^
Error: You must pass a valid torrent or magnet link
at torrentStream (/usr/lib/node_modules/peerflix-server/node_modules/torrent-stream/index.js:68:37)
at module.exports (/usr/lib/node_modules/peerflix-server/server/engine.js:6:16)
at /usr/lib/node_modules/peerflix-server/server/store.js:47:15
at /usr/lib/node_modules/peerflix-server/node_modules/read-torrent/index.js:10:33
at process._tickCallback (node.js:419:13)
every time i try to add a torrent, the server shuts down and gives me this error. i have done the same install on debian 7 wheezy all the time. nothing changed. what is this annoying problem I'm having, did something change in the code i can't use peerflix-server
@asapach commented on GitHub (Jun 14, 2014):
Caused by mafintosh/torrent-stream#69. Working on a fix.
In the meantime you can rollback to an older version.
@asapach commented on GitHub (Jun 14, 2014):
Should be fixed in 0.0.14