Open celestial-30 opened 2 years ago
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). The term is messed up until I type "reset".
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: https://github.com/sqshq/sampler/pull/134. The issue seems to have been fixed in creak/pty but sampler is using an older fork kr/pty. The pr change the dependency to the upstream project creak/pty. It solves the issue for me.
Proposed fix here: #134. The issue seems to have been fixed in creak/pty but sampler is using an older fork kr/pty. The pr change the dependency to the upstream project creak/pty. It solves the issue for me.
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.