You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error on startup when trying to extract downloaded ngrok
Exception in thread "ngrok-thread-1" java.lang.RuntimeException: java.io.EOFException: Unexpected end of ZLIB input stream
at ngrok.download.NgrokFileExtractUtils.extractZip(NgrokFileExtractUtils.java:109)
at ngrok.download.NgrokFileExtractUtils.extractArchive(NgrokFileExtractUtils.java:36)
at ngrok.download.NgrokDownloader.downloadAndExtractNgrokTo(NgrokDownloader.java:30)
at ngrok.NgrokRunner.downloadAndExtractNgrokBinary(NgrokRunner.java:107)
at ngrok.NgrokRunner.lambda$run$0(NgrokRunner.java:52)
at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.base/java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:266)
at java.base/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:175)
at java.base/java.util.zip.ZipInputStream.read(ZipInputStream.java:412)
at ngrok.download.NgrokFileExtractUtils.extractFile(NgrokFileExtractUtils.java:127)
at ngrok.download.NgrokFileExtractUtils.extractZip(NgrokFileExtractUtils.java:104)
The text was updated successfully, but these errors were encountered:
Hi @KaurKadakWise, thank you for reporting this. Can you provide some more specifics, eg. which version of this starter you're using or any other things that can help me to reproduce yours issue?
Getting this error on startup when trying to extract downloaded ngrok
The text was updated successfully, but these errors were encountered: