Jean van Kasteel

Results 93 comments of Jean van Kasteel

**What version of this package are you using?** 1.8.22 **What operating system, Node.js, and npm version?** OS: Win11 x64 // Node 18.3 / npm 8.10 The package is used through...

I forgot to say I was using nwjs 0.36.4 (but 0.49.2 has the same issue), it also works for me in console, but not in nwjs

It does work with the browserified version. That's a first for me... I've never used a browserified module with nwjs. Note that it works for that snippet, but not for...

This might have something to do with this, maybe : https://github.com/mafintosh/utp-native/issues/32

I managed to get it to work, but it seems overly difficult! I had to: 1. install Python 2.7 and VC++ build tools 1. `npm install -g nw-gyp node-gyp` 1....

Using this in lib/conn-pool.js and lib/torrent.js (similar phrasing): ```js console.log('before utp-native require lib/conn-pool.js') const utp = require('utp-native') // browser exclude console.log('after utp-native require lib/conn-pool.js') ``` I only have this log:...

And if I try/catch it in lib/conn-pool.js, it does seem to "get over it", but then errors at lib/torrent.js, as such: ![nw_PWcYkYfaH7](https://user-images.githubusercontent.com/12599850/99145120-31dfb500-266c-11eb-9425-dac34f4b782e.png) If I try/catch it in lib/torrent.js as well,...

@hicom150 FYI it seems to work for me, using your PR branch. It simply displays `webtorrent.utp` as `false`, and everything seems to be working flawlessly as it used to pre-0.109.x,...

Sorry I don't recall, it wasnt working anyways as mentionned, it just did not error. I'm currently using webtorrent 108.6 waiting for the PR to be merged and released