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 64 FirstFirst 123451353 ... LastLast
Results 31 to 45 of 954

Thread: Testers required for OpenViX Python 3 images

  1. #31
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by twol View Post
    for jedimaker can you try this in /usr/lib/enigma2/python/Components/Sources you need to make a copy of existing then stop & reboot system after copying over:
    That worked thanks

    I now get a crash when building bouquets
    Code:
    <  6338.1544> Traceback (most recent call last):
    <  6338.1546>   File "/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/buildbouquet.py", line 121, in downloadrytec
    <  6338.1563>     self.rytec_ref, self.epg_alias_names = downloads.downloadrytec()
    <  6338.1564>   File "/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/downloads.py", line 366, in downloadrytec
    <  6338.1578>     if "<!-- 28.2E -->" in line and "0000FFFF" not in line:
    <  6338.1580> TypeError: a bytes-like object is required, not 'str'
    <  6338.1581> [ePyObject] (CallObject(<bound method JediMakerXtream_BuildBouquets.downloadrytec of <class 'Plugins.Extensions.JediMakerXtream.buildbouquet.JediMakerXtream_BuildBouquets'>>,()) failed)
    Changing uses Rytec UK EPG to no fixes the crash Ill let KiddaC look at that.

  2. #32
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts

    AutoBouquetsMaker using custom region

    Using custom region in AutoBouquetsMaker doesn't seem to remove dead channels all Sky channels are shown, Im not using a CustomMix. Debug log attached. I'm not sure if this should be in the AutoBouquetsMaker section
    Attached Files Attached Files

  3. #33
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by twol View Post
    Can you try this:
    Putty init 4 (space between)
    Filezilla copy module below to /usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan
    Putty init 6 (space between)
    try again!

    that a nasty crash - not directly in our code - I assume the WiFi was connected at the time??
    I got a crash trying to configure WLAN, but the attached file sorted it, and the wireless network is now running ok.

  4. The Following User Says Thank You to ccs For This Useful Post:

    twol (20-06-21)

  5. #34
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by twol View Post
    for jedimaker can you try this in /usr/lib/enigma2/python/Components/Sources you need to make a copy of existing then stop & reboot system after copying over:
    I'm not sure if its related but now after sending List.py I get a crash choosing Tuner Setup. Menu, Setup, Tuners and Scanning, Tuner Setup


    Code:
    <  7629.5295> Traceback (most recent call last):
    <  7629.5296>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 80, in action
    <  7629.5304>     return ActionMap.action(self, contexts, action)
    <  7629.5305>   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
    <  7629.5308>     res = self.actions[action]()
    <  7629.5309>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 86, in okbuttonClick
    <  7629.5323>     selection[1]()
    <  7629.5324>   File "/usr/lib/enigma2/python/Tools/BoundFunction.py", line 10, in __call__
    <  7629.5332>     return self.fnc(*self.args + args, **newkwargs)
    <  7629.5333>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 100, in runScreen
    <  7629.5337>     self.openDialog(*eval(arg[1]))
    <  7629.5337>   File "/usr/lib/enigma2/python/Screens/Menu.py", line 106, in openDialog
    <  7629.5341>     self.session.openWithCallback(self.menuClosed, *dialog)
    <  7629.5342>   File "/usr/lib/enigma2/python/StartEnigma.py", line 332, in openWithCallback
    <  7629.5347>     dlg = self.open(screen, *arguments, **kwargs)
    <  7629.5348>   File "/usr/lib/enigma2/python/StartEnigma.py", line 342, in open
    <  7629.5355>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    <  7629.5356>   File "/usr/lib/enigma2/python/StartEnigma.py", line 279, in instantiateDialog
    <  7629.5361>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    <  7629.5362>   File "/usr/lib/enigma2/python/StartEnigma.py", line 302, in doInstantiateDialog
    <  7629.5367>     dlg = screen(self, *arguments, **kwargs)
    <  7629.5367>   File "/usr/lib/enigma2/python/Screens/Satconfig.py", line 770, in __init__
    <  7629.5401>     self.updateList()
    <  7629.5402>   File "/usr/lib/enigma2/python/Screens/Satconfig.py", line 953, in updateList
    <  7629.5428>     self["nimlist"].updateList(self.list)
    <  7629.5429>   File "/usr/lib/enigma2/python/Components/Sources/List.py", line 105, in updateList
    <  7629.5437>     old_index = min(max_index, self.index)
    <  7629.5438> TypeError: '<' not supported between instances of 'NoneType' and 'int'
    <  7629.5439> [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.HelpableNumberActionMap object at 0xaf512988>>,('OkCancelActions', 'ok')) failed)
    Attached Files Attached Files
    Last edited by dsayers; 20-06-21 at 12:30.

  6. #35
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,404
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by dsayers View Post
    I'm not sure if its related but now after sending List.py I get a crash choosing Tuner Setup. Menu, Setup, Tuners and Scanning, Tuner Setup
    Yes, it is need to check how these two variable causing crash are defined delete & rename old version
    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

  7. #36
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by twol View Post
    Yes, it is need to check how these two variable causing crash are defined delete & rename old version
    Using original version I get no crash choosing Tuner Setup but then I get the crash using jedimaker plugin

  8. #37
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,404
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by dsayers View Post
    Using original version I get no crash choosing Tuner Setup but then I get the crash using jedimaker plugin
    Give me a few minutes to check through the code - like 30mins ... and will try and post back
    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

  9. The Following User Says Thank You to twol For This Useful Post:

    dsayers (20-06-21)

  10. #38
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,404
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by ccs View Post
    I got a crash trying to configure WLAN, but the attached file sorted it, and the wireless network is now running ok.
    would be interested in seeing the debug log - after it worked with the replacement module
    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

  11. #39
    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
    Current list of built images:
    • ax61
    • et8000
    • et8500
    • gbquad4k
    • gbue4k
    • mutant51
    • osmega
    • osmio4kplus
    • sf8008
    • sf8008m
    • vusolo2
    • vuultimo4k
    • vuuno4k
    • zgemmah7
    • zgemmah9combo
    • zgemmat9twin


    Fetch from here:
    http://images.satellites-xml.org/Py3/

    And please remember these are test images.
    Help keep OpenViX servers online.Please donate!

  12. #40
    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 dsayers View Post
    Using custom region in AutoBouquetsMaker doesn't seem to remove dead channels all Sky channels are shown, Im not using a CustomMix. Debug log attached. I'm not sure if this should be in the AutoBouquetsMaker section
    No idea what this means?
    Help keep OpenViX servers online.Please donate!

  13. #41
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    Quote Originally Posted by twol View Post
    would be interested in seeing the debug log - after it worked with the replacement module
    This is the crash I got earlier when trying to configure WLAN...

    Code:
    11:57:12.1612 [Avahi] timeout elapsed
    11:57:12.1613 [Avahi] avahi_timeout_update
    11:57:12.1673 [Skin] Processing screen 'MessageBox', position=(0, 0), size=(1920 x 1080) for module 'MessageBox'.
    11:57:12.1854 [Screen] Warning: Skin is missing element 'icon' in <class 'Screens.MessageBox.MessageBox'>(Your network configuration has been activated.).
    11:57:12.1887 [Pixmap] setPixmapNum(1) failed! defined pixmaps: []
    11:57:12.1891 [MessageBox] Timeout set to 10 seconds.
    11:57:12.1901 [Skin] Processing screen 'MessageBox_summary' from list 'MessageBoxSummary, ScreenSummary, MessageBox_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    11:57:12.9916 [Avahi] watch activated: 0x1
    11:57:12.9917 [Avahi] avahi_timeout_update
    11:57:12.9917 [Avahi] timeout elapsed
    11:57:12.9918 [Avahi] avahi_timeout_update
    11:57:16.5052 [eInputDeviceInit] 1 160 (352) 1
    11:57:16.5052 [eRCDeviceInputDev] emit: 1
    11:57:16.5067 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    11:57:16.5069 [ActionMap] Keymap 'MsgBoxActions' -> Action = 'ok'.
    11:57:18.6093 [Console] command: iwconfig wlan3
    11:57:18.6098 [eConsoleAppContainer] Starting /bin/sh
    11:57:18.6115 [Skin] Processing screen 'WlanStatus', position=(0, 0), size=(1920 x 1080) for module 'WlanStatus'.
    11:57:18.6244 [Skin] Error: Invalid valign 'left'!  Must be one of 'top', 'center' or 'bottom'.
    11:57:18.6421 [Skin] Processing screen 'SimpleSummary' from list 'WlanStatusSummary, ScreenSummary, WlanStatus_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    11:57:18.6457 [eInputDeviceInit] 0 160 (352) 1
    11:57:18.6458 [eRCDeviceInputDev] emit: 0
    11:57:18.6473 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    11:57:18.6476 [Console] finished: iwconfig wlan3
    11:57:20.7200 Traceback (most recent call last):
    11:57:20.7201   File "/usr/lib/enigma2/python/Components/Console.py", line 51, in finishedCB
    11:57:20.7212     callback(data, retval, self.extra_args)
    11:57:20.7213   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan/Wlan.py", line 577, in iwconfigFinished
    11:57:20.7228     data['encryption'] = aps[ssid]["encrypted"]
    11:57:20.7229 KeyError: ''
    11:57:20.7230 PC: b66a266c
    11:57:20.7230 Fault Address: 00000043
    11:57:20.7230 Error Code:: 519
    11:57:20.7232 Backtrace:
    11:57:20.7233 /usr/bin/enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0x749D4]
    11:57:20.7235 /lib/libc.so.6(__default_rt_sa_restorer) [0xB5FD7FC0]
    11:57:20.7235 -------FATAL SIGNAL (11)
    This is me switching from LAN to WLAN (when new Wlan.py had been added), checking with information/network, and then going back to LAN.
    Attached Files Attached Files

  14. #42
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by Huevos View Post
    No idea what this means?
    Im using Custom region but all channels are showing


    ent.jpg

    It looks like it is ignoring the hacks to remove channels.

  15. #43

    Title
    Member
    Join Date
    Feb 2020
    Posts
    52
    Thanks
    19
    Thanked 9 Times in 6 Posts
    Quote Originally Posted by twol View Post
    Can you try this:
    Putty init 4 (space between)
    Filezilla copy module below to /usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan
    Putty init 6 (space between)
    try again!

    that a nasty crash - not directly in our code - I assume the WiFi was connected at the time??

    Yep that’s worked. No crash experienced. And yes the WiFi was connected at the time. Thank you
    Last edited by carpcat; 20-06-21 at 13:10.

  16. #44
    Willo3092's Avatar
    Title
    ViX Beta Tester
    Join Date
    Oct 2016
    Location
    East Midlands
    Posts
    1,065
    Thanks
    752
    Thanked 403 Times in 303 Posts
    Terrestrial Freeview not scanning HD channels on ViX 5.5.
    Rebooted into 5.4 and all good.

  17. #45
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,404
    Thanks
    992
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by ccs View Post
    This is the crash I got earlier when trying to configure WLAN...

    Code:
    11:57:12.1612 [Avahi] timeout elapsed
    11:57:12.1613 [Avahi] avahi_timeout_update
    11:57:12.1673 [Skin] Processing screen 'MessageBox', position=(0, 0), size=(1920 x 1080) for module 'MessageBox'.
    11:57:12.1854 [Screen] Warning: Skin is missing element 'icon' in <class 'Screens.MessageBox.MessageBox'>(Your network configuration has been activated.).
    11:57:12.1887 [Pixmap] setPixmapNum(1) failed! defined pixmaps: []
    11:57:12.1891 [MessageBox] Timeout set to 10 seconds.
    11:57:12.1901 [Skin] Processing screen 'MessageBox_summary' from list 'MessageBoxSummary, ScreenSummary, MessageBox_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    11:57:12.9916 [Avahi] watch activated: 0x1
    11:57:12.9917 [Avahi] avahi_timeout_update
    11:57:12.9917 [Avahi] timeout elapsed
    11:57:12.9918 [Avahi] avahi_timeout_update
    11:57:16.5052 [eInputDeviceInit] 1 160 (352) 1
    11:57:16.5052 [eRCDeviceInputDev] emit: 1
    11:57:16.5067 [InfoBarGenerics] Key: 352 (Make) KeyID='KEY_OK' Binding='('OK',)'.
    11:57:16.5069 [ActionMap] Keymap 'MsgBoxActions' -> Action = 'ok'.
    11:57:18.6093 [Console] command: iwconfig wlan3
    11:57:18.6098 [eConsoleAppContainer] Starting /bin/sh
    11:57:18.6115 [Skin] Processing screen 'WlanStatus', position=(0, 0), size=(1920 x 1080) for module 'WlanStatus'.
    11:57:18.6244 [Skin] Error: Invalid valign 'left'!  Must be one of 'top', 'center' or 'bottom'.
    11:57:18.6421 [Skin] Processing screen 'SimpleSummary' from list 'WlanStatusSummary, ScreenSummary, WlanStatus_summary, SimpleSummary', position=(0, 0), size=(800 x 480) for module 'ScreenSummary'.
    11:57:18.6457 [eInputDeviceInit] 0 160 (352) 1
    11:57:18.6458 [eRCDeviceInputDev] emit: 0
    11:57:18.6473 [InfoBarGenerics] Key: 352 (Break) KeyID='KEY_OK' Binding='('OK',)'.
    11:57:18.6476 [Console] finished: iwconfig wlan3
    11:57:20.7200 Traceback (most recent call last):
    11:57:20.7201   File "/usr/lib/enigma2/python/Components/Console.py", line 51, in finishedCB
    11:57:20.7212     callback(data, retval, self.extra_args)
    11:57:20.7213   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/WirelessLan/Wlan.py", line 577, in iwconfigFinished
    11:57:20.7228     data['encryption'] = aps[ssid]["encrypted"]
    11:57:20.7229 KeyError: ''
    11:57:20.7230 PC: b66a266c
    11:57:20.7230 Fault Address: 00000043
    11:57:20.7230 Error Code:: 519
    11:57:20.7232 Backtrace:
    11:57:20.7233 /usr/bin/enigma2(_Z17handleFatalSignaliP9siginfo_tPv) [0x749D4]
    11:57:20.7235 /lib/libc.so.6(__default_rt_sa_restorer) [0xB5FD7FC0]
    11:57:20.7235 -------FATAL SIGNAL (11)
    This is me switching from LAN to WLAN (when new Wlan.py had been added), checking with information/network, and then going back to LAN.
    Many thanks - great response
    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

Page 3 of 64 FirstFirst 123451353 ... LastLast

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.