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!!!
Running on http://<127.0.0.1>:5000/
Traceback (most recent call last):
File "web.py", line 535, in
app.run(debug=True, use_reloader=True, host=HOST)
File "/usr/lib/python2.6/site-packages/flask/app.py", line 739, in run
run_simple(host, port, self, **options)
File "/usr/lib/python2.6/site-packages/werkzeug/serving.py", line 613, in run_simple
test_socket.bind((hostname, port))
File "", line 1, in bind
socket.gaierror: [Errno -5] No address associated with hostname
#################################
Here is my cesi.conf
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.
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>