fent/node-torrent

Not in constant state with torcache

btmdave opened this issue · 4 comments

Using torcache url's it seems that it's unable to read the torrent.

For example: http://torcache.net/torrent/51EFBAD2BB041A8834E97E473F178B804FFC977F.torrent
Returns an error of [Error: not in consistent state. More bytes coming?]

Any idea what may cause this?

Thanks!

fent commented

Does it work on a local copy of the same torrent?

Just tried, yeah it does.

Just noticed that torcache gzip's, not sure if that's related yet.

fent commented

Ah, that makes sense. It uses request to download the torrent. And as of now request doesn't support doing the ungzipping.

However, I'm closing this because I'm planning on removing filepath/urls reads in favor of streams.