Caffe Error Messages

Hi I am running nVidia Caffe on Ubuntu 14.04 LTS and i see the following error messages in terminal window:

: Invalid http version: ‘OPTIONS / RTSP/1.0\r\n’
Traceback (most recent call last):
File “/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py”, line 327, in run
result = self._run(*self.args, **self.kwargs)
File “/usr/local/lib/python2.7/dist-packages/socketio/server.py”, line 124, in handle
handler.handle()
File “/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py”, line 193, in handle
self.log_request()
File “/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py”, line 152, in log_request
resp = GeventResponse(self.status, self.response_headers,
AttributeError: ‘GunicornWSGIHandler’ object has no attribute ‘response_headers’
<Greenlet at 0x7f481fdccf50: <bound method SocketIOServer.handle of <SocketIOServer at 0x7f481fd8ef90 fileno=19 address=0.0.0.0:8080>>(<socket at 0x7f482067e050 fileno=[Errno 9] Bad fil, (’ xxx.xxx.xxx.xxx ', 64463))> failed with AttributeError

: Invalid HTTP method: ‘\x05\x04\x00\x01\x02\x80\x05\x01\x00\x03\n’
Traceback (most recent call last):
File “/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py”, line 327, in run
result = self._run(*self.args, **self.kwargs)
File “/usr/local/lib/python2.7/dist-packages/socketio/server.py”, line 124, in handle
handler.handle()
File “/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py”, line 193, in handle
self.log_request()
File “/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py”, line 152, in log_request
resp = GeventResponse(self.status, self.response_headers,
AttributeError: ‘GunicornWSGIHandler’ object has no attribute ‘response_headers’
<Greenlet at 0x7f481fdccf50: <bound method SocketIOServer.handle of <SocketIOServer at 0x7f481fd8ef90 fileno=19 address=0.0.0.0:8080>>(<socket at 0x7f485a9808d0 fileno=[Errno 9] Bad fil, (’ xxx.xxx.xxx.xxx ', 42165))> failed with AttributeError

: Invalid HTTP method: ‘\x04\x01\x00\x16\x7f\x00\x00\x01root\x00’
Traceback (most recent call last):
File “/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py”, line 327, in run
result = self._run(*self.args, **self.kwargs)
File “/usr/local/lib/python2.7/dist-packages/socketio/server.py”, line 124, in handle
handler.handle()
File “/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py”, line 193, in handle
self.log_request()
File “/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py”, line 152, in log_request
resp = GeventResponse(self.status, self.response_headers,
AttributeError: ‘GunicornWSGIHandler’ object has no attribute ‘response_headers’
<Greenlet at 0x7f481fdccf50: <bound method SocketIOServer.handle of <SocketIOServer at 0x7f481fd8ef90 fileno=19 address=0.0.0.0:8080>>(<socket at 0x7f482067e050 fileno=[Errno 9] Bad fil, (’ xxx.xxx.xxx.xxx ', 18194))> failed with AttributeError

: Invalid HTTP method: ‘\r\n’
Traceback (most recent call last):
File “/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py”, line 327, in run
result = self._run(*self.args, **self.kwargs)
File “/usr/local/lib/python2.7/dist-packages/socketio/server.py”, line 124, in handle
handler.handle()
File “/usr/local/lib/python2.7/dist-packages/gevent/pywsgi.py”, line 193, in handle
self.log_request()
File “/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py”, line 152, in log_request
resp = GeventResponse(self.status, self.response_headers,
AttributeError: ‘GunicornWSGIHandler’ object has no attribute ‘response_headers’
<Greenlet at 0x7f481fdccf50: <bound method SocketIOServer.handle of <SocketIOServer at 0x7f481fd8ef90 fileno=19 address=0.0.0.0:8080>>(<socket at 0x7f485a9808d0 fileno=[Errno 9] Bad fil, (xxx.xxx.xxx.xxx, 37079))> failed with AttributeError

: Invalid HTTP method: ‘username=admin&passwd=wdlinux.cn&Submit_login=test’

I have replaced IP addresses with “xxx.xxx.xxx.xxx” for security reasons. I am not sure what is going on at the moment. The web page access is running fine. Need to know if this is something I should be w worried about and if there is a fix. Any help is appreciated.

I’m not sure that this is the correct forum for this question, this forum is for embedded devices such as the Jetson TK1 Development Kit. Not that the people here wouldn’t want to help, but there is probably a better place to get answers more quickly.

I saw another user using nVidia Caffe post in this forum so I thought I’d start here. I’ll try to find the right forum. Thanks for the reply!