SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

error about getaddrinfo #81

Closed sooluck closed 3 years ago

sooluck commented 3 years ago

the latest version could not run on my computer correctly,the log noticed that when the client connected,the server returned a error code 11001 and noticed that getaddrinfo failed.the test clinet also show "WinError 10049] 在其上下文中,该请求的地址无效。. " I tested by this "python pykms_Server.py" and get no info in the log file.

simonmicro commented 3 years ago
oe688 commented 3 years ago

@sooluck could you test the latest version? I think you're problem is fixed by issue #86

SystemRage commented 3 years ago

Yes. fixed with #86