mafintosh / peerflix

Streaming torrent client for node.js
MIT License
6.19k stars 672 forks source link

peerflix stops w/o downloading and show no error #224

Open leolivier opened 9 years ago

leolivier commented 9 years ago

I get this: ~/HomeStream $> sudo rm /tmp/torrent-stream/* ~/HomeStream $> sudo peerflix "magnet:?xt=urn:btih:ef330b39f4801d25b4245212e75a38634bfc856e" --vlc fetching torrent metadata from 3 peers open vlc and enter http://192.168.1.10:8888/ as the network address

info streaming star_wreck_in_the_pirkinning_subtitled_xvid.avi (541.3MB) - 0.0/s from 0/3 peers
info path /tmp/torrent-stream/ef330b39f4801d25b4245212e75a38634bfc856e info downloaded 0.0 and uploaded 0.0 in 19s with 0 hotswaps
info verified 0 pieces and received 0 invalid pieces info peer queue size is 0

217.162.59.244:4003 0.0 0.0/s choked
218.251.35.238:11791 0.0 0.0/s choked
93.1.226.193:51413 0.0 0.0/s choked

and then, back to prompt... I tried many other magnet links with always the same kind of result: either everything choked or even nothing happens and peerflix stops with no error. If I open vlc and enter http://192.168.1.10:8888/ as the network address, I get an error from vlc telling me that my media cannot be opened. The torrent stored in /tmp/torrent-stream can be dowload with Transmission (I'm on Linux Mint Rebecca)

maxcnunes commented 8 years ago

I get this same problem as well on Mac Yosemite. The version I'm using of peerflix is 0.32.2.

lucasfcosta commented 8 years ago

Happening to me as well. Any info on this?

joshterrill commented 8 years ago

What version of node are you running?

klierik commented 6 years ago

Hello. For a last month I have the same error :( macOS: 10.13.3 (17D102)

$ node -v
v8.9.4
$ peerflix --version
0.37.0

For example I'm try to view film via magnet and get:


open vlc and enter http://172.20.10.2:8888/ as the network address

info streaming the.cloverfield.paradox.2018.1080p.web.x264_rus_BadBajo.mkv (4.9GB) - 0.0B/s from 0/25 peers
info path /tmp/torrent-stream/0cb401c0559937cf6d66dc4b80e3991eb034fbdf
info downloaded 0.0B (0%) and uploaded 0.0B in 5s with 0 hotswaps
info verified 0 pieces and received 0 invalid pieces
info peer queue size is 431

5.20.168.15:6889          0.0B       0.0B/s     choked
46.39.255.127:6889        0.0B       0.0B/s     choked
2.94.15.49:40012          0.0B       0.0B/s     choked
46.72.90.251:11372        0.0B       0.0B/s     choked
46.72.220.250:34840       0.0B       0.0B/s     choked
31.172.195.48:41989       0.0B       0.0B/s     choked
46.0.171.163:40795        0.0B       0.0B/s     choked
37.144.55.248:45209       0.0B       0.0B/s     choked
46.48.23.20:22400         0.0B       0.0B/s     choked
37.235.154.206:25264      0.0B       0.0B/s     choked
5.206.93.49:54385         0.0B       0.0B/s     choked
34.244.176.240:8118       0.0B       0.0B/s     choked

... and 13 more```

Any ideas how to fix it? Thanks...
mikeboracci commented 6 years ago

You can't run this as su because --vlc will not run as su. Try it without using sudo or su in your terminal

klierik commented 6 years ago

@mikeboracci Hello thanks for reply. I run peerflix as is, not as sudo/su at all. It is just my regular user.

klierik commented 6 years ago

In my case issue was resolved via completely reinstall peerflix and VLC player :)