-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'NpipeSocket' object has no attribute '_sock' #2524
Comments
Hi, did you somehow solve this issue, I've ran into it while running python module epicbox. |
My problem is the same. When I start to research it, I saw that
Next I saw that:
I changed from I see many errors step by step and can not solve all problems. Let me know if you have news on this issue. |
Any solution? I've just hit this problem |
Hi!
I'm trying to send commands to the
stdin
of a container. On Linux, I can do this sending to the_sock
like this.But, when I try to do this on Windows I get the following exception.
Is there any equivalent way of getting
_sock
on the Windows socket?If you want some context, this is where I'd like to use it: https://github.com/wilfred-dev/wilfred/blob/22c38862f162cb5c586df4f3de8d447cdddcf24a/wilfred/servers.py#L286
The text was updated successfully, but these errors were encountered: