hello, I have this problem when I attempt to connect to the web interface whit wi-fi by writing the decoder with IP, it gives me this message: web.Server Traceback (most recent call last):
exceptions.OSError: [Errno 2] No such file or directory: '/ media / hdd'
/usr/lib/python2.7/site-packages/twisted/web/server.py:189 in process
188
189
190
/usr/lib/python2.7/site-packages/twisted/web/server.py:238 in render
237
238
239
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/base.py:155 in render
154 if self.withMainTemplate:
155 self.prepareMainTemplate args = ()
156 args ["content"] = out
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/base.py:202 in prepareMainTemplate
201 if not ret ['boxname'] or not ret ['customname']:
202 ret ['boxname'] = getInfo () ['brand'] + "" + getInfo () ['model']
203 ret ['box'] = getBoxType ()
/usr/lib/enigma2/python/Plugins/Extensions/OpenWebif/controllers/models/info.py:275 in getInfo
274 if dev:
275 stat = os.statvfs (dev)
276 free = int ((stat.f_bfree / 1024) * (stat.f_bsize / 1024))
exceptions.OSError: [Errno 2] No such file or directory: '/ media / hdd'.
I state that I openpli4.0 on DB500HD, in multiboot on usb key.
What should I do, I have to change the parameters in OpenPLi?