Posts by KiddaC

    Jedi Maker Xtream Nightly V6.22.20230121

    Warning there may be dragons. :bomb:

    Nothing really new in these updates. Mainly for people to test that I haven't broken anything while cleaning up/amending code.


    updated about us screen. Removed copyright date. Version is now brought in from version.txt file

    renamed jediglobals.py to jedi_globals.py

    renamed info.py to serverinfo.py

    Updated the userinfo page to be the same as Xstreamity - serveroffset coming soon
    renamed all refs of jglob to glob

    added in my own staticText.py file for better image compatibility
    added in own keymap.xml for better image compatibility
    Skins: updated button codes


    Yesterday fixes
    Corrected json file

    corrected crash on save settings

    corrected about us page

    And if I can't find it in these files, I am just going to hack the UsageConfig.py file to include references to both
    servicelist_cursor_behaviour
    servicelist_cursor_behavior


    :face with steam from nose:

    ok this is baffling. No references in there either.


    can you private message me your settings file.

    Dont post it in the public forum


    etc/enigma2/settings


    and this file


    /usr/share/enigma2/setup.xml


    This has become a mission now. I will find this rogue value. :smiling face:

    ok thanks.


    The 2 files reference that setting correctly. So its not them 2 files


    Can you send me 2 more files please


    /usr/lib/enigma2/python/Screens/Setup.py

    /usr/lib/enigma2/python/Components/config.py

    XStreamity V3.92

    New files on post 1


    Fixed an issue for providers that use satellite sid refs for the epg and therefore need epgimporter. (most dont)

    Also fixed a bug for epgimporter for https lines, that seems to have been an error in my code for quite some time


    I recommend you delete all epg folders for this release in either etc/enigma2/xstreamity/epg or where ever you have set your epg folder to

    Also clear the epgimporter files for xstreamity and let them rebuild from scratch. /etc/epgimport/xstreamity...


    Then visit your providers live channel list to initialise it

    Then manual download epg again

    can you send me these file. You might need to zip it up


    /usr/lib/enigma2/python/Components/UsageConfig.py

    /usr/lib/python/Screens/ChannelSelection.py


    or pyo versions of the files


    there is a reference in your crash log to

    AttributeError: servicelist_cursor_behaviour


    most other older images this doesn't have a "u"


    config.usage.servicelist_cursor_behavior = ConfigSelection(default = 'keep', choices = [

    another approach is to manual change the settings file


    you will need to stop enigma2 to do that.


    telnet these command


    init4


    open /etc/enigma2/settings

    settings to look for


    config.usage.serviceinfo_fontsize=0

    config.usage.serviceitems_per_page=14

    config.usage.servicename_fontsize=0

    config.usage.servicenum_fontsize=0


    increase your font size, reduce number of rows, save file


    telnet

    init3


    reboot gui

    Probably easy for you to edit the skin files rather than trying through the channelselect settings if that keeps crashing


    Most skins will have all the skin files in one file called skin.xml


    skin files live here


    /usr/share/enigma2/[skin folder]


    look for skin.xml in the skin folder


    in skin.xml search for
    <screen name="ChannelSelection"


    edit the font size in the <widget name="list"


    serviceNameFont="Regular;33"

    serviceInfoFont="Bold;33"

    serviceNumberFont="Regular;33"


    ---------------------------------------------------------------------------------------

    or in any of my skins folders search for

    ?-channel-selection.xml


    <screen name="ListTemplate">

    <widget name="list"


    serviceNameFont="Regular;33"

    serviceInfoFont="Bold;33"

    serviceNumberFont="Regular;33"

    OK i have had a look at your log and there is nothing that I can pinpoint.


    I have had a look at blackshadowSE skin on blackholes github and there doesn't look like there is any errors in the current skin files. But that is openbh 5


    Code
    <screen name="ChannelContextMenu" position="30,120" size="820,850" title="Channellist menu">
    
    <widget name="menu" position="0,20" size="820,760" zPosition="2" font="Regular;28" itemHeight="40" enableWrapAround="1" scrollbarMode="showOnDemand" foregroundColor="button" backgroundColor="bgbutton" backgroundColorSelected="selbutton" backgroundPixmap="BlackShadowSE_P/menu/bg820x40.png" selectionPixmap="BlackShadowSE_P/menu/button820x40.png" transparent="1" />
    </screen>


    I presume you haven't manually edited any skin files or any enigma2 files?

    So for now I would recommend 2 things.

    Try a different skin and see if you get the same error.

    If you do still get errors, then its time to update your openbh image. 4.4 is a couple of years old now.

    OpenBh 5.0 VU+ Duo

    And openatv 7.2 is beta, try openatv 7.1 as that is more stable.

    In openatv at least make sure you turn off crash on skin errors (although your crash log will tell you why its crashing - /home/root/logs)


    menu > setup > system > log settings > crash on skin error for debug reasons : NO