gamegos / cesi

CeSI is a web interface for managing multiple supervisors from the same place.
GNU General Public License v3.0
576 stars 184 forks source link

socket.gaierror: [Errno -5] No address associated with hostname #16

Closed wanghonglei5181 closed 6 years ago

wanghonglei5181 commented 8 years ago

Hi My cesi server can’t start,I don’t know why. When I run python web.py,there is an error occurred. Help me!!!

[node:] ;username = ;password = host = <10.13.2.49> port = <9001>

[node:] ;username = ;password = ;host = ;port =

;[environment:] ;members = ,

[cesi] database = </root/cesi/cesi/userinfo.db> activity_log = </root/cesi/cesi/access.log> host = <127.0.0.1>

ozgio commented 8 years ago

There are problems on your configuration. Removing those '<' and '>'s from your config should resolve current problem. See maintainer's blog post for additional docs.