Closed mgol closed 10 years ago
Thanks, I will have to give it a try
Did you downloaded the binary, double checked the path? Because it is working for me here.
I can't reproduce it any more with Node 0.11.14. Closing.
I'm running into this issue, though it's hard to reproduce because it happens intermittently.
It seems the close
event doesn't get fired sometimes: https://github.com/pghalliday/node-BrowserStackTunnel/blob/master/src/ZipBinary.js#L21. It appears this may be a legitimate issue with the unzip library currently being used:
Given that the node-unzip
project is not very active and that the streaming feature it provides is flawed it may be better to utilize an alternative library for unzipping. I haven't used it myself yet but yauzl seems to be popular.
Thank you for let me know. I'll look at it on Sunday, OK? I'm super behind of the schedule on my roadmap so I have to work on weekend. :( On qui, 20 de ago de 2015 at 22:58 Scott Christopherson < notifications@github.com> wrote:
I'm running into this issue, though it's hard to reproduce because it happens intermittently.
It seems the close event doesn't get fired sometimes: https://github.com/pghalliday/node-BrowserStackTunnel/blob/master/src/ZipBinary.js#L21. It appears this may be a legitimate issue with the unzip library currently being used:
- EvanOxfeld/node-unzip#80 https://github.com/EvanOxfeld/node-unzip/issues/80
- EvanOxfeld/node-unzip#75 https://github.com/EvanOxfeld/node-unzip/issues/75
- EvanOxfeld/node-unzip#21 https://github.com/EvanOxfeld/node-unzip/issues/21
Given that the node-unzip project is not very active https://github.com/EvanOxfeld/node-unzip/issues/50 and that the streaming feature it provides is flawed https://github.com/thejoshwolfe/yauzl#no-streaming-unzip-api it may be better to utilize an alternative library for unzipping. I haven't used it myself yet but yauzl https://github.com/thejoshwolfe/yauzl seems to be popular.
— Reply to this email directly or view it on GitHub https://github.com/pghalliday/node-BrowserStackTunnel/issues/12#issuecomment-133168594 .
Installation of the BrowserStack tunnel doesn't work for me in Node 0.11.13.
To reproduce, checkout https://github.com/jquery/sizzle/ and run:
I get stuck forever on this:
Works fine in Node 0.10.29.