Skip to content
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

Running pty echoes error message for stdin channel closed #90

Closed
chipsenkbeil opened this issue Feb 1, 2022 · 2 comments
Closed

Running pty echoes error message for stdin channel closed #90

chipsenkbeil opened this issue Feb 1, 2022 · 2 comments
Labels
bug Something isn't working quick Some issue that can be resolved quickly (<1 hour)

Comments

@chipsenkbeil
Copy link
Owner

This is because we provide a closed stdin channel to the for_pipes method. Instead, we need to update that method to make the stdin optional.

@chipsenkbeil chipsenkbeil added the bug Something isn't working label Feb 1, 2022
@chipsenkbeil chipsenkbeil added this to the 1.0 milestone Feb 1, 2022
@chipsenkbeil chipsenkbeil added the quick Some issue that can be resolved quickly (<1 hour) label Feb 1, 2022
@chipsenkbeil
Copy link
Owner Author

Fixed by 4180ae2

chipsenkbeil added a commit that referenced this issue Jun 4, 2022
@chipsenkbeil chipsenkbeil modified the milestones: 1.0, 0.17 and earlier Aug 18, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working quick Some issue that can be resolved quickly (<1 hour)
Projects
None yet
Development

No branches or pull requests

1 participant