-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ngrok - consoleui failed: Failed to initialize terminal: invalid argument #1951
Comments
I am facing the same issue on WSL with the same windows version - 10.0.1.15063. With WSL Ubuntu version 16.04.1 LTS |
Same issue - Windows 10.0.15063, Ubuntu 16.04. |
+1 |
+1 |
+1 |
same to me, we are under company network |
+1 |
I had the same issue on WSL. Using ngrok's |
The EDIT Scrap that, EDIT
|
@ALL - Apologize for the delay in getting to this and thanks for the report & traces. I looked at the traces. The problem seems to be coming from the lack of support for signal driven I/O in WSL. Here are some snippets from the traces that establishes that. Also adding @SvenGroot as FYI.
And, in the case Regarding |
Sorry, I just panicked when the command didn't give me a url to go to. Have tried again and the web service works fine, many apologies. |
@harrysarson - No problems. Just FYI that here is another request for signal I/O #601 |
I used the following options and I was able to see the public URL in the debug output, and it did in fact work. I was able to browse to it on my Android phone: |
same issue 👍 |
same issue. |
Ref #601 |
What's the status on this and does anyone now if anything is being done to fix this issue? |
There have been changes in Insiders Build to address issues like signal-driven IO support for tty/pty (see therealkenc's ref above) so it would be interesting to try this on a recent Insiders release. If there are still issues then we need to dig into the strace, et al. to see what is still blocking. |
My machine has been very unstable as of late otherwise I'd by willing to install the Insiders build and give it ago. Hopefully someone else can do it and report back!? |
Looking at the issue @therealkenc referenced and the Release Notes on Build 17017 should have this fixed? I mean, there's this:
Then again, I have no idea what I'm talking about and I'm just trying to put the pieces together. tl;dr; |
Marking as fixed in 17025. |
+1 |
1 similar comment
+1 |
I haven't confirmed the fixininsiderbuilds applied in January, but the +1 static is reason enough to close this. If |
It works now. Thanks team. |
On Build 16299.461 and using ngrok version 2.2.8 (direct from ngrok website) on Ubuntu 18.04 seems to fail. At this point, is there a recommended version of Windows Build that is confirmed to work? |
@geetfun Yes, update to the latest 1803 version (April 2018 Update). |
Hi I'm trying to get ngrok working due to nodejs development and sharepoint online and webhooks. But it seems only to work on the CMD and not on the WSL. Is there any obvious that I need to do in order to run ngrok. It works very well in the commandline.
Cheers,
Mario
Your Windows build number:
Microsoft Windows [Version 10.0.15063]
Ubuntu version 16.04.1 LTS
What you're doing and what's happening:
ngrok http 3000
(installed via
npm i -g ngrok
)What's wrong / what should be happening instead:
consoleui failed: Failed to initialize terminal: invalid argument
Expecting ngrok tunnel to be set up like it would in the CMD.
Multiple strace.txt so I've zipped them as a attachment.
strace.zip
The text was updated successfully, but these errors were encountered: