Alexis Tyler

Results 312 comments of Alexis Tyler

Maybe try searching for torrents with a category field longer than 10 - 20 chars? http://docs.mongodb.org/manual/reference/operator/query/size/

Try this, may take a while. I've been running it on mine with 1.6M records and it's still going after 5 minutes. ``` db.getCollection('torrents').find({$where:"this.category.length > 20"}) ```

You'll either get the broken records or something like this. ``` Fetched 0 record(s) in 41779ms ``` If you get this you need to lower the length by a few...

*ma'am You're welcome. @Stephen304 maybe for now this could be added to the wiki under troubleshooting?

@Stephen304 I've noticed the demonoid hourly update is also causing this, maybe it's something to do with it being gzipped? Maybe there's a library update or something that fixes this...

@Stephen304 [this](https://torrentfreak.com/bitcannon-download-torrent-sites-to-use-offline-140118/) article was shared on HackerNews or Reddit, can't remember which one though.

Also since we added support for it to SickRage there's now another 10k+ potential users. If this wasn't mainly in go I'd help, is there any chance you'd rewrite the...

Well if you could help even with getting most of it into node I would definitely be up to helping fix issues that come along and adding enhancements that people...

Like you said there are projects like electron that help with packaging it up, there's also nexe and a few others. There's also the option of just providing the source...

The correct address now is `https://kat.cr/api/get_dump/hourly/?userhash=USER_HASH_HERE` and you need to apply for API access.