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.
Results 1 to 13 of 13

Thread: Image Manager Downloads (Couch Flash) problems

  1. #1

    Title
    Junior Member
    Join Date
    Sep 2016
    Posts
    10
    Thanks
    2
    Thanked 1 Time in 1 Post

    Image Manager Downloads (Couch Flash) problems

    Hi all, I've been trying to do a "couch flash" that I've read a lot about, up till now I've always done a regular online update or re-flash via USB. However when I go into Image Manager and press yellow for "Downloads" I'm presented with a blank screen where it should list an available updated image to download I'm guessing? I have two Gigablue boxes and this happens to both running very similar builds of Vix which makes me think this method of updating may not be supported on these boxes?

    Thanks.

  2. #2

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    It is supported. Is your network connection working properly?
    A debug log might show the issue.

  3. #3
    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
    What version of ViX are you currently on? Menu > Information > About


    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)

  4. #4

    Title
    Junior Member
    Join Date
    Sep 2016
    Posts
    10
    Thanks
    2
    Thanked 1 Time in 1 Post
    Internet connection is working ok, I can download plugins or I could do an online update no problem. Currently on 4.2.021.

  5. #5
    twol's Avatar
    Title
    Moderator
    Join Date
    Apr 2012
    Posts
    8,412
    Thanks
    997
    Thanked 2,894 Times in 2,247 Posts
    turn on debug logs, try imagemanager download (menu, Setup/System/settings) preferably not in flash, post DEBUG log
    Blue button, logs, red button (debug logs)
    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

  6. #6

    Title
    Junior Member
    Join Date
    Sep 2016
    Posts
    10
    Thanks
    2
    Thanked 1 Time in 1 Post
    I see these lines in the debug log when I try to open the downloads screen...

    < 77.012> [ImageManager][populate_List] the gbultraue is not currently supported by OpenViX.
    < 77.166> [Skin] processing screen ImageManagerDownload:
    < 77.220> [Skin] Attribute not implemented: valign value: center
    < 77.244> [Skin] processing screen SimpleSummary:

    I think the Skin errors are unrelated as I've tried it using the default and Vix night skins with the same result.

  7. #7
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Are you allowed to attach the whole log?

    Have you tried the default skin, (I don't mean vix night HD)?

  8. #8
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,780
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by weigy104 View Post
    I see these lines in the debug log when I try to open the downloads screen...

    < 77.012> [ImageManager][populate_List] the gbultraue is not currently supported by OpenViX.
    This appears to be "true". The code actually contains this:
    Code:
                                    'gbqultraue'      : 'GiGaBlue-HD-ULTRA-UE',
    which looks like a typo.

    Put this (unzipped) into /usr/lib/enigma2/python/Plugins/SystemPlugins/ViX and restart the GUI.

    ImageManager.zip
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

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

    abu baniaz (17-01-17),weigy104 (17-01-17)

  10. #9
    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 weigy104 View Post
    I see these lines in the debug log when I try to open the downloads screen...

    < 77.012> [ImageManager][populate_List] the gbultraue is not currently supported by OpenViX.
    < 77.166> [Skin] processing screen ImageManagerDownload:
    < 77.220> [Skin] Attribute not implemented: valign value: center
    < 77.244> [Skin] processing screen SimpleSummary:

    I think the Skin errors are unrelated as I've tried it using the default and Vix night skins with the same result.

    gbultraue should be gbqultraue as in ImageManager.py....
    'gbqultraue' : 'GiGaBlue-HD-ULTRA-UE',
    or the other way round.

    Edit: beat me to it!

  11. #10

    Title
    Junior Member
    Join Date
    Sep 2016
    Posts
    10
    Thanks
    2
    Thanked 1 Time in 1 Post
    Cheers birdman! That's sorted it. Now when I open the downloads screen I see a list of all available 4.2.xxx builds for this model of receiver.

  12. #11
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,360
    Thanks
    6,441
    Thanked 9,160 Times in 6,235 Posts
    Thanks for reporting. Correction has been made. Don't forget to delete the .py file from your receiver.

  13. The Following User Says Thank You to abu baniaz For This Useful Post:

    weigy104 (17-01-17)

  14. #12
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,780
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    It occurs to me that just putting the message in the debug log (see #6) isn't as useful as actually displaying a message to the user....

    I'll add one.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

  15. #13
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,780
    Thanks
    237
    Thanked 1,658 Times in 1,306 Posts
    Quote Originally Posted by birdman View Post
    It occurs to me that just putting the message in the debug log (see #6) isn't as useful as actually displaying a message to the user....

    I'll add one.
    Hmmm...not so simple.
    Turns out the the code checking this isn't modal, so I can't just pop-up a message box from there.

    What I can do (and have written and tested) is to add a **ERROR** item in the list, and change the Green button to be "Show Error". Pressing Green (or OK on the **ERROR** entry) then displays the error text "The <machine-type> is not currently supported by OpenViX".
    It was tested by removing "et8000" from the supported list in my test code for ImageManager.py

    EDIT:
    Pull request submitted:
    Code:
    https://github.com/OpenViX/vix-core/pull/10
    Last edited by birdman; 20-01-17 at 03:10.
    MiracleBox Prem Twin HD - 2@DVB-T2 + Xtrend et8000 - 5(incl. 2 different USBs)@DVB-T2[terrestrial - UK Freeview HD, Sandy Heath] - LAN/USB-stick/HDD

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.