-
Notifications
You must be signed in to change notification settings - Fork 424
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
Errno #268
Comments
I wonder if this is caused by utilizing if port == 0 and open_browser:
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
sock.bind(('localhost', 0))
port = sock.getsockname()[1]
sock.close() This and https://stackoverflow.com/questions/39970606/gaierror-errno-8-nodename-nor-servname-provided-or-not-known-with-macos-sie hints at that. Are you running with port Thanks! |
I'm getting this as well:
With no parameters:
I'm running Grip 4.5.2.
This is on macOS 10.13.5, ZSH, and tested both on Python 2.7.15 and 3.6.5, same results in both. Using pyenv to manage python environments. |
Similar problem here. ❯ grip report-data-source.md
* Using personal access token
Error: [Errno 8] nodename nor servname provided, or not known
forge/notes/shadows/jono-mentor git/master*
❯ grip -b report-data-source.md
* Using personal access token
Error: [Errno 8] nodename nor servname provided, or not known
forge/notes/shadows/jono-mentor git/master*
❯ zsh --version \n; python --version \n ; brew list --versions grip
zsh 5.3 (x86_64-apple-darwin17.0)
Python 2.7.15
grip 4.5.2 my |
Has anyone gotten beyond this error before? I'm happy to try some further debugging but I'm not sure where to start with this. |
@BenGitsCode I had the same issue start happening all of a sudden after doing some work that involved modifying my hosts file. Eventually realized I'd misconfigured my
Adding that line back into |
Hi, all. Is this still happening? If so, can you try @nikvdp's suggestion? I can't reproduce, so I'm closing for now. Feel free to re-open if that doesn't work. |
when I grip,it show me :
[Errno 8] nodename nor servname provided, or not known
The text was updated successfully, but these errors were encountered: