Skin Support - Post questions for all my skins in here.

There are 1,467 replies in this Thread which was already clicked 149,453 times. The last Post () by bmitie.

  • I found the issue that was causing the menu to render improperly as per the screenshots. The offending line is 375 in MovieSelection.py of the Movie Planner Mod. Changing self.skinName = ["MovieContextMenu", "Setup"] to self.skinName = "Setup" fixes the issue on my install of OpenViX 5.4.008.

    Edited 2 times, last by tweezer ().

  • Hi KiddaC,


    Hope you can help. I did a clean flash of the newest openVix on my h9s. 5.4 think it is.


    Everything was working but wanted to use the your vskin 1080, it's what I've always used. After installing the skin the box crashes when loading multi EPG from pressing the EPG button.


    Would love some help as would really like to use the skin on Vix. (I used to use openatv but recently thought I'd give Vix a go)168647-e76c3a3ba6e9f3bb3b675e-jpg


    Just to add, I have removed the skin and tried going back to default skin but still have the same problem.


    Cheers

    matt

  • Thanks again, I'm in work but will upload the log about 7pm when I'm home. I added a photo of the error I was getting on the screen I thought that was the log but didn't realise there is a file to view.


    It's a clean install so there should be no plugins really all I have is Xtreme editor for the IPTV and EPG etc.


    I did install and remove a couple of different skin packs but nothing has fixed the issue.

  • Hi dsayers,


    Here is the crash log from my box. I have attached from where the action is epg pressed. Hope this is everything you need to figure it out.


    Thanks again for the help. I've cut out some of the log from in the middle as i saw it had usernames etc


    Crashdate = Tue Mar 30 19:21:11 2021

    Creator = OpenViX
    Version = 5.4
    Build = 008
    Dev = 009
    Type = release
    Machine = zgemmah9s
    URL =
    Compiled = Mar 3 2021
    Skin = vskin-red-1080/skin.xml
    Component = Enigma2

    Kernel CMDline = console=ttyAMA0,115200 root=/dev/mmcblk0p1 rw ubi.mtd=7,2048 rootfstype=ext4 rootwait mtdparts=hinand:1M(boot),1M(bootargs),1M(baseparam),1M(pqparam),1M(logo),1M(deviceinfo),16M(kernel),234M(rootfs),-(others) mem=1G mmz=ddr,0,0,48M vmalloc=500M
    Nim Sockets = NIM Socket 0:
    Type: DVB-S2X
    Name: Si2166D
    Has_Outputs: yes
    Frontend_Device: 0
    I2C_Device: 0
    Supports_Blind_Scan: yes





    < 566.1866> 19:21:11.3379 [ActionMap] Keymap 'InfobarEPGActions' -> Action = 'EPGPressed'.
    < 566.2074> 19:21:11.3587 [Skin] Processing screen 'GraphicalInfoBarEPG' from list 'InfoBarGridEPG, GraphicalInfoBarEPG', position=(0, 0), size=(1920 x 1080) for module 'EPGSelectionInfobarGrid'.
    < 566.3903> 19:21:11.5415 [Screen] Warning: Skin is missing element 'jump' in <class 'Screens.EpgSelectionInfobarGrid.EPGSelectionInfobarGrid'>.
    < 566.3917> 19:21:11.5429 [Screen] Warning: Skin is missing element 'page' in <class 'Screens.EpgSelectionInfobarGrid.EPGSelectionInfobarGrid'>.
    < 566.3918> 19:21:11.5431 [Screen] Warning: Skin is missing element 'primetime' in <class 'Screens.EpgSelectionInfobarGrid.EPGSelectionInfobarGrid'>.
    < 566.3972> 19:21:11.5485 [Screen] Warning: Skin is missing element 'change_bouquet' in <class 'Screens.EpgSelectionInfobarGrid.EPGSelectionInfobarGrid'>.
    < 566.4007> 19:21:11.5520 [Skin] Attribute 'EntryFontWrap' (with value of 'no') in object of type 'eListbox' is not implemented!
    < 566.4008> 19:21:11.5521 [Skin] Attribute 'EventFontInfobar' (with value of 'Regular;36') in object of type 'eListbox' is not implemented!
    < 566.4132> 19:21:11.5645 Traceback (most recent call last):
    < 566.4133> 19:21:11.5646 File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action
    < 566.4134> 19:21:11.5647 File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1758, in showDefaultEPG
    < 566.4137> 19:21:11.5650 File "/usr/lib/enigma2/python/Screens/InfoBarGenerics.py", line 1710, in openInfoBarEPG
    < 566.4138> 19:21:11.5651 File "/usr/lib/enigma2/python/mytest.py", line 323, in openWithCallback
    < 566.4141> 19:21:11.5654 dlg = self.open(screen, *arguments, **kwargs)
    < 566.4142> 19:21:11.5654 File "/usr/lib/enigma2/python/mytest.py", line 333, in open
    < 566.4145> 19:21:11.5657 dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    < 566.4145> 19:21:11.5658 File "/usr/lib/enigma2/python/mytest.py", line 270, in instantiateDialog
    < 566.4147> 19:21:11.5660 return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    < 566.4148> 19:21:11.5660 File "/usr/lib/enigma2/python/mytest.py", line 300, in doInstantiateDialog
    < 566.4150> 19:21:11.5663 dlg.applySkin()
    < 566.4151> 19:21:11.5664 File "/usr/lib/enigma2/python/Screens/Screen.py", line 243, in applySkin
    < 566.4152> 19:21:11.5664 File "/usr/lib/enigma2/python/Screens/Screen.py", line 274, in createGUIScreen
    < 566.4153> 19:21:11.5665 File "/usr/lib/enigma2/python/Screens/EpgSelectionGrid.py", line 122, in onCreate
    < 566.4153> 19:21:11.5666 File "/usr/lib/enigma2/python/Screens/EpgSelectionBase.py", line 622, in _populateBouquetList
    < 566.4154> 19:21:11.5667 File "/usr/lib/enigma2/python/Components/EpgBouquetList.py", line 234, in fillBouquetList
    < 566.4155> 19:21:11.5668 File "/usr/lib/enigma2/python/Components/EpgBouquetList.py", line 81, in getCurrentBouquetService
    < 566.4156> 19:21:11.5669 TypeError: 'NoneType' object has no attribute '__getitem__'
    < 566.4157> 19:21:11.5670 [ePyObject] (CallObject(<bound method HelpableActionMap.action of <Components.ActionMap.HelpableActionMap instance at 0xb1d59c38>>,('InfobarEPGActions', 'EPGPressed')) failed)

  • What is EpgBouquetList.py I have never seen that before?


    Is VIX buggering about again


    let me have a quick ganders at their github and see if that is there doing or something else that is installed on your box.

    ** A person who feels appreciated will always do more than what is expected **

  • Have you got any channels tuned in?


    Reading between the lines it looks like you are trying to view a bouquets epg, but you aren't actually in a bouquet. Hence the nonetype error.

    ** A person who feels appreciated will always do more than what is expected **

  • The epg screens are for your bouquets.
    I don't know how you are viewing IPTV, but you need to add them to a bouquet and then install the epg importer files for it to work correctly.

    You can do all that with my JediMakerXtream Plugin
    or Suls bouquet maker

    Jedi Maker Xtream (IPTV Bouquet Creator) - Main thread

    ** A person who feels appreciated will always do more than what is expected **

  • i use XE to get my iptv. which also has bouquets and EPG info. ive only had this issue since moving to openvix. and have only done that because its easy to move the root to an sd card for more flash space. im tempted to try open atv and see if its better.


    ill give that jedi maker a go and see if it sorts it

KiddaC Skins and Plugins

KiddaC Enigma2 Picons, Plugins and Skins, includes slyk-1-HD, v-skin-HD, slyk-q-HD, slyk onyx skins, Bouquet Maker Xtream, E2Piconizer, IPTV Bouquet Maker, Jedi Maker Xtream, Jedi EPG Xtream, ScreenNames, Visual Weather and X Class, X-Streamity - Xtream Codes IPTV Player.

Participate now!

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