We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having issues running in windows. (is this windows compatible?)
updated sample.py w/ mud URL and port
attempted to run pycat.py sample 4000
pycat.py sample 4000
received error: "An operation was attempted on something that is not a socket"
Is this an end user issue? Am I doing something wrong? I tried looking at the closed issues first before adding a new issue but didn't see an answer.
in line 27 of pycat.py I tried changing ::1 to 127.0.0.1 and running pycat.py sample 4000 received "'Session' object has no attribute 'pipeToSocketW'"
::1
127.0.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having issues running in windows. (is this windows compatible?)
updated sample.py w/ mud URL and port
attempted to run
pycat.py sample 4000
received error: "An operation was attempted on something that is not a socket"
Is this an end user issue? Am I doing something wrong?
I tried looking at the closed issues first before adding a new issue but didn't see an answer.
in line 27 of pycat.py I tried changing
::1
to127.0.0.1
and runningpycat.py sample 4000
received "'Session' object has no attribute 'pipeToSocketW'"
The text was updated successfully, but these errors were encountered: