Quote:
Originally Posted by kovidgoyal
Actually, here's one more thing to do run the following command and post the output:
Code:
calibre-debug -c "import socket; print socket.getaddrinfo('127.0.0.1', 8080, socket.AF_UNSPEC, socket.SOCK_STREAM)"
|
When I ran with 8080, output was:
[(2, 1, 0, '', ('127.0.0.1'), 8080))]
(I am not sure how to capture from a cmd prompt window, so I'm just retyping it; the '' is two single quotes).
Same result running with 8787, or with any other port number I tried.