after 15 minutes I have same issue if I open 192.168.1.1 I get errors:
IOError(32, âBroken pipeâ)
Stack trace
Traceback (most recent call last):
File â/usr/lib/python2.7/site-packages/foris/utils/reporting_middleware.pyâ, line 86, in call
return self.app(environ, start_response)
File â/usr/lib/python2.7/site-packages/bottle_i18n.pyâ, line 68, in call
return self.app(e,h)
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 979, in call
return self.wsgi(environ, start_response)
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 954, in wsgi
out = self._cast(self._handle(environ))
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 862, in _handle
return route.call(**args)
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 682, in mountpoint_wrapper
body = app(request.environ, start_response)
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 979, in call
return self.wsgi(environ, start_response)
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 954, in wsgi
out = self._cast(self._handle(environ))
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 862, in _handle
return route.call(**args)
File â/usr/lib/python2.7/site-packages/bottle.pyâ, line 1729, in wrapper
rv = callback(*a, **ka)
File â/usr/lib/python2.7/site-packages/foris/utils/init.pyâ, line 64, in wrapper
return func(*args, **kwargs)
File â/usr/lib/python2.7/site-packages/foris/config.pyâ, line 457, in index
notifications = client.get_messages()
File â/usr/lib/python2.7/site-packages/foris/nuci/client.pyâ, line 216, in get_messages
return get(filter=filters.messages).find_child(âmessagesâ) or user_notify.Messages()
File â/usr/lib/python2.7/site-packages/foris/nuci/client.pyâ, line 131, in get
data = netconf.get(filter=(âsubtreeâ, filter) if filter is not None else None).data_ele
File â/usr/lib/python2.7/site-packages/ncclient/manager.pyâ, line 89, in wrapper
return self.execute(op_cls, *args, **kwds)
File â/usr/lib/python2.7/site-packages/foris/nuci/client.pyâ, line 94, in execute
raise_mode=cls._raise_mode).request(*args, **kwargs)
File â/usr/lib/python2.7/site-packages/ncclient/operations/retrieve.pyâ, line 65, in request
return self._request(node)
File â/usr/lib/python2.7/site-packages/ncclient/operations/rpc.pyâ, line 284, in _request
raise self._error
IOError: [Errno 32] Broken pipe
and
Environment
{âCONTENT_LENGTHâ: â0â,
âDOCUMENT_ROOTâ: â/wwwâ,
âGATEWAY_INTERFACEâ: âCGI/1.1â,
âHTTP_ACCEPTâ: âtext/html,application/xhtml+xml,application/xml;q=0.9,image/webp,/;q=0.8â,
âHTTP_ACCEPT_ENCODINGâ: âgzip, deflate, sdchâ,
âHTTP_ACCEPT_LANGUAGEâ: âsk-SK,sk;q=0.8,cs;q=0.6,en-US;q=0.4,en;q=0.2â,
âHTTP_CACHE_CONTROLâ: âmax-age=0â,
âHTTP_CONNECTIONâ: âkeep-aliveâ,
âHTTP_COOKIEâ: âbeaker.session.id=067d9a0227394ba6845b4f91cb2e0064â,
âHTTP_HOSTâ: â192.168.1.1â,
âHTTP_REFERERâ: âhttp://192.168.1.1/â,
âHTTP_UPGRADE_INSECURE_REQUESTSâ: â1â,
âHTTP_USER_AGENTâ: âMozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36â,
âPATH_INFOâ: â/config/â,
âPATH_TRANSLATEDâ: â/www/config/â,
âQUERY_STRINGâ: ââ,
âREDIRECT_STATUSâ: â200â,
âREMOTE_ADDRâ: â192.168.1.174â,
âREMOTE_PORTâ: â26970â,
âREQUEST_METHODâ: âGETâ,
âREQUEST_URIâ: â/config/â,
âSCRIPT_FILENAMEâ: â/www/â,
âSCRIPT_NAMEâ: â/â,
âSERVER_ADDRâ: â192.168.1.1â,
âSERVER_NAMEâ: â192.168.1.1â,
âSERVER_PORTâ: â80â,
âSERVER_PROTOCOLâ: âHTTP/1.1â,
âSERVER_SOFTWAREâ: âlighttpd/1.4.42â,
âbeaker.get_sessionâ: <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d1cc80>>,
âbeaker.sessionâ: {âcsrf_tokenâ: âyQoKWeRvuHf0zAREjSnx0KxHnboa532Câ, âwizard_finishedâ: True, â_accessed_timeâ: 1482693146.7851019, âallowed_step_maxâ: â10â, â_creation_timeâ: 1482693108.801074, âuser_authenticatedâ: True},
âbottle.appâ: <bottle.Bottle object at 0x1b77100>,
âbottle.raw_pathâ: â/â,
âbottle.requestâ: <LocalRequest: GET http://192.168.1.1/config/>,
âbottle.request.urlpartsâ: SplitResult(scheme=âhttpâ, netloc=â192.168.1.1â, path=â/config/â, query=ââ, fragment=ââ),
âbottle.routeâ: <GET â/â <function index at 0x1d2b3c0>>,
âroute.handleâ: <GET â/â <function index at 0x1d2b3c0>>,
âroute.url_argsâ: {},
âwsgi.errorsâ: <flup.server.fcgi_base.OutputStream object at 0x1b2a330>,
âwsgi.inputâ: <flup.server.fcgi_base.InputStream object at 0x1c3cba0>,
âwsgi.multiprocessâ: False,
âwsgi.multithreadâ: True,
âwsgi.run_onceâ: False,
âwsgi.url_schemeâ: âhttpâ,
âwsgi.versionâ: (1, 0)}