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 11 of 64 FirstFirst ... 9101112132161 ... LastLast
Results 151 to 165 of 954

Thread: Testers required for OpenViX Python 3 images

  1. #151
    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 dsayers View Post
    Im using Custom region but all channels are showing


    Attachment 62223

    It looks like it is ignoring the hacks to remove channels.
    This should be fixed. I have rebuilt all the boxes on my list.
    Help keep OpenViX servers online.Please donate!

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

    dsayers (23-06-21)

  3. #152
    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 Huevos View Post
    This should be fixed. I have rebuilt all the boxes on my list.
    I did a software update and noticed the bouquets are ok now.

    I think tools.py needs updating for streams in custommix aswel. I was going to have a look later today.

    Code:
    Traceback (most recent call last):
    < 30549.9415>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 494, in doBuildIndex
    < 30549.9441>     self.manager.save(self.providers, self.dependents)
    < 30549.9442>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 155, in save
    < 30549.9453>     services, providers[provider_key]["sections"] = Tools().customMix(self.services, provider_key, providers, self.providerConfigs[provider_key])
    < 30549.9453>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/tools.py", line 194, in customMix
    < 30549.9464>     if "%" not in url[:10]: # url not encoded
    < 30549.9465> TypeError: a bytes-like object is required, not 'str'
    < 30549.9466> [ePyObject] (CallObject(<bound method AutoBouquetsMaker.doBuildIndex of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)

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

    Huevos (23-06-21)

  5. #153
    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 dsayers View Post
    I did a software update and noticed the bouquets are ok now.

    I think tools.py needs updating for streams in custommix aswel. I was going to have a look later today.

    Code:
    Traceback (most recent call last):
    < 30549.9415>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/main.py", line 494, in doBuildIndex
    < 30549.9441>     self.manager.save(self.providers, self.dependents)
    < 30549.9442>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/manager.py", line 155, in save
    < 30549.9453>     services, providers[provider_key]["sections"] = Tools().customMix(self.services, provider_key, providers, self.providerConfigs[provider_key])
    < 30549.9453>   File "/usr/lib/enigma2/python/Plugins/SystemPlugins/AutoBouquetsMaker/scanner/tools.py", line 194, in customMix
    < 30549.9464>     if "%" not in url[:10]: # url not encoded
    < 30549.9465> TypeError: a bytes-like object is required, not 'str'
    < 30549.9466> [ePyObject] (CallObject(<bound method AutoBouquetsMaker.doBuildIndex of <class 'Plugins.SystemPlugins.AutoBouquetsMaker.scanner.main.AutoBouquetsMaker'>>,()) failed)
    Code:
    if "%" not in url[:10]: # url not encoded
    Probably:
    Code:
    if b"%" not in url[:10]: # url not encoded
    Help keep OpenViX servers online.Please donate!

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

    dsayers (02-07-21)

  7. #154
    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 Huevos View Post
    Code:
    if "%" not in url[:10]: # url not encoded
    Probably:
    Code:
    if b"%" not in url[:10]: # url not encoded
    Thats fixed it. Thanks

  8. #155

    Title
    Forum Supporter
    Donated Member
    Join Date
    Apr 2012
    Location
    Eire
    Posts
    158
    Thanks
    43
    Thanked 29 Times in 24 Posts
    A bit late to the party, but quick question - I have installed base image on a Gigablue UE UHD, should I do a software update first before doing any testing?
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  9. #156
    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
    2 choices:

    • Edit the created xml file by hand to suit your needs (after all it does contain all the data).
    • Find the mux with BBC ONE. If there are multiple instances choose the strongest. Means fiddling with a lot of code for little return.
    I thought I'd found a workaround, but ran into problems.

    If I'm changing the contents of terrestrial_finder.xml, what's the exact process I need to follow, the obvious one sometimes produces unexplained results.

    Does, for example, frequency finder delete files when creating terrestrial_finder.xml - eg providers.cache?

    What I found was that going back to my "working" version didn't find more than 50% of channels, whatever I tried.
    Last edited by ccs; 23-06-21 at 21:08.

  10. #157
    BrokenUnusableAccount
    After a couple of initial hiccups, which were largely of my own making, this is working superbly well on my Zgemma H7S.
    I think it's actually a tiny bit faster than the normal Py2 image too.

  11. #158
    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 white_westie View Post
    A bit late to the party, but quick question - I have installed base image on a Gigablue UE UHD, should I do a software update first before doing any testing?
    I have just updated feeds for the gbue4k so might be worth while…….but I would make sure you have set everything up first and backed up your settings
    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

  12. #159

    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
    I have just updated feeds for the gbue4k so might be worth while…….but I would make sure you have set everything up first and backed up your settings
    Okay 157 updated packages, so I assume you have been busy.....

    Configured everything from scratch as I normally do, and so far have only had 1 crash

    Menu -> Information -> Devices
    Displays 3 lines for each of the device types, then crashes


    Meant to add, my non standard OSCAM working fine at the moment!
    Attached Files Attached Files
    Last edited by white_westie; 23-06-21 at 22:26. Reason: add extra info
    CT ET9000, Xtrend ET4000
    T90 Wavefrontier 5W-1W-5E-13E-19E-28E, Old Lidl dish 28E


  13. #160
    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 ccs View Post
    I thought I'd found a workaround, but ran into problems.

    If I'm changing the contents of terrestrial_finder.xml, what's the exact process I need to follow, the obvious one sometimes produces unexplained results.

    Does, for example, frequency finder delete files when creating terrestrial_finder.xml - eg providers.cache?

    What I found was that going back to my "working" version didn't find more than 50% of channels, whatever I tried.
    It just makes an xml file. Nothing more.
    Help keep OpenViX servers online.Please donate!

  14. #161
    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 white_westie View Post
    Okay 157 updated packages, so I assume you have been busy.....

    Configured everything from scratch as I normally do, and so far have only had 1 crash

    Menu -> Information -> Devices
    Displays 3 lines for each of the device types, then crashes


    Meant to add, my non standard OSCAM working fine at the moment!
    Which display skin are you using? What is the hardware?
    Help keep OpenViX servers online.Please donate!

  15. #162

    Title
    Junior Member
    Join Date
    May 2011
    Posts
    20
    Thanks
    9
    Thanked 2 Times in 1 Post
    Quote Originally Posted by Huevos View Post
    There is now a Vu Zero 4k image available.
    http://images.satellites-xml.org/Py3/
    @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

  16. #163
    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 white_westie View Post
    Okay 157 updated packages, so I assume you have been busy.....

    Configured everything from scratch as I normally do, and so far have only had 1 crash

    Menu -> Information -> Devices
    Displays 3 lines for each of the device types, then crashes


    Meant to add, my non standard OSCAM working fine at the moment!
    Thanks. I assume you have just the hdd and usb disks attached?
    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

  17. #164
    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 white_westie View Post
    Okay 157 updated packages, so I assume you have been busy.....

    Configured everything from scratch as I normally do, and so far have only had 1 crash

    Menu -> Information -> Devices
    Displays 3 lines for each of the device types, then crashes


    Meant to add, my non standard OSCAM working fine at the moment!
    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)
    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

  18. #165
    ccs's Avatar
    Title
    ViX Beta Tester
    Join Date
    Sep 2014
    Posts
    5,836
    Thanks
    554
    Thanked 1,277 Times in 1,089 Posts
    ...... deleted.
    Last edited by ccs; 24-06-21 at 08:48.

Page 11 of 64 FirstFirst ... 9101112132161 ... 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.