-
-
Notifications
You must be signed in to change notification settings - Fork 549
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
Macos ssh pty error #114
Comments
I do not know if sampler produces logs, if it does, does anyone know where to find them? |
I confirm having exact same issue. |
I can also confirm this exact error. Installed via brew and tried to run the ssh example.. |
I've having the same issue, but on Ubuntu (however also installed with Brew). |
Same bug here! Would love this for monitoring my dev environment but sadly is unusable without PTY feature for me. |
I have the same problem on macos and linux( |
Proposed fix here: #134. |
It works for me! |
Running sampler on darwin. Installed via homebrew.
Attempting to include a box that connects to local server via ssh. Copied config from github page as follows.
With the server address replaced with the appropriate username and address.
This returns the error:
My terminal also does not accept scrolling or clicking after this error, instead writing the codes for those actions to the prompt. This continues until I reload or switch my shell.
This error does not occur if i remove
pty: true
, however, if i do so it instead brings up the wake text of the server.I believe this is caused by some issue with the pseudoterminal, But I am not experienced enough on that subject to provide any more meaningful analysis. If you need any more information please let me know.
The text was updated successfully, but these errors were encountered: