Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.

View Entry Info: UI crash after opening epg guide after doing epg search

Category:
Possible Bug
What ViX Image build number are you using?
Please provide your ViX Team image build number. Menu > Information > About > Build number > ENTER THIS NUMBER e.g. 4.2.028
6.3.002
Have you tried a flash WITHOUT settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Have you tried a flash WITH settings restore?
Have you tried this? PLEASE SELECT YES OR NO.
No
Attachments
Results 1 to 9 of 9

Thread: UI crash after opening epg guide after doing epg search

  1. #1

    Title
    Member
    Join Date
    Feb 2021
    Posts
    96
    Thanks
    21
    Thanked 6 Times in 4 Posts

    UI crash after opening epg guide after doing epg search

    - open epg guide
    - Epg search.
    - in list of titles, click 'OK'
    [user will then be returned back to epg guide]
    - click exit
    - click guide again

    guide does not open - crash screen presented.PXL_20230301_220739339.jpgEnigma2_crash_2023-03-01_22-07-32.log

  2. #2
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by satteliter View Post
    - open epg guide
    - Epg search.
    - in list of titles, click 'OK'
    [user will then be returned back to epg guide]
    - click exit
    - click guide again

    guide does not open - crash screen presented.PXL_20230301_220739339.jpgEnigma2_crash_2023-03-01_22-07-32.log
    I can not reproduce that error, so it has to be something to do with the service selected in the list ...... does it happen on any entry in the list or just one??
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  3. #3

    Title
    Member
    Join Date
    Feb 2021
    Posts
    96
    Thanks
    21
    Thanked 6 Times in 4 Posts
    Just tried it a few times with different services(sat & aerial). Rebooted box in between each attempt.
    error every time. crash logs attached.

    when on sat - channel 4 hdEnigma2_crash_2023-03-02_11-48-25.log

    when on sat - bbc 1 se hd Enigma2_crash_2023-03-02_11-51-33.log

    when on aerial - rte 1 hd Enigma2_crash_2023-03-02_11-54-03.log

  4. #4
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,417
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by satteliter View Post
    Just tried it a few times with different services(sat & aerial). Rebooted box in between each attempt.
    error every time. crash logs attached.

    when on sat - channel 4 hdEnigma2_crash_2023-03-02_11-48-25.log

    when on sat - bbc 1 se hd Enigma2_crash_2023-03-02_11-51-33.log

    when on aerial - rte 1 hd Enigma2_crash_2023-03-02_11-54-03.log
    So how are your bouquets setup?
    Gigablue Quad 4K & UE 4K
    .........FBC Tuners:
    ------------------> GT-Sat unicable LNB to 1.5M dish(28.2E)
    ------------------> Gigablue unicable LNB to 80 cm dish(19.2E)
    .......................> FBC & DVB-S2X into 90cm dish (27.5W) Opticum robust Unicable LNB
    AX HD61, Edision Osmio 4K+, Zgemma H9Combo, Octagon SF8008 , gbtrio4k, h9se using unicable ports
    Zgemma H9 C/S into Giga4K

  5. #5
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    This crash is cause when no bouquets exist. So favourites bouquet must be missing.
    Help keep OpenViX servers online.Please donate!

  6. #6

    Title
    Member
    Join Date
    Feb 2021
    Posts
    96
    Thanks
    21
    Thanked 6 Times in 4 Posts
    Quote Originally Posted by twol View Post
    So how are your bouquets setup?
    Just the 1 I think - 'All channels'bouquets tvbox-main.jpg

  7. #7
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    Need debug in EpgSelectionBase.py.

    Change this (line 677):
    Code:
    	def getCurrentBouquetName(self):
    		return self.bouquets[self.selectedBouquetIndex][0] if self.selectedBouquetIndex >= 0 else None
    Insert the following:
    Code:
    	def getCurrentBouquetName(self):
    		print("self.bouquets", self.bouquets)
    		print("self.selectedBouquetIndex", self.selectedBouquetIndex)
    		return self.bouquets[self.selectedBouquetIndex][0] if self.selectedBouquetIndex >= 0 else None
    Send to the box and restart and then get a new debug log.
    Help keep OpenViX servers online.Please donate!

  8. The Following User Says Thank You to Huevos For This Useful Post:

    abu baniaz (02-03-23)

  9. #8

    Title
    Member
    Join Date
    Feb 2021
    Posts
    96
    Thanks
    21
    Thanked 6 Times in 4 Posts
    < 36.5154> 13:47:24.4098 self.bouquets [('All channels', eServiceReference(Name=All channels, String=1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.abm.sat_282_sky_uk.main.tv" ORDER BY bouquet))]
    < 36.5154> 13:47:24.4098 self.selectedBouquetIndex 0
    Enigma2_debug_2023-03-02_13-47-09.logEnigma2_crash_2023-03-02_13-47-40.logEnigma2_debug_2023-03-02_13-47-55.log

    debug logs and crash attached

  10. The Following User Says Thank You to satteliter For This Useful Post:

    abu baniaz (02-03-23)

  11. #9
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,632
    Thanks
    2,007
    Thanked 4,956 Times in 3,276 Posts
    So when you enter EPG "self.bouquets" is populated...
    Code:
    <    36.5154> 13:47:24.4098 self.bouquets [('All channels', eServiceReference(Name=All channels, String=1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "userbouquet.abm.sat_282_sky_uk.main.tv" ORDER BY bouquet))]
    <    36.5154> 13:47:24.4098 self.selectedBouquetIndex 0
    But when you return from the plugin it is empty...
    Code:
    <    52.0338> 13:47:40.4072 self.bouquets []
    <    52.0339> 13:47:40.4073 self.selectedBouquetIndex 0
    Help keep OpenViX servers online.Please donate!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.