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 upDownload does not start when using a webseed torrent. #1218
Comments
This comment has been minimized.
This comment has been minimized.
|
Can you please provide the torrent file, the webseed url and the full debug logs? |
This comment has been minimized.
This comment has been minimized.
|
Hi Diego, Torrent: www.mwti.com.br/video.torrent Where is the full log? |
This comment has been minimized.
This comment has been minimized.
|
For debug logs: https://github.com/webtorrent/webtorrent#enable-debug-logs Can you enable CORS in your server too? |
This comment has been minimized.
This comment has been minimized.
|
CORS is enable |
This comment has been minimized.
This comment has been minimized.
|
It does try to start for me, but, as I'm trying from btorrent.xyz, the non-https requests to your webseed are blocked. You should set your webseed to use https. I don't see any webseed/webconn in your log, are you sure you are using the same torrent file? |
This comment has been minimized.
This comment has been minimized.
|
Yes it's the same file. The CORS configuration of my file. I even tried using the magnet link |
This comment has been minimized.
This comment has been minimized.
|
Can you enable cors for the torrent file as well? |
This comment has been minimized.
This comment has been minimized.
|
video.torrent enable. I use the magnet to load the webtorrent |
This comment has been minimized.
This comment has been minimized.
|
With the video.torrent file the webtorrent works. When I use the magnet link the webtorrent does not find the webseed. |
This comment has been minimized.
This comment has been minimized.
|
Torrent file is mandatory when using webseed. You can specify the torrent URL in magnet URI with |
This comment has been minimized.
This comment has been minimized.
|
It is work. |
I created a torrent with the create-torrent module.
I am using a webseed in these torrent.
What version of WebTorrent?
webtorrent web
v0.98.18
create-webtorrent
v3.29.2
What operating system and Node.js version?
v6.11.1
What browser and version? (if using WebTorrent in the browser)
Google Chrome
What did you expect to happen?
The download starts
What actually happened?
The webtorrent web and desktop does not load too.
No error is shown, just nothing happens.
The download does not start.