Posts by Token2K

    KiddaC

    I would like to use xstreamity 4.40/10.3.24 on the Dreambox DM820 (Mipsel) with dreamOS.

    Unfortunately I get a crash when calling the playlist:


    Traceback (most recent call last):

    File "/usr/lib/enigma2/python/enigma.py", line 8595, in __call__

    return ret(*args, **kwargs)

    File "/usr/lib/enigma2/python/Components/ActionMap.py", line 70, in action

    res = act()

    File "/usr/lib/enigma2/python/Plugins/Extensions/XStreamity/menu.py", line 270, in __next__

    from . import live

    File "/usr/lib/enigma2/python/Plugins/Extensions/XStreamity/live.py", line 5, in <module>

    from . import streamplayer

    File "/usr/lib/enigma2/python/Plugins/Extensions/XStreamity/streamplayer.py", line 28, in <module>

    from PIL import Image, ImageChops, ImageFile, PngImagePlugin

    -------

    ImportError: cannot import name ImageChops


    what is the Problem?


    Thank you for help!


    edit:

    reinstall "python-imaging/unknown,now 1.1.7-r5.4 mipsel [installed]" - and now is running!

    P.S.:

    This fix is now integrated in the Github as v1.3.3!

    (https://github.com/E2OpenPlugi…b/master/plugin/plugin.py)


    =====

    Token

    Try this in plugin.py :


    old:

    import ssl


    new:

    import ssl

    try:

    _create_unverified_https_context = ssl._create_unverified_context

    except AttributeError:

    # Legacy Python that doesn't verify HTTPS certificates by default

    pass

    else:

    # Handle target environment that doesn't support HTTPS verification

    ssl._create_default_https_context = _create_unverified_https_context

    from urllib import unquote_plus

    from urllib2 import Request, urlopen, URLError, HTTPError


    Then delete the plugin.pyo, and restart the Box!

    This Bugfix is not from me, but from a Dreambox-Dev-Forum!

    This could actually as a Bugfix in the GIT for a v1.3.3! :shake1:


    =====

    Token

    OscamStatus plugin adapted to the DreamOS as * .deb.


    Set your own values in the Server Setup menu. Since editing is not really comfortable, recommend manual editing of /etc/enigma2/oscamstatus.cfg

    Admin, this version show's a ssl-error (certificate verify failed ... _ssl.c:590)

    Same with the Lulu-Version v0.61!

    (Problem with oe2.5 ???)

    dm525, oe2.5 stable ... v1.3.1 on solo2 show's ssl w/o error!