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 upENOENT #38
ENOENT #38
Comments
This comment has been minimized.
This comment has been minimized.
|
I'm fairly certain this issue is because the code currently assumes you have Chrome Canary for Mac installed and attempts to launch the chrome app in that browser. This is what I've been using to develop, but obviously we should figure out something better so others can contribute more easily. You can change the path here (https://github.com/feross/webtorrent/blob/master/bin/start.js#L5) to your chrome binary to get it working. |
This comment has been minimized.
This comment has been minimized.
|
See #39 for the answer to your "why" question. |
This comment has been minimized.
This comment has been minimized.
|
Uhm... |
This comment has been minimized.
This comment has been minimized.
|
@shyamsalimkumar What OS and OS version are you using? If you give me that info I can debug this. |
This comment has been minimized.
This comment has been minimized.
|
Ubuntu 13.10 32bit... I presume that the Linux support has been added as I noticed #40 was merged, and it seemed to indicate that. |
This comment has been minimized.
This comment has been minimized.
|
yup can confirm same error as @shyamsalimkumar on windows with chrome 33.0.1750.154 m. But i can load the app via
|
This comment has been minimized.
This comment has been minimized.
|
Not sure why people are experiencing these errors. I'll investigate. |
This comment has been minimized.
This comment has been minimized.
|
Same on Arch. I thought at first that |
I know it's alpha, but here is an error I came across (tip of master).
A couple questions:
Re: Todo for basic bittorrent client as chrome app - Are you talking about a chrome extension? If so, why?
What kind of api do you have in mind for webtorrent-swarm? I assuming that's the bit that sorts out segmented file transfers.