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 2 of 64 FirstFirst 12341252 ... LastLast
Results 16 to 30 of 954

Thread: Testers required for OpenViX Python 3 images

  1. #16

    Title
    Senior Member
    Join Date
    Jul 2013
    Posts
    105
    Thanks
    34
    Thanked 17 Times in 11 Posts
    I can test on mutant hd51.

    Sent from my Nokia 6.1 using Tapatalk

  2. #17
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,629
    Thanks
    2,006
    Thanked 4,953 Times in 3,274 Posts
    Quote Originally Posted by cargen View Post
    I can test on mutant hd51.

    Sent from my Nokia 6.1 using Tapatalk
    Give us a bit of time to build the images listed in post #11. Each model takes about 6 hours to build (sometimes more).

    Once built I will add a link in here where you can download them from.
    Help keep OpenViX servers online.Please donate!

  3. The Following 4 Users Say Thank You to Huevos For This Useful Post:

    aadham (19-06-21),cargen (18-06-21),Joe_90 (19-06-21)

  4. #18

    Title
    ViX Beta Tester
    Join Date
    Nov 2017
    Posts
    888
    Thanks
    103
    Thanked 480 Times in 285 Posts
    I'll be running the latest Python 3 images on my XTrend ET8500.

  5. #19
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,629
    Thanks
    2,006
    Thanked 4,953 Times in 3,274 Posts
    First batch of images here: http://images.satellites-xml.org/Py3/

    More to come.
    Help keep OpenViX servers online.Please donate!

  6. The Following 5 Users Say Thank You to Huevos For This Useful Post:

    chkerker (17-07-21),dsayers (20-06-21),Joe_90 (20-06-21),Willo3092 (20-06-21)

  7. #20

    Title
    Senior Member
    Join Date
    Jul 2013
    Posts
    105
    Thanks
    34
    Thanked 17 Times in 11 Posts
    Hi thanks

    Can be installed via image manager on a different partition or do we need to do via USB?

    Sent from my Nokia 6.1 using Tapatalk

  8. #21

    Title
    ViX Beta Tester
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    2,049
    Thanks
    404
    Thanked 668 Times in 547 Posts
    You can use image manager. the default location to put the zip file is the imagebackups folder on your hard drive (if you have one). Do not unzip the file.
    Zgemma H7S running OpenVIX 6.2, Darkmotor, Triax TD110 dish, Inverto Black Ultra dual lnb
    LG 50UM7450 4K TV, Pioneer VSX-534 Atmos AVR , Panasonic UB820 region free 4K Bluray & a PS4.

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

    cargen (20-06-21)

  10. #22
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    What version of python 3 is the test images using? Plugins like jedimakerxtream and modified sundtek control center plugin that works on openatv 6.5 seems to give crashes.


    Jedimakerxtream choosing continue in bouquets settings screen
    Code:
    <   424.7373> Traceback (most recent call last):
    <   424.7374>   File "/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/setupbouquet.py", line 569, in getStartList
    <   424.7385>     self.refresh()
    <   424.7386>   File "/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/setupbouquet.py", line 574, in refresh
    <   424.7395>     self['list'].updateList(self.drawList)
    <   424.7395>   File "/usr/lib/enigma2/python/Components/Sources/List.py", line 104, in updateList
    <   424.7403>     assert len(list) == len(self.__list)
    <   424.7404> AssertionError
    <   424.7405> [ePyObject] (CallObject(<bound method JediMakerXtream_ChooseBouquets.getStartList of <class 'Plugins.Extensions.JediMakerXtream.setupbouquet.JediMakerXtream_ChooseBouquets'>>,()) failed)
    Sundtek control center choosing save and start tuner. I think it's when checking driver version
    Code:
    <   277.0768> Traceback (most recent call last):
    <   277.0768>   File "/usr/lib/enigma2/python/StartEnigma.py", line 252, in processDelay
    <   277.0775>     callback(*retval)
    <   277.0775>   File "/usr/lib/enigma2/python/Plugins/Extensions/SundtekControlCenter/SundtekControlCenter.py", line 556, in thismenuCallback
    <   277.0786>     ret and ret[1]()
    <   277.0786>   File "/usr/lib/enigma2/python/Plugins/Extensions/SundtekControlCenter/SundtekControlCenter.py", line 848, in checkdriverversion
    <   277.0799>     self.session.openWithCallback(self.disclaimer, MessageBox, _("latest sundtek driver version:\n")+netdriver+"\n"+_("\nyour driver version:\n")+installeddriver+_("\nUpdate to current sundtek driver version?"), MessageBox.TYPE_YESNO)
    <   277.0799>   File "/usr/lib/enigma2/python/StartEnigma.py", line 332, in openWithCallback
    <   277.0805>     dlg = self.open(screen, *arguments, **kwargs)
    <   277.0805>   File "/usr/lib/enigma2/python/StartEnigma.py", line 342, in open
    <   277.0811>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    <   277.0811>   File "/usr/lib/enigma2/python/StartEnigma.py", line 279, in instantiateDialog
    <   277.0815>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    <   277.0816>   File "/usr/lib/enigma2/python/StartEnigma.py", line 309, in doInstantiateDialog
    <   277.0820>     dlg.applySkin()
    <   277.0821>   File "/usr/lib/enigma2/python/Screens/Screen.py", line 246, in applySkin
    <   277.0825>     self.createGUIScreen(self.instance, self.desktop)
    <   277.0826>   File "/usr/lib/enigma2/python/Screens/Screen.py", line 274, in createGUIScreen
    <   277.0830>     exec(f, globals(), locals())  # Python 3
    <   277.0830>   File "skin applet", line 49, in <module>
    <   277.0833>   File "/usr/lib/enigma2/python/enigma.py", line 1211, in __init__
    <   277.0850>     _enigma.ePoint_swiginit(self, _enigma.new_ePoint(*args))
    <   277.0851> TypeError: in method 'new_ePoint', argument 1 of type 'int'
    Additional information:
    Wrong number or type of arguments for overloaded function 'new_ePoint'.
      Possible C/C++ prototypes are:
        ePoint::ePoint()
        ePoint::ePoint(int,int)
    <   277.0851> 
    <   277.0852> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb0a57f28>>,()) failed)
    Edit this seems to crash on various screens including image manager then choosing a backup

    I think this is a skin issue I've deleted vskin-1080 folder and it seems ok on the second crash
    Last edited by dsayers; 20-06-21 at 10:02.

  11. #23

    Title
    Senior Member
    Join Date
    Jul 2013
    Posts
    105
    Thanks
    34
    Thanked 17 Times in 11 Posts
    I have same problem with Jedimakerxtream.

    With mutanthd51

    Sent from my Nokia 6.1 using Tapatalk

  12. #24
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,415
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Exactly the same as ATV 6.5/7.0
    .
    Sundtek …… the plugin I looked at a few weeks ago was not python3 and needed more changes, even after the ones I suggested. …..so where did this version come from??

    Jedimakerxstream - not sure if Kiddac ever made this 100% python3 - Xstreamity is now(after a few issues) - I use it all the time
    However, the assert was put back into our code after a change by IanSav - not sure why (although I did it) - will have a look, so probably needs fixing in E2
    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

  13. #25
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,764
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by twol View Post
    Exactly the same as ATV 6.5/7.0
    .
    Sundtek …… the plugin I looked at a few weeks ago was not python3 and needed more changes, even after the ones I suggested. …..so where did this version come from??

    Jedimakerxstream - not sure if Kiddac ever made this 100% python3 - Xstreamity is now(after a few issues) - I use it all the time
    However, the assert was put back into our code after a change by IanSav - not sure why (although I did it) - will have a look, so probably needs fixing in E2
    Sundtek control center version is the one I posted in the other thread. That was a skin issue and by deleting the skin. It still has the same check version. I think Jedimakerxtream was updated for py3 compatibly I'll check his thread.

  14. #26
    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
    Sundtek …… the plugin I looked at a few weeks ago was not python3 and needed more changes, even after the ones I suggested. …..so where did this version come from??
    Sundtek Control Centre worked ok for me (as I've always used it) using P3 in this thread... https://www.world-of-satellite.com/s...l=1#post514356

  15. #27
    Huevos's Avatar
    Title
    Administrator
    Join Date
    Jun 2010
    Location
    38.5N, 0.5W
    Posts
    13,629
    Thanks
    2,006
    Thanked 4,953 Times in 3,274 Posts
    Nothing wrong with the assert. It just shows something is wrong in the plugin.
    Help keep OpenViX servers online.Please donate!

  16. #28

    Title
    Member
    Join Date
    Feb 2020
    Posts
    52
    Thanks
    19
    Thanked 9 Times in 6 Posts
    Crash observed on SF8008m when looking at Menu/Information/Network.

    Enigma2_crash_2021-06-20_10-27-05.log

  17. The Following User Says Thank You to carpcat For This Useful Post:

    Huevos (20-06-21)

  18. #29
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,415
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by carpcat View Post
    Crash observed on SF8008m when looking at Menu/Information/Network.

    Enigma2_crash_2021-06-20_10-27-05.log
    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??
    Attached Files Attached Files
    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

  19. #30
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,415
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by dsayers View Post
    What version of python 3 is the test images using? Plugins like jedimakerxtream and modified sundtek control center plugin that works on openatv 6.5 seems to give crashes.


    Jedimakerxtream choosing continue in bouquets settings screen
    Code:
    <   424.7373> Traceback (most recent call last):
    <   424.7374>   File "/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/setupbouquet.py", line 569, in getStartList
    <   424.7385>     self.refresh()
    <   424.7386>   File "/usr/lib/enigma2/python/Plugins/Extensions/JediMakerXtream/setupbouquet.py", line 574, in refresh
    <   424.7395>     self['list'].updateList(self.drawList)
    <   424.7395>   File "/usr/lib/enigma2/python/Components/Sources/List.py", line 104, in updateList
    <   424.7403>     assert len(list) == len(self.__list)
    <   424.7404> AssertionError
    <   424.7405> [ePyObject] (CallObject(<bound method JediMakerXtream_ChooseBouquets.getStartList of <class 'Plugins.Extensions.JediMakerXtream.setupbouquet.JediMakerXtream_ChooseBouquets'>>,()) failed)
    Sundtek control center choosing save and start tuner. I think it's when checking driver version
    Code:
    <   277.0768> Traceback (most recent call last):
    <   277.0768>   File "/usr/lib/enigma2/python/StartEnigma.py", line 252, in processDelay
    <   277.0775>     callback(*retval)
    <   277.0775>   File "/usr/lib/enigma2/python/Plugins/Extensions/SundtekControlCenter/SundtekControlCenter.py", line 556, in thismenuCallback
    <   277.0786>     ret and ret[1]()
    <   277.0786>   File "/usr/lib/enigma2/python/Plugins/Extensions/SundtekControlCenter/SundtekControlCenter.py", line 848, in checkdriverversion
    <   277.0799>     self.session.openWithCallback(self.disclaimer, MessageBox, _("latest sundtek driver version:\n")+netdriver+"\n"+_("\nyour driver version:\n")+installeddriver+_("\nUpdate to current sundtek driver version?"), MessageBox.TYPE_YESNO)
    <   277.0799>   File "/usr/lib/enigma2/python/StartEnigma.py", line 332, in openWithCallback
    <   277.0805>     dlg = self.open(screen, *arguments, **kwargs)
    <   277.0805>   File "/usr/lib/enigma2/python/StartEnigma.py", line 342, in open
    <   277.0811>     dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
    <   277.0811>   File "/usr/lib/enigma2/python/StartEnigma.py", line 279, in instantiateDialog
    <   277.0815>     return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
    <   277.0816>   File "/usr/lib/enigma2/python/StartEnigma.py", line 309, in doInstantiateDialog
    <   277.0820>     dlg.applySkin()
    <   277.0821>   File "/usr/lib/enigma2/python/Screens/Screen.py", line 246, in applySkin
    <   277.0825>     self.createGUIScreen(self.instance, self.desktop)
    <   277.0826>   File "/usr/lib/enigma2/python/Screens/Screen.py", line 274, in createGUIScreen
    <   277.0830>     exec(f, globals(), locals())  # Python 3
    <   277.0830>   File "skin applet", line 49, in <module>
    <   277.0833>   File "/usr/lib/enigma2/python/enigma.py", line 1211, in __init__
    <   277.0850>     _enigma.ePoint_swiginit(self, _enigma.new_ePoint(*args))
    <   277.0851> TypeError: in method 'new_ePoint', argument 1 of type 'int'
    Additional information:
    Wrong number or type of arguments for overloaded function 'new_ePoint'.
      Possible C/C++ prototypes are:
        ePoint::ePoint()
        ePoint::ePoint(int,int)
    <   277.0851> 
    <   277.0852> [ePyObject] (CallObject(<bound method Session.processDelay of <__main__.Session object at 0xb0a57f28>>,()) failed)
    Edit this seems to crash on various screens including image manager then choosing a backup

    I think this is a skin issue I've deleted vskin-1080 folder and it seems ok on the second crash
    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:
    Attached Files Attached Files
    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 2 of 64 FirstFirst 12341252 ... 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.