Beiträge von fairbird

Wir haben aktuell ein Problem mit dem Board und arbeiten an der Lösung...

    Update


    -Version 5.2
    -From last version 5.1 the update only online directly from plugin
    (If any new update available. Then after open plugin will be see notification of new version)
    -Now you can change path of prov and sat picon from setup


    You can download and install plugin from first post

    Hi friends ..
    Please how to solve this crash ?!

    Code
    Screen <class 'Plugins.Extensions.ALAJRE.Addons.Coran.CoranScreen_1'>(('https://equran.me/read-1.html', '1', '001'), {}): <type 'exceptions.TypeError'>
    Traceback (most recent call last):
      File "/usr/lib/enigma2/python/mytest.py", line 363, in create
        return screen(self, *arguments, **kwargs)
      File "/usr/lib/enigma2/python/Plugins/Extensions/ALAJRE/Addons/Coran.py", line 181, in __init__
        self.DownloadAyats(Lien)
      File "/usr/lib/enigma2/python/Plugins/Extensions/ALAJRE/Addons/Coran.py", line 207, in DownloadAyats
        Elaya = self['ProgramTv'].getCurrent()[0][0] + '"' + self['ProgramTv'].getCurrent()[0][3] + '"'
    TypeError: 'NoneType' object has no attribute '__getitem__'
    swig director exception (SWIG director method error.)


    The code is

    But now I have got Gstreamer error (can not play file mp3 online)
    In attach file python it you can see it ..



    on my image depend on openpli (OE2.0) works just fine as log shown ..

    After change

    Code
    if self.picload.startDecode(picfile, 0, 0, False) == 0:


    to

    Code
    if self.picload.startDecode(char const *,bool) == 0:


    Got Error

    Code
    File "/usr/lib/enigma2/python/Plugins/Extensions/ALAJRE/Addons/tasafoh.py", line 657
        if self.picload.startDecode(char const *,bool) == 0:
                                             ^
    SyntaxError: invalid syntax

    I have this code working on OE2.0 but with OE2.5 I have got this error (How to fix it please ?!)