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 12 of 64 FirstFirst ... 210111213142262 ... LastLast
Results 166 to 180 of 954

Thread: Testers required for OpenViX Python 3 images

  1. #166

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    Standard skin OOB
    Gigablue UE 4K, 2TB HDD, 16GB USB
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  2. #167

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    Quote Originally Posted by twol View Post
    Can you turn on debug logs (Menu/Setup/System/Logs/settings) and save to hdd
    ...and then try attachments as follows:-
    putty: init 4 (space between)
    copy About.py to /usr/lib/enigma2/python/Screens (rename existing About.py first)
    copy Harddisk.py to /usr/lib/enigma2/python/Components (rename Harddisk.py first)
    putty: init 6 (space between)
    post results & log(s)
    Will be tonight before I can try this.


    H/W is Gigablue UE 4K, 2TB HDD, 16GB USB
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  3. The Following User Says Thank You to white_westie For This Useful Post:

    twol (24-06-21)

  4. #168
    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 Huevos View Post
    It just makes an xml file. Nothing more.
    This change to dvbscanner.py appears to have sorted the problem, increasing SDT_TIMEOUT from 20 to 120.

    Code:
    from __future__ import print_function
    
    from .. import log
    
    import dvbreader
    import datetime
    import time
    import os
    from Components.config import config
    
    
    class DvbScanner():
    	TIMEOUT_SEC = 20
    	SDT_TIMEOUT = 120
    
    	VIDEO_ALLOWED_TYPES = [1, 4, 5, 17, 22, 24, 25, 27, 31, 135]
    	AUDIO_ALLOWED_TYPES = [2, 10]
    The only thing I did differently from yesterday (when results were very unpredictable) was to exit AutoBouquetMaker first before rerunning a scan.

    There is no increase in the scan time for the 506 mux which has always worked, the 562 mux takes much longer, but does now work.

  5. #169
    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 ccs View Post
    This change to dvbscanner.py appears to have sorted the problem, increasing SDT_TIMEOUT from 20 to 120.

    Code:
    from __future__ import print_function
    
    from .. import log
    
    import dvbreader
    import datetime
    import time
    import os
    from Components.config import config
    
    
    class DvbScanner():
    	TIMEOUT_SEC = 20
    	SDT_TIMEOUT = 120
    
    	VIDEO_ALLOWED_TYPES = [1, 4, 5, 17, 22, 24, 25, 27, 31, 135]
    	AUDIO_ALLOWED_TYPES = [2, 10]
    The only thing I did differently from yesterday (when results were very unpredictable) was to exit AutoBouquetMaker first before rerunning a scan.

    There is no increase in the scan time for the 506 mux which has always worked, the 562 mux takes much longer, but does now work.
    You really should start another thread as this is not a Py3 problem.

    DVB standard says all sections of "SDT actual" must be transmitted at least once every 2 seconds, and, all sections of "SDT other" must be transmitted at least once every 15 seconds, so a 20 second timeout is good for any mux that complies with the standard, but obviously yours doesn't, or is broken.

    Please get a debug log of the scan with extra debug activated.
    Help keep OpenViX servers online.Please donate!

  6. #170
    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 Huevos View Post
    You really should start another thread as this is not a Py3 problem.

    DVB standard says all sections of "SDT actual" must be transmitted at least once every 2 seconds, and, all sections of "SDT other" must be transmitted at least once every 15 seconds, so a 20 second timeout is good for any mux that complies with the standard, but obviously yours doesn't, or is broken.

    Please get a debug log of the scan with extra debug activated.
    It became a P3 problem because P2 works, but probably by accident rather than by design.

    I'll start a new thread.

    Any chance the extra debug logs could have timestamps added?

  7. #171
    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 nunigaia View Post
    @Huevos

    As soon as is possible and when you have a spare time, can you please provide a UNO4K SE image for testing?

    Thanks in advance!

    best regards
    nunigaia
    That is available.
    Help keep OpenViX servers online.Please donate!

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

    nunigaia (24-06-21)

  9. #172
    isteric2005's Avatar
    Title
    Junior Member
    Join Date
    May 2021
    Posts
    10
    Thanks
    3
    Thanked 0 Times in 0 Posts
    I wait for the image for the sf4008 octagon to do some tests. thanks

  10. #173
    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 isteric2005 View Post
    I wait for the image for the sf4008 octagon to do some tests. thanks
    Sorry, I am not going to build the sf4008.
    Help keep OpenViX servers online.Please donate!

  11. #174

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    Quote Originally Posted by twol View Post
    Can you turn on debug logs (Menu/Setup/System/Logs/settings) and save to hdd
    ...and then try attachments as follows:-
    putty: init 4 (space between)
    copy About.py to /usr/lib/enigma2/python/Screens (rename existing About.py first)
    copy Harddisk.py to /usr/lib/enigma2/python/Components (rename Harddisk.py first)
    putty: init 6 (space between)
    post results & log(s)

    Applied new files, rebooted, but crashed again.

    I have a 64MB swapfile configured on the usb key, and when I go into the Information Memory page, its incorrect!
    Not sure where its getting the values from!
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by white_westie; 24-06-21 at 23:51. Reason: Forgot to attach logs
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  12. #175
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    996
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by white_westie View Post
    Applied new files, rebooted, but crashed again.

    I have a 64MB swapfile configured on the usb key, and when I go into the Information Memory page, its incorrect!
    Not sure where its getting the values from!
    Many thanks will look at the info.
    However, there is no way you need a swap file on this box! system allocates one on mmcblk0p10 (eMMC partition) already 539644 kB (I guess added when Kodi was initially supported)
    Last edited by twol; 25-06-21 at 11: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

  13. #176
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    996
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by white_westie View Post
    Applied new files, rebooted, but crashed again.

    I have a 64MB swapfile configured on the usb key, and when I go into the Information Memory page, its incorrect!
    Not sure where its getting the values from!
    So issue was the 2TB HDD - incorrect statement (brackets error)

    try new attachment (About.py)
    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

  14. #177
    Joe_90's Avatar
    Title
    Moderator
    Join Date
    Mar 2014
    Location
    Wicklow, Ireland
    Posts
    4,109
    Thanks
    1,274
    Thanked 1,122 Times in 884 Posts
    On ax61 - 5.5.13.016 I got a crash in Positioner Setup when I selected Calibrate (Yellow key).

    Relevant section:

    Code:
      9974.0772> 10:20:17.6616 [eInputDeviceInit] 0 190 (400) 1
    <  9974.0773> 10:20:17.6617 [eRCDeviceInputDev] emit: 0
    <  9974.0786> 10:20:17.6630 [InfoBarGenerics] Key: 400 (Break) KeyID='KEY_YELLOW' Binding='('YELLOW',)'.
    <  9974.0788> 10:20:17.6631 [ActionMap] Keymap 'ColorActions' -> Action = 'yellow'.
    <  9974.0789> 10:20:17.6632 USALS calibration
    <  9974.0790> 10:20:17.6634 USALS calibration
    <  9974.0792> 10:20:17.6636 Traceback (most recent call last):
    <  9974.0793> 10:20:17.6636   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 80, in action
    <  9974.0803> 10:20:17.6646     return ActionMap.action(self, contexts, action)
    <  9974.0804> 10:20:17.6648   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
    <  9974.0808> 10:20:17.6651     res = self.actions[action]()
    <  9974.0808> 10:20:17.6652   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/PositionerSetup/plugin.py", line 703, in yellowKey
    <  9974.0826> 10:20:17.6669     print>>log, (_("Site latitude") + "      : %5.1f %s") % PositionerSetup.latitude2orbital(self.sitelat)
    <  9974.0827> 10:20:17.6671 TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and 'module'. Did you mean "print(<message>, file=<output_stream>)"?
    <  9974.0828> 10:20:17.6671 [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap object at 0xafb2ebf8>>,('ColorActions', 'yellow')) failed)
    Full crashlog:
    Attached Files Attached Files
    GB Quad Plus, Mut@nt HD51, AX HD61, 80cm dish and Supreme Dark motor. Sony STR-DN 1060, Sony UHP-H1 Bluray, Odroid N2+ (CoreElec), Monitor Audio Bronze 5.1 speakers

  15. #178
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    996
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by Joe_90 View Post
    On ax61 - 5.5.13.016 I got a crash in Positioner Setup when I selected Calibrate (Yellow key).

    Relevant section:

    Code:
      9974.0772> 10:20:17.6616 [eInputDeviceInit] 0 190 (400) 1
    <  9974.0773> 10:20:17.6617 [eRCDeviceInputDev] emit: 0
    <  9974.0786> 10:20:17.6630 [InfoBarGenerics] Key: 400 (Break) KeyID='KEY_YELLOW' Binding='('YELLOW',)'.
    <  9974.0788> 10:20:17.6631 [ActionMap] Keymap 'ColorActions' -> Action = 'yellow'.
    <  9974.0789> 10:20:17.6632 USALS calibration
    <  9974.0790> 10:20:17.6634 USALS calibration
    <  9974.0792> 10:20:17.6636 Traceback (most recent call last):
    <  9974.0793> 10:20:17.6636   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 80, in action
    <  9974.0803> 10:20:17.6646     return ActionMap.action(self, contexts, action)
    <  9974.0804> 10:20:17.6648   File "/usr/lib/enigma2/python/Components/ActionMap.py", line 60, in action
    <  9974.0808> 10:20:17.6651     res = self.actions[action]()
    <  9974.0808> 10:20:17.6652   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/PositionerSetup/plugin.py", line 703, in yellowKey
    <  9974.0826> 10:20:17.6669     print>>log, (_("Site latitude") + "      : %5.1f %s") % PositionerSetup.latitude2orbital(self.sitelat)
    <  9974.0827> 10:20:17.6671 TypeError: unsupported operand type(s) for >>: 'builtin_function_or_method' and 'module'. Did you mean "print(<message>, file=<output_stream>)"?
    <  9974.0828> 10:20:17.6671 [ePyObject] (CallObject(<bound method NumberActionMap.action of <Components.ActionMap.NumberActionMap object at 0xafb2ebf8>>,('ColorActions', 'yellow')) failed)
    Full crashlog:
    fixed yesterday in Git
    Attached Files Attached Files
    Last edited by twol; 25-06-21 at 11:41.
    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

  16. #179
    Joe_90's Avatar
    Title
    Moderator
    Join Date
    Mar 2014
    Location
    Wicklow, Ireland
    Posts
    4,109
    Thanks
    1,274
    Thanked 1,122 Times in 884 Posts
    Thanks @twol - I did search the thread for any reports of this issue and did look at the github commit emails, but didn't spot anything specific to PositionerSetup. I'll download the py files and re-test.
    GB Quad Plus, Mut@nt HD51, AX HD61, 80cm dish and Supreme Dark motor. Sony STR-DN 1060, Sony UHP-H1 Bluray, Odroid N2+ (CoreElec), Monitor Audio Bronze 5.1 speakers

  17. #180
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    996
    Thanked 2,894 Times in 2,247 Posts
    Quote Originally Posted by Joe_90 View Post
    Thanks @twol - I did search the thread for any reports of this issue and did look at the github commit emails, but didn't spot anything specific to PositionerSetup. I'll download the py files and re-test.
    don't forget to stop the box before copying over & then reboot (preferably with putty :- init 4 % then init 6)
    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 12 of 64 FirstFirst ... 210111213142262 ... 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.