AJPanel Enigma2 Tools - discussion & support

There are 793 replies in this Thread which was already clicked 100,786 times. The last Post () by giorbak.

  • Ocragon sf8008

    50 different lists - host:port/c mac:00:1a:79:xx:xx:xx --- stalker, does not show the expiration date of the list on any of them

    Thanks @MirkoAliaj


    aj+.jpg

  • master G

    Added the Label AJPanel
  • Hello friend y run the code but remove previous plugin and get error any idea tank you

    It seems that the update is interrupted during the processing of the package "BluePanel". And this prevents the next commands which installs AJPanel.


    Try this:


    1- Copy the AJPanel deb file to /tmp/


    2- Execute the command:

    dpkg -i /tmp/*.deb

  • Zgemma H7 Openatv 7.0
    When pressing info button



    23:25:59.7207 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 238, in action

    23:25:59.7213 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 3778, in VVFd70

    23:25:59.7290 elif item == "currentServiceInfo" : FFnMVC(self, fncMode=CCipRP.VVCIAD)

    23:25:59.7291 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 1409, in FFnMVC

    23:25:59.7308 SELF.session.open(CCipRP, **kwargs)

    23:25:59.7309 File "/usr/lib/enigma2/python/StartEnigma.py", line 164, in open

    23:25:59.7317 dialog = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)

    23:25:59.7318 File "/usr/lib/enigma2/python/StartEnigma.py", line 103, in instantiateDialog

    23:25:59.7322 return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)

    23:25:59.7323 File "/usr/lib/enigma2/python/StartEnigma.py", line 130, in doInstantiateDialog

    23:25:59.7326 dialog.applySkin()

    23:25:59.7326 File "/usr/lib/enigma2/python/Screens/Screen.py", line 244, in applySkin

    23:25:59.7331 File "/usr/lib/enigma2/python/Screens/Screen.py", line 259, in createGUIScreen

    23:25:59.7334 File "/usr/lib/enigma2/python/Components/ScrollLabel.py", line 157, in applySkin

    23:25:59.7338 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 17281, in setText

    23:25:59.7505 self.long_text.setText(self.message)

    23:25:59.7507 AttributeError: 'NoneType' object has no attribute 'setText'

    23:25:59.7508 [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xadf6c1c0>>,('KeyMap_RC', 'ok')) failed)

  • Try fix in new v 5.4.1

  • on my decoder with openatv6.4 do not appear this menu when i select iptv

    i ve this light menu

    How can i set full menu?

    The missing options are releted to local IPTV services and will only appear if you have at least one IPTV service in your bouquets.


    There is an exceptional case for the option

    "M3U/M3U8 File Browser" which should be shown anyway. And, this will be fixed soon.


    For the time being, you can add any service from IPTV tables to a bouquet (even a non-working service). All the options will then appear.

  • Egami 10.1


    10:09:48.5448 [EGAMI] EGAMI X OS is starting...

    10:09:48.5720 [Enigma] Python path is '/usr/lib/enigma2/python'.

    10:09:48.5721 [Enigma] DVB API version 5, DVB API version minor 11.

    10:09:48.5721 [Enigma] Enigma debug level 3.

    10:09:55.3720 Traceback (most recent call last):

    10:09:55.3722 File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 134, in readPluginList

    10:09:55.3723 File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import

    10:09:55.3724 ImportError: bad magic number in 'Plugins.Extensions.TURKvod.plugin': b'a\r\r\n'

    10:10:05.5271 [eDVBPESReader] Created. Opening demux

    10:10:05.5273 [eDVBPESReader] Created. Opening demux

    10:10:21.8902 Traceback (most recent call last):

    10:10:21.8903 File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 10, in __call__

    10:10:21.8910 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 11092, in VVYQ3T

    10:10:21.9031 self.VVG4RV[name](self.appResults[name], retval)

    10:10:21.9032 File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 10, in __call__

    10:10:21.9038 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 497, in FFFjcR

    10:10:21.9048 callBackFunction()

    10:10:21.9049 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 4510, in VV9hLh_VVlhwR

    10:10:21.9091 self.VVZIHa(chName)

    10:10:21.9092 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 4533, in VVZIHa

    10:10:21.9134 self.text = self.VVs31X(info, refCode, decodedUrl, origUrl, iptvRef, chName, prov, state)

    10:10:21.9135 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 4660, in VVs31X

    10:10:21.9180 txt += self.VV1v9O(iptvRef)

    10:10:21.9181 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 4846, in VV1v9O

    10:10:21.9234 valid, ph1, playHost, mode, host, mac, epNum, epId, chCm, query = p.VVijeK(decodedUrl)

    10:10:21.9235 ValueError: not enough values to unpack (expected 10, got 9)

    10:10:21.9236 [ePyObject] (PyObject_CallObject(<Tools.BoundFunction.boundFunction object at 0xb0842298>,(0,)) failed)

    Openatv 7.0


    11:13:00.9576 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 238, in action

    11:13:00.9582 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 3778, in VVWw2Z

    11:13:00.9661 elif item == "currentServiceInfo" : FFvad7(self, fncMode=CCzqpW.VVlhwR)

    11:13:00.9662 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 1409, in FFvad7

    11:13:00.9678 SELF.session.open(CCzqpW, **kwargs)

    11:13:00.9678 File "/usr/lib/enigma2/python/StartEnigma.py", line 164, in open

    11:13:00.9682 dialog = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)

    11:13:00.9683 File "/usr/lib/enigma2/python/StartEnigma.py", line 103, in instantiateDialog

    11:13:00.9686 return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)

    11:13:00.9687 File "/usr/lib/enigma2/python/StartEnigma.py", line 130, in doInstantiateDialog

    11:13:00.9690 dialog.applySkin()

    11:13:00.9691 File "/usr/lib/enigma2/python/Screens/Screen.py", line 244, in applySkin

    11:13:00.9695 File "/usr/lib/enigma2/python/Screens/Screen.py", line 259, in createGUIScreen

    11:13:00.9698 File "/usr/lib/enigma2/python/Components/ScrollLabel.py", line 157, in applySkin

    11:13:00.9701 File "/usr/lib/enigma2/python/Plugins/Extensions/AJPan/plugin.py", line 17281, in setText

    11:13:00.9885 self.long_text.setText(self.message)

    11:13:00.9894 AttributeError: 'NoneType' object has no attribute 'setText'

    11:13:00.9895 [ePyObject] (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap object at 0xab6e1850>>,('KeyMap_RC', 'ok')) failed)

  • biko

    ATV7.1; zero4k

    get crash-blue screen : when wathing IPTV (from boquets) and press "services/Channels - Current Service(info.)"

    AJpanel updated from 5.3 to 5.4.1 . not problem before please see log.

    looks like autorestat(IPTV) stop working

    Thanks and appreciation to the management for organizing the topic of the panel

    Here will be for the new versions only

    Discussions are available via the link [Discussion]

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!