Expected output is all torrent files are downloaded under the torrents folder. The same code works perfectly with node, without even having to add "trustedDependencies": ["node-datachannel"] in package.json
What do you see instead?
While running this with bun, the folders are created, but it gives an error while writing the files to disk.
error: UV_ENOENT
errno: -4058
syscall: "open"
path: "C:\Temp\Npm projects\webtorrent_sample\torrents\Python Programming And Maching Learning Understanding How To Code Within 24 Hours 2 In 1\Please Consider Making A Donation\QR Code For Donations.jpg"
What version of Bun is running?
1.1.29+6d43b3662
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
index.js
package.json
What is the expected behavior?
Expected output is all torrent files are downloaded under the torrents folder. The same code works perfectly with node, without even having to add "trustedDependencies": ["node-datachannel"] in package.json
What do you see instead?
While running this with bun, the folders are created, but it gives an error while writing the files to disk.
Additional information
No response