Posts by MikadoTM

    This is the point. I just wanted the OpenWebif not the terminal on it (needed the API for smart home integration).OpenWebif 1.4.9a should work regardless if the shellinaboxd is installed or not. Currently it only works with shellinaboxd installed.

    Hi,


    I am getting Processing Failed on my DM two UHD on the openwebif.


    I did some more investgation the error came from /usr/lib/enigma2/python/Plugins/Extensions/OpeenWebif/controllers/base.py line 361.


    For now I commented the line and it started working:


    if os.path.exists('/usr/bin/shellinaboxd') :

    try:

    terminal_port = "http://" + ip + ":" + "4200"

    terminal_key = terminal_port

    except: # noqa: E722

    terminal_key = None

    #if terminal_key:

    # extras.append({'key': terminal_key, 'description': _("Terminal/Telnet"), 'nw': '1'})


    As far as I can tell it is only needed if shellinaboxd is used/installed in the OWF. This looks like a bug in the package to me. Hope this helps others.


    Regards


    MikadoTM