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 9 of 9

Thread: XE 3.0.6 disappeared after flashing OpenVix 5.3.013

  1. #1

    Title
    Junior Member
    Join Date
    Feb 2015
    Location
    N.Ireland
    Posts
    5
    Thanks
    18
    Thanked 2 Times in 1 Post

    XE 3.0.6 disappeared after flashing OpenVix 5.3.013

    Aloha,
    I've recently went from OpenVix 5.2.xx to 5.3.013 via usb flash then restoring settings. All seemingly went well until I realised that I have no XE plugin, so I can't refresh my epg nor access VOD or Catchup - channels still working fine.

    I have a good search about but haven't come across anything helpful. Any ideas?

    I tried installing the .ipk via usb which completed but when I went to Plugins it flashed up an error about a missing sqlite3 module or something

  2. #2
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Try telnet opkg install python-sqlite3

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

    Liamalone (27-01-20)

  4. #3
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,358
    Thanks
    6,439
    Thanked 9,160 Times in 6,235 Posts
    If it is required, then surely that should be a dependency in the ipk and should be installed automatically? Is it in the 3rd party ipks?

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

    Liamalone (27-01-20)

  6. #4
    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 abu baniaz View Post
    If it is required, then surely that should be a dependency in the ipk and should be installed automatically? Is it in the 3rd party ipks?
    I don't think it is in 3rd party feeds. I haven't used Xtream editor for a while so I can't be sure on dependency.

    Here is the install guide
    Code:
    https://xtream-editor.com/en/tutorials/standard_enigma2
    I think they have there own feeds conf file aswel

  7. The Following 3 Users Say Thank You to dsayers For This Useful Post:

    abu baniaz (19-01-20),Andy_Hazza (20-01-20),Liamalone (27-01-20)

  8. #5
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,358
    Thanks
    6,439
    Thanked 9,160 Times in 6,235 Posts
    You have to log in to see it and I don't have an account. Someone should ask them to update the dependencies in the ipk

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

    Liamalone (27-01-20)

  10. #6

    Title
    Senior Member
    Join Date
    Jan 2016
    Posts
    132
    Thanks
    5
    Thanked 83 Times in 49 Posts
    Just run there installation script again via putty telnet, or openwebif terminal of installed. Then see if all good.

    wget -O /tmp/install.sh "http://xeev.net/files/ipk/install.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

  11. The Following 3 Users Say Thank You to danny121pt For This Useful Post:

    abu baniaz (27-01-20),Andy_Hazza (27-01-20),Liamalone (27-01-20)

  12. #7
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,761
    Thanks
    473
    Thanked 607 Times in 433 Posts
    Depends: python-json, python-sqlite3 is in the control file maybe use the above command line

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

    Andy_Hazza (20-01-20),Liamalone (27-01-20)

  14. #8

    Title
    Junior Member
    Join Date
    Feb 2015
    Location
    N.Ireland
    Posts
    5
    Thanks
    18
    Thanked 2 Times in 1 Post
    Apologies for the delay, got called away for a few days.

    Quote Originally Posted by dsayers View Post
    Try telnet opkg install python-sqlite3
    Ran this then rebooted, no change.


    Quote Originally Posted by danny121pt View Post
    Just run there installation script again via putty telnet, or openwebif terminal of installed. Then see if all good.

    wget -O /tmp/install.sh "http://xeev.net/files/ipk/install.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
    Ran this, box rebooted automatically on completion ...... seems to have done the job! XE plugin options have returned to the main menu and to the blue button also. Great stuff

    Thankyou one and all

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

    abu baniaz (27-01-20),dsayers (27-01-20)

  16. #9
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,358
    Thanks
    6,439
    Thanked 9,160 Times in 6,235 Posts
    Just for reference, install script has

    Code:
    #!/bin/bash
    URL="http://xtream-editor.com/files/ipk/release/enigma2-plugin-extensions-xeaio_3.0.6_all.ipk"
    
    opkg remove enigma2-plugin-extensions-xtreameditor
    sleep 2
    opkg remove enigma2-plugin-extensions-xevpnsetup
    sleep 2
    opkg remove enigma2-plugin-extensions-xeaio
    sleep 2
    rm -f /etc/opkg/xe-feed.conf
    echo "src/gz xe-all http://xtream-editor.com/files/ipk/release" > /etc/opkg/xe-feed.conf
    opkg update
    sleep 2
    opkg install $URL
    sleep 2
    reboot
    control file has
    Code:
    Depends: python-json, python-sqlite3
    Recommends: enigma2-plugin-systemplugins-serviceapp, openvpn

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.