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
Describe the bug A clear and concise description of what the bug is. LTsock fails on darwin.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. It should pass.
Program output If applicable, paste program output text here to help explain your problem.
LTsock ... ERROR!!! can't get IP address for macbookair Errno 0: Undefined error: 0
Environment (please complete the following information):
Additional context Add any other context about the problem here.
In Linux, the hostname is usually bound to 127.0.1.1 in /etc/hosts. But it is not the case in macOS.
/etc/hosts
The text was updated successfully, but these errors were encountered:
[darwin] circleci: disable unit tests until issue #236 is fixed
f599c04
[darwin] circleci: add ci config for macOS catalina target
59b0cd3
Set LSOF_INCLUDE to search libproc.h in macOS sdk Disable unit tests until issue #236 is fixed
The simple fix would be adding 127.0.0.1 your.host.name in /etc/hosts. Or we can use a fallback in the test code.
127.0.0.1 your.host.name
Sorry, something went wrong.
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
LTsock fails on darwin.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
It should pass.
Program output
If applicable, paste program output text here to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
In Linux, the hostname is usually bound to 127.0.1.1 in
/etc/hosts
. But it is not the case in macOS.The text was updated successfully, but these errors were encountered: