Al intentar entrar en mi web interface hoy, me encuentro con este mensaje de error en el navegador de mi portatil:
web.Server Traceback (most recent call last): p.error { color: red; font-family: Verdana, Arial, helvetica, sans-serif; font-weight: bold; } div { font-family: Verdana, Arial, helvetica, sans-serif; } div.stackTrace { } div.frame { padding: 1em; background: white; border-bottom: thin black dashed; } div.firstFrame { padding: 1em; background: white; border-top: thin black dashed; border-bottom: thin black dashed; } div.location { } div.snippet { margin-bottom: 0.5em; margin-left: 1em; background: #FFFFDD; } div.snippetHighlightLine { color: red; } span.code { font-family: "Courier New", courier, monotype; } span.function { font-weight: bold; font-family: "Courier New", courier, monotype; } table.variables { border-collapse: collapse; margin-left: 1em; } td.varName { vertical-align: top; font-weight: bold; padding-left: 0.5em; padding-right: 0.5em; } td.varValue { padding-left: 0.5em; padding-right: 0.5em; } div.variables { margin-bottom: 0.5em; } span.heading { font-weight: bold; } div.dict { background: #cccc99; padding: 2px; float: left; } td.dictKey { background: #ffff99; font-weight: bold; } td.dictValue { background: #ffff99; } div.list { background: #7777cc; padding: 2px; float: left; } div.listItem { background: #9999ff; } div.instance { background: #cc7777; padding: 2px; float: left; } span.instanceName { font-weight: bold; display: block; } span.instanceRepr { background: #ff9999; font-family: "Courier New", courier, monotype; } div.function { background: orange; font-weight: bold; float: left; }
<type 'exceptions.OSError'>: [Errno 2] No such file or directory: '/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default'
/usr/lib/python2.6/site-packages/twisted/web/server.py, line 149 in process
147 self.postpath = map(unquote, string.split(self.path[1:], '/'))
148 try:
149 resrc = self.site.getResourceFor(self)
150 self.render(resrc)
Self sitetwisted.web.server.Site instance @ 0x1b7d198 <twisted.web.server.Site instance at 0x1b7d198>
path'/'postpathList instance @ 0x1b826c0
Locals selftwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
Globals unquote<built-in function unquote>string<module 'string' from '/usr/lib/python2.6/string.pyo'>
/usr/lib/python2.6/site-packages/twisted/web/server.py, line 567 in getResourceFor
565 # servers and disconnected sites.
566 request.sitepath = copy.copy(request.prepath)
567 return resource.getChildForRequest(self.resource, request)
568
Self resourcetwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
Locals selftwisted.web.server.Site instance @ 0x1b7d198 <twisted.web.server.Site instance at 0x1b7d198>
requesttwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
Globals copy<module 'copy' from '/usr/lib/python2.6/copy.pyo'>resource<module 'twisted.web.resource' from '/usr/lib/python2.6/site-packages/twisted/web/resource.pyo'>
/usr/lib/python2.6/site-packages/twisted/web/resource.py, line 47 in getChildForRequest
45 pathElement = request.postpath.pop(0)
46 request.prepath.append(pathElement)
47 resource = resource.getChildWithDefault(pathElement, request)
48 return resource
Locals pathElement''requesttwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
resourcetwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
/usr/lib/python2.6/site-packages/twisted/web/resource.py, line 151 in getChildWithDefault
149 return self.children[path]
150
151 return self.getChild(path, request)
152
Self childrenDictionary instance @ 0x1a25c90 'web'Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance @ 0x1a26cb0 <Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance at 0x1a26cb0>
'play'Plugins.Extensions.WebInterface.WebChilds.PlayService.ServiceplayerResource instance @ 0x1a273a0 <Plugins.Extensions.WebInterface.WebChilds.PlayService.ServiceplayerResource instance at 0x1a273a0>
'mobile'Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance @ 0x1a27440 <Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance at 0x1a27440>
'media'twisted.web.static.File instance @ 0x1a274b8 FilePath('/media')
'hdd'twisted.web.static.File instance @ 0x1a27530 FilePath('/media/hdd')
'servicelist'Plugins.Extensions.WebInterface.WebChilds.ServiceListSave.ServiceList instance @ 0x1a273f0 <Plugins.Extensions.WebInterface.WebChilds.ServiceListSave.ServiceList instance at 0x1a273f0>
'web-data'twisted.web.static.File instance @ 0x1a26940 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data')
'file'Plugins.Extensions.WebInterface.WebChilds.FileStreamer.FileStreamer instance @ 0x1a27328 <Plugins.Extensions.WebInterface.WebChilds.FileStreamer.FileStreamer instance at 0x1a27328>
'streamcurrent'Plugins.Extensions.WebInterface.WebChilds.RedirecToCurrentStream.RedirecToCurrentStreamResource instance @ 0x1a27490 <Plugins.Extensions.WebInterface.WebChilds.RedirecToCurrentStream.RedirecToCurrentStreamResource instance at 0x1a27490>
'grab'Plugins.Extensions.WebInterface.WebChilds.Screengrab.GrabResource instance @ 0x1a27350 <Plugins.Extensions.WebInterface.WebChilds.Screengrab.GrabResource instance at 0x1a27350>
'ipkg'Plugins.Extensions.WebInterface.WebChilds.IPKG.IPKGResource instance @ 0x1a27378 <Plugins.Extensions.WebInterface.WebChilds.IPKG.IPKGResource instance at 0x1a27378>
'wap'Plugins.Extensions.WebInterface.WebChilds.Toplevel.RedirectorResource instance @ 0x1a273c8 <Plugins.Extensions.WebInterface.WebChilds.Toplevel.RedirectorResource instance at 0x1a273c8>
Locals path''selftwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
requesttwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
/usr/lib/python2.6/site-packages/twisted/web/static.py, line 246 in getChild
244 """See twisted.web.Resource.getChild.
245 """
246 self.restat()
247
Locals selftwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
/usr/lib/python2.6/site-packages/twisted/python/filepath.py, line 447 in restat
445 """
446 try:
447 self.statinfo = stat(self.path)
448 except OSError:
Self statinfo0path'/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default'
Locals selftwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
Globals stat<built-in function stat>
<type 'exceptions.OSError'>: [Errno 2] No such file or directory: '/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default'
¿sabeis que puede ser?
web.Server Traceback (most recent call last): p.error { color: red; font-family: Verdana, Arial, helvetica, sans-serif; font-weight: bold; } div { font-family: Verdana, Arial, helvetica, sans-serif; } div.stackTrace { } div.frame { padding: 1em; background: white; border-bottom: thin black dashed; } div.firstFrame { padding: 1em; background: white; border-top: thin black dashed; border-bottom: thin black dashed; } div.location { } div.snippet { margin-bottom: 0.5em; margin-left: 1em; background: #FFFFDD; } div.snippetHighlightLine { color: red; } span.code { font-family: "Courier New", courier, monotype; } span.function { font-weight: bold; font-family: "Courier New", courier, monotype; } table.variables { border-collapse: collapse; margin-left: 1em; } td.varName { vertical-align: top; font-weight: bold; padding-left: 0.5em; padding-right: 0.5em; } td.varValue { padding-left: 0.5em; padding-right: 0.5em; } div.variables { margin-bottom: 0.5em; } span.heading { font-weight: bold; } div.dict { background: #cccc99; padding: 2px; float: left; } td.dictKey { background: #ffff99; font-weight: bold; } td.dictValue { background: #ffff99; } div.list { background: #7777cc; padding: 2px; float: left; } div.listItem { background: #9999ff; } div.instance { background: #cc7777; padding: 2px; float: left; } span.instanceName { font-weight: bold; display: block; } span.instanceRepr { background: #ff9999; font-family: "Courier New", courier, monotype; } div.function { background: orange; font-weight: bold; float: left; }
<type 'exceptions.OSError'>: [Errno 2] No such file or directory: '/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default'
/usr/lib/python2.6/site-packages/twisted/web/server.py, line 149 in process
147 self.postpath = map(unquote, string.split(self.path[1:], '/'))
148 try:
149 resrc = self.site.getResourceFor(self)
150 self.render(resrc)
Self sitetwisted.web.server.Site instance @ 0x1b7d198 <twisted.web.server.Site instance at 0x1b7d198>
path'/'postpathList instance @ 0x1b826c0
Locals selftwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
Globals unquote<built-in function unquote>string<module 'string' from '/usr/lib/python2.6/string.pyo'>
/usr/lib/python2.6/site-packages/twisted/web/server.py, line 567 in getResourceFor
565 # servers and disconnected sites.
566 request.sitepath = copy.copy(request.prepath)
567 return resource.getChildForRequest(self.resource, request)
568
Self resourcetwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
Locals selftwisted.web.server.Site instance @ 0x1b7d198 <twisted.web.server.Site instance at 0x1b7d198>
requesttwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
Globals copy<module 'copy' from '/usr/lib/python2.6/copy.pyo'>resource<module 'twisted.web.resource' from '/usr/lib/python2.6/site-packages/twisted/web/resource.pyo'>
/usr/lib/python2.6/site-packages/twisted/web/resource.py, line 47 in getChildForRequest
45 pathElement = request.postpath.pop(0)
46 request.prepath.append(pathElement)
47 resource = resource.getChildWithDefault(pathElement, request)
48 return resource
Locals pathElement''requesttwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
resourcetwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
/usr/lib/python2.6/site-packages/twisted/web/resource.py, line 151 in getChildWithDefault
149 return self.children[path]
150
151 return self.getChild(path, request)
152
Self childrenDictionary instance @ 0x1a25c90 'web'Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance @ 0x1a26cb0 <Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance at 0x1a26cb0>
'play'Plugins.Extensions.WebInterface.WebChilds.PlayService.ServiceplayerResource instance @ 0x1a273a0 <Plugins.Extensions.WebInterface.WebChilds.PlayService.ServiceplayerResource instance at 0x1a273a0>
'mobile'Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance @ 0x1a27440 <Plugins.Extensions.WebInterface.WebChilds.Screenpage.ScreenPage instance at 0x1a27440>
'media'twisted.web.static.File instance @ 0x1a274b8 FilePath('/media')
'hdd'twisted.web.static.File instance @ 0x1a27530 FilePath('/media/hdd')
'servicelist'Plugins.Extensions.WebInterface.WebChilds.ServiceListSave.ServiceList instance @ 0x1a273f0 <Plugins.Extensions.WebInterface.WebChilds.ServiceListSave.ServiceList instance at 0x1a273f0>
'web-data'twisted.web.static.File instance @ 0x1a26940 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data')
'file'Plugins.Extensions.WebInterface.WebChilds.FileStreamer.FileStreamer instance @ 0x1a27328 <Plugins.Extensions.WebInterface.WebChilds.FileStreamer.FileStreamer instance at 0x1a27328>
'streamcurrent'Plugins.Extensions.WebInterface.WebChilds.RedirecToCurrentStream.RedirecToCurrentStreamResource instance @ 0x1a27490 <Plugins.Extensions.WebInterface.WebChilds.RedirecToCurrentStream.RedirecToCurrentStreamResource instance at 0x1a27490>
'grab'Plugins.Extensions.WebInterface.WebChilds.Screengrab.GrabResource instance @ 0x1a27350 <Plugins.Extensions.WebInterface.WebChilds.Screengrab.GrabResource instance at 0x1a27350>
'ipkg'Plugins.Extensions.WebInterface.WebChilds.IPKG.IPKGResource instance @ 0x1a27378 <Plugins.Extensions.WebInterface.WebChilds.IPKG.IPKGResource instance at 0x1a27378>
'wap'Plugins.Extensions.WebInterface.WebChilds.Toplevel.RedirectorResource instance @ 0x1a273c8 <Plugins.Extensions.WebInterface.WebChilds.Toplevel.RedirectorResource instance at 0x1a273c8>
Locals path''selftwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
requesttwisted.web.server.Request instance @ 0x1b55288 <GET / HTTP/1.1>
/usr/lib/python2.6/site-packages/twisted/web/static.py, line 246 in getChild
244 """See twisted.web.Resource.getChild.
245 """
246 self.restat()
247
Locals selftwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
/usr/lib/python2.6/site-packages/twisted/python/filepath.py, line 447 in restat
445 """
446 try:
447 self.statinfo = stat(self.path)
448 except OSError:
Self statinfo0path'/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default'
Locals selftwisted.web.static.File instance @ 0x1a26c60 FilePath('/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default')
Globals stat<built-in function stat>
<type 'exceptions.OSError'>: [Errno 2] No such file or directory: '/usr/lib/enigma2/python/Plugins/Extensions/WebInterface/web-data/tpl/default'
¿sabeis que puede ser?
