Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upEpipe error after seeding the 2 torrent to webtorrent #985
Comments
This comment has been minimized.
This comment has been minimized.
|
Is this difficult to answer.................... @feross |
This comment has been minimized.
This comment has been minimized.
|
Your |
This comment has been minimized.
This comment has been minimized.
|
webtorrent-hybrid version can't be 1.6.0. I agree, I solved my issue. @feross |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to add the magnet link to the client.add() to download and seed the torrent
my code
i run the app in command line
i used command
Where alpha-webtorrent is a expressjs app folder
I'm sending the magnet link to the nodejs server, so that it add the torrent link and start downloading the file.
while i sent the multiple file to the magnet link simultaneously or one after the another
first torrent file downloaded successfully and start seeding
while the second torrent downloaded successfully after that
i always face an issue :"
events.js:141 throw er; // Unhandled 'error' event ^ Error: write EPIPE at exports._errnoException (util.js:907:11) at WriteWrap.afterWrite (net.js:785:14) npm ERR! Linux 3.16.0-4-amd64 npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "start" npm ERR! node v4.6.0 npm ERR! npm v2.15.9 npm ERR! code ELIFECYCLE npm ERR! alpha-webtorrent@0.0.0 start: `node ./bin/www` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the alpha-webtorrent@0.0.0 start script 'node ./bin/www'. npm ERR! This is most likely a problem with the alpha-webtorrent package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node ./bin/www npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs alpha-webtorrent npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm ERR! npm owner ls alpha-webtorrent npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/alpha-webtorrent/npm-debug.logI coudn't find the solution for this.
Please help @feross