Installing XE

paulreape

Newbie
Hi All,

Having trouble with installing the Xtream Editor

Set up
Octagon SF8008
Vix 6.3.002

Using the command below in the second line
# Python Version 3.11.x (Openvix 6.3, OpenATV 7.2)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

It worked fine last night, a new skin kept causing my box to crash and wouldnt allow me to use a back up so I have reflashed again and now it wont work when I run the command I get the following

------------------------------------------------------------------------------------------------------------------------------------------
root@sf8008:~# wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
--2023-02-26 18:24:44-- https://xeev.app/files/ipk/3.11.1.sh
Resolving xeev.app... 2a01:4f8:271:2d13::103, 162.55.21.240
Connecting to xeev.app|2a01:4f8:271:2d13::103|:443... failed: Connection timed out.
Connecting to xeev.app|162.55.21.240|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 430 [application/octet-stream]
Saving to: ‘/tmp/install.sh’

/tmp/install.sh 100%[===================>] 430 --.-KB/s in 0s

2023-02-26 18:26:52 (57.6 MB/s) - ‘/tmp/install.sh’ saved [430/430]
No packages removed.
No packages removed.
No packages removed.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.3/sf8008/3rdparty/Packages.gz.
Updated source 'openvix-3rdparty'.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.3/sf8008/all/Packages.gz.
Updated source 'openvix-all'.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.3/sf8008/cortexa15hf-neon-vfpv4/Packages.gz.
Updated source 'openvix-cortexa15hf-neon-vfpv4'.
Downloading https://raw.githubusercontent.com/oe-alliance/oe-alliance-settings-feed/master/feed/Packages.gz.
Updated source 'oe-alliance-settings-feed'.
Downloading http://www.openvix.co.uk/feeds/picon/Packages.gz.
Updated source 'openvix-picon-feed'.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.3/sf8008/sf8008/Packages.gz.
Updated source 'openvix-sf8008'.
Downloading http://www.openvix.co.uk/feeds/openvix/release/6.3/sf8008/sf8008_3rdparty/Packages.gz.
Updated source 'openvix-sf8008_3rdparty'.
Downloading https://xeev.app/files/ipk/3.11.1//Packages.gz.
Updated source 'xe-all'.
Downloading https://xeev.app/files/ipk/3.11.1/enigma2-plugin-extensions-xeaio_3.2.5_all.ipk.
* parse_from_stream_nomalloc: Missing new line character at end of file!
* calculate_dependencies_for: Cannot satisfy the following dependencies for enigma2-plugin-extensions-xeaio:
* python-json * python-sqlite3 *
* opkg_solver_install: Cannot install package enigma2-plugin-extensions-xeaio.

--------------------------------------------------------------------------------------------


I have tried opkg update and that also doesn't help


Any ideas? Is this a python issue ? As far as I can see both programmes are up to date pyt3 versions
 
Back
Top