PDA

View Full Version : [VU+ Duo2] LCD4linux-settings doesn´t open from OpenWebif



Kojo_
07-11-18, 18:51
Trying to open LCD4linux from OpenWebif throws me this:


web.Server Traceback (most recent call last):
exceptions.AttributeError: 'NoneType' object has no attribute 'split'
/usr/lib/python2.7/site-packages/twisted/web/server.py:195 in process
194
195
196
/usr/lib/python2.7/site-packages/twisted/web/server.py:255 in render
254
255
256
/usr/lib/python2.7/site-packages/twisted/web/resource.py:250 in render
249
250
251
/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/WebConfigSite.py:136 in render_GET
135 L4logE("GET received", request.args)
136 return self.action(request)
137 def render_POST(self, request):
/usr/lib/enigma2/python/Plugins/Extensions/LCD4linux/WebConfigSite.py:149 in action
148 IP = req.getClientIP()
149 IP = IP.split(":")[-1]
150 L4logE("IP1:",IP)
exceptions.AttributeError: 'NoneType' object has no attribute 'split'

Kojo_
07-11-18, 19:46
This broke the connection: https://github.com/oe-alliance/oe-alliance-plugins/commit/ac30337ee2f0c050a8a540b93b5d42704a9e2b9a

I removed added line locally and now the page opens.

Kojo_
07-11-18, 21:50
Issue has been fixed.