You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/x/PycharmProjects/elasticsearch/test.py", line 11, in <module>
es_index_name="my_python_index")
File "/Users/x/PycharmProjects/VirtualEnvironments/elasticsearch/lib/python2.7/site-packages/cmreslogging/handlers.py", line 194, in __init__
'host_ip': socket.gethostbyname(socket.gethostname())})
socket.gaierror: [Errno 8] nodename nor servname provided, or not known
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1666, in shutdown
h.flush()
File "/Users/x/PycharmProjects/VirtualEnvironments/elasticsearch/lib/python2.7/site-packages/cmreslogging/handlers.py", line 283, in flush
if self._timer is not None and self._timer.is_alive():
AttributeError: 'CMRESHandler' object has no attribute '_timer'
Error in sys.exitfunc:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 1666, in shutdown
h.flush()
File "/Users/x/PycharmProjects/VirtualEnvironments/elasticsearch/lib/python2.7/site-packages/cmreslogging/handlers.py", line 283, in flush
if self._timer is not None and self._timer.is_alive():
AttributeError: 'CMRESHandler' object has no attribute '_timer'
The text was updated successfully, but these errors were encountered:
Hi, Trying this
The above fails with error
The text was updated successfully, but these errors were encountered: