[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
No, errors on this page. I will ask on openpli forum, mayby bug and theiy will repair it and make online update:

Code:
web.Server Traceback (most recent call last):

<type 'exceptions.TypeError'>: object of type 'NoneType' has no len()
/usr/lib/python2.7/site-packages/twisted/web/server.py, line 132 in process
130
131
132
133
/usr/lib/python2.7/site-packages/twisted/web/server.py, line 167 in render
165
166
167
168
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/base.py, line 76 in render
74                                plfunc(request)
75
76                        data = func(request)
77                        if data is None:
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/web.py, line 533 in P_deviceinfo
531
532        def P_deviceinfo(self, request):
533                return getInfo()
534
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/info.py, line 173 in getInfo
171                        "ip": formatIp(iNetwork.getAdapterAttribute(iface, "ip")),
172                        "mask": formatIp(iNetwork.getAdapterAttribute(iface, "netmask")),
173                        "gw": formatIp(iNetwork.getAdapterAttribute(iface, "gateway"))
174                })
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/info.py, line 31 in formatIp
29
30def formatIp(ip):
31        if len(ip) != 4:
32                return None

<type 'exceptions.TypeError'>: object of type 'NoneType' has no len()
Reply


Messages In This Thread
RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - by scalpel - 2012-12-18, 21:07
Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217