ThunderEX / py-kms

A KMS server written in python.
Other
395 stars 113 forks source link

socket.error: [Errno 111] Connection refused #33

Closed jerodg closed 5 years ago

jerodg commented 5 years ago

Tried all of the host options: localhost, 127.0.0.1, local-ip, hostname, different ports Python 2.7.15 & Python3.6 Ubuntu 18.04 & 18.10

Connecting to 0.0.0.0 on port 1688...
Traceback (most recent call last):
  File "client.py", line 239, in <module>
    main()
  File "client.py", line 40, in main
    s = socket.create_connection((config['ip'], config['port']))
  File "/usr/lib/python2.7/socket.py", line 575, in create_connection
    raise err
socket.error: [Errno 111] Connection refused