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.
Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 67

Thread: OpenVIX bug causing crashes

  1. #31

    Title
    Junior Member
    Join Date
    Mar 2020
    Posts
    21
    Thanks
    0
    Thanked 3 Times in 3 Posts
    Quote Originally Posted by ccs View Post
    My harmony remote only has favourites for the "watch tv" activity, no others, so I wasn't able to try what you're doing.

    Have you set up your Uno4K to be a "watch tv" activity, as I can't see any other way of doing it?

    Does the Vu remote cause the same crash?
    Yes, I have set my VU to be my main watch activity (as a Freesat service provider) so that I can have the Harmony display favourite channels as you describe.
    Yes, original remote does the same.

    HB

  2. The Following User Says Thank You to HeadBanger For This Useful Post:

    ccs (15-06-20)

  3. #32

    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2014
    Posts
    1,321
    Thanks
    612
    Thanked 418 Times in 270 Posts
    Could it be related the bouquets? Did u say you have done favourite bouquets, etc?

    When I tried it on my solo2, it was with ABM generated bouquets with nothing much change to defaults

  4. #33
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,440
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by abu baniaz View Post
    I need to test with "Alternate numbering" enabled. I don't think this was mentioned before.
    Tried with this enabled, no crash for me.

  5. #34
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    I can't make it crash, whatever I try.

    One thing I don't understand is when I disable the panic button, zero immediately takes me back to the previous channel. Is this to be expected?

  6. #35
    Andy_Hazza's Avatar
    Title
    Moderator
    Join Date
    Oct 2012
    Location
    Derbyshire, UK
    Posts
    7,287
    Thanks
    2,855
    Thanked 2,126 Times in 1,752 Posts
    Has anyone tried pressing 0 0 1? The OP isn’t just pressing 0.


    Sent from my iPhone using Tapatalk
    Vu+ Ultimo 4K with 3TB HDD, Dual FBC (Sat) tuners, 1x Twin Hybrid DVB-C/T/T2 tuner
    Vu+ Solo 4K with 1TB HDD, Dual FBC (Sat) tuners, 1x Hybrid DVB-C/T/T2 tuner
    Vu+ Solo 2 with 1TB HDD 'White Edition', 2x DVB-S2 tuners
    Mut@nt HD2400 with 1TB HDD, 4x DVB-S2 tuners
    Fixed 28.2E Technomate 65cm Mesh Satellite Dish with Inverto Unicable II/JESS LNB and Inverto Unicable Splitter
    Fixed 28.2E Sky Zone 1 45cm Satellite Dish with Octo LNB
    (All receivers installed with the latest Dev build)

  7. #36
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,404
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Its crashing because in these lines:
    if config.usage.multibouquet.value:
    bqrootstr = '1:7:1:0:0:0:0:0:0:0:FROM BOUQUET "bouquets.tv" ORDER BY bouquet'
    else:
    bqrootstr = '%s FROM BOUQUET "userbouquet.favourites.tv" ORDER BY bouquet'% self.service_types
    self.service_types is not defined and its going to there because config.usage.multibouquet is not set


    Afraid that last time I looked at the code the last part of the line was missing on my Ipad and I didn‘t see the issue

    Simon needs to look at this.
    Last edited by twol; 15-06-20 at 19:21.
    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

  8. The Following 4 Users Say Thank You to twol For This Useful Post:

    Andy_Hazza (15-06-20),bbbuk (15-06-20),ccs (15-06-20),Willo3092 (15-06-20)

  9. #37
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Can't even open the channel selection config.

    Menu > Setup > User interface > Channel selection > Crash.

    Code:
    <   256.5653> Traceback (most recent call last):
    <   256.5654>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 77, in action
    <   256.5656>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action
    <   256.5657>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 60, in okbuttonClick
    <   256.5658>   File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
    <   256.5658>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 83, in openSetup
    <   256.5659>   File "/usr/lib/enigma2/python/mytest.py", line 329, in openWithCallback
    <   256.5663>     dlg = self.open(screen, *arguments, **kwargs)
    <   256.5663>   File "/usr/lib/enigma2/python/mytest.py", line 339, in open
    <   256.5666>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    <   256.5667>   File "/usr/lib/enigma2/python/mytest.py", line 276, in instantiateDialog
    <   256.5669>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    <   256.5670>   File "/usr/lib/enigma2/python/mytest.py", line 299, in doInstantiateDialog
    <   256.5673>     dlg = screen(self, *arguments, **kwargs)
    <   256.5673>   File "/usr/lib/enigma2/python/Screens/Setup.py", line 111, in __init__
    <   256.5674>   File "/usr/lib/enigma2/python/Screens/Setup.py", line 181, in createSetupList
    <   256.5675>   File "<string>", line 1, in <module>
    <   256.5676>   File "/usr/lib/enigma2/python/Components/config.py", line 1884, in __getattr__
    <   256.5677> AttributeError: maxchannelnumlen
    <   256.5678> [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0xafa0bcb0>>,('OkCancelActions', 'ok')) failed)
    <   259.8712> [gRC] main thread is non-idle! display spinner!
    Help keep OpenViX servers online.Please donate!

  10. #38
    BrianTheTechieSnail
    Quote Originally Posted by ccs View Post
    One thing I don't understand is when I disable the panic button, zero immediately takes me back to the previous channel. Is this to be expected?
    Yes.
    That's the choice. Go back to previous channel or go to the first channel.

  11. #39
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,440
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by Huevos View Post
    Can't even open the channel selection config.

    Menu > Setup > User interface > Channel selection > Crash.

    Code:
    <   256.5653> Traceback (most recent call last):
    <   256.5654>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 77, in action
    <   256.5656>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 57, in action
    <   256.5657>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 60, in okbuttonClick
    <   256.5658>   File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 9, in __call__
    <   256.5658>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 83, in openSetup
    <   256.5659>   File "/usr/lib/enigma2/python/mytest.py", line 329, in openWithCallback
    <   256.5663>     dlg = self.open(screen, *arguments, **kwargs)
    <   256.5663>   File "/usr/lib/enigma2/python/mytest.py", line 339, in open
    <   256.5666>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    <   256.5667>   File "/usr/lib/enigma2/python/mytest.py", line 276, in instantiateDialog
    <   256.5669>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    <   256.5670>   File "/usr/lib/enigma2/python/mytest.py", line 299, in doInstantiateDialog
    <   256.5673>     dlg = screen(self, *arguments, **kwargs)
    <   256.5673>   File "/usr/lib/enigma2/python/Screens/Setup.py", line 111, in __init__
    <   256.5674>   File "/usr/lib/enigma2/python/Screens/Setup.py", line 181, in createSetupList
    <   256.5675>   File "<string>", line 1, in <module>
    <   256.5676>   File "/usr/lib/enigma2/python/Components/config.py", line 1884, in __getattr__
    <   256.5677> AttributeError: maxchannelnumlen
    <   256.5678> [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap instance at 0xafa0bcb0>>,('OkCancelActions', 'ok')) failed)
    <   259.8712> [gRC] main thread is non-idle! display spinner!
    Weird, it is working for me. The commit for the maximum number of digits was here
    https://github.com/OpenViX/enigma2/c...111b9a3c626107

  12. #40
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,440
    Thanked 9,160 Times in 6,235 Posts
    Quote Originally Posted by abu baniaz View Post
    Weird, it is working for me. The commit for the maximum number of digits was here
    https://github.com/OpenViX/enigma2/c...111b9a3c626107
    I have flashed release and did not restore settings or plugins and can still access the menu.

  13. #41
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,440
    Thanked 9,160 Times in 6,235 Posts

    @Headbanger, if you do not have IPTV, can you upload your bouquet files please? Everything ending in .tv and .radio in /etc/enigma2. Zip them please. Can you also attach the file called settings in the same directory.
    Last edited by abu baniaz; 16-06-20 at 00:47. Reason: no longer required

  14. #42
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Quote Originally Posted by abu baniaz View Post
    @Headbanger, if you do not have IPTV, can you upload your bouquet files please? Everything ending in .tv and .radio in /etc/enigma2. Zip them please. Can you also attach the file called settings in the same directory.
    Nothing to do with the bouquet files.
    Help keep OpenViX servers online.Please donate!

  15. #43
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Menu > Setup > UI > CS.

    Disable "multiple bouquets". Enable "panic button". Save and exit menu. Zap to another channel. Press "zero" twice. Crash.
    Last edited by Huevos; 16-06-20 at 00:37.
    Help keep OpenViX servers online.Please donate!

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

    abu baniaz (16-06-20)

  17. #44
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,440
    Thanked 9,160 Times in 6,235 Posts
    Receiver wont boot for me now

    Code:
    <  3414.4946> 00:50:49.2769   File "/usr/lib/enigma2/python/mytest.py", line 44, in <module>
    <  3414.4948> 00:50:49.2771     from Screens import InfoBar
    <  3414.4949> 00:50:49.2772   File "/usr/lib/enigma2/python/Screens/InfoBar.py", line 5, in <module>
    <  3414.4951> 00:50:49.2774   File "/usr/lib/enigma2/python/Screens/MovieSelection.py", line 11, in <module>
    <  3414.4953> 00:50:49.2776   File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 7, in <module>
    <  3414.4954> 00:50:49.2778 ImportError: No module named Plugins.Plugin

  18. #45
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,614
    Thanks
    2,006
    Thanked 4,947 Times in 3,269 Posts
    Have you deleted it by accident?

    /usr/lib/enigma2/plugins/plugin.py
    Help keep OpenViX servers online.Please donate!

Page 3 of 5 FirstFirst 12345 LastLast

Tags for this Thread

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.