Quote:
Originally Posted by kovidgoyal
If there is no output that means something on your computer accepted a connection on port 8080, which is why the calibre server is not starting, since it thinks something is listening on that port.
|
This would make more sense if I hadn't tried about 15-20 different port numbers, from 8080 up to 45000. Is something on my computer accepting a connection on all of these?
No, because actually, I just tried the code you gave me with port 45000, and I got the error "No connection could be made because the target machine actively refused it." Did the same with port 8787, and got the same "actively refused it" message. And yet I'm still getting "Port 8787 [or 45000] not free on 0.0.0.0" when I try to start the server on those ports.
So something else must be going on, right?