XE not working

nedman87

Newbie
Vu+ solo se
OpenATV 7.1

Just reflashed my box and installed XE using ssh wget from a link found in the forum.

When I long press blue the usual 4 links are not there.

So I goto plugins menu and get the message

"Not all plugins available"

Followed by

"Some plugins are not available: extensions/XE (bad magic number in 'Plugins.Extension.XE': b'\xa7')

Any ideas? I'm at a loss :(
 
Vu+ solo se
OpenATV 7.1

Just reflashed my box and installed XE using ssh wget from a link found in the forum.

When I long press blue the usual 4 links are not there.

So I goto plugins menu and get the message

"Not all plugins available"

Followed by

"Some plugins are not available: extensions/XE (bad magic number in 'Plugins.Extension.XE': b'\xa7')

Any ideas? I'm at a loss :(
You have used the correct python version
 
Vu+ solo se
OpenATV 7.1

Just reflashed my box and installed XE using ssh wget from a link found in the forum.

When I long press blue the usual 4 links are not there.

So I goto plugins menu and get the message

"Not all plugins available"

Followed by

"Some plugins are not available: extensions/XE (bad magic number in 'Plugins.Extension.XE': b'\xa7')

Any ideas? I'm at a loss :(

Use the correct version for your image:

Python Version 2.7.x (OpenATV 6.4)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.9.x (OpenATV 7.0)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.10.x (OpenATV 7.1)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.11.x (Openvix 6.3, OpenATV 7.2¨, OpenATV 7.3)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
 
Use the correct version for your image:

Python Version 2.7.x (OpenATV 6.4)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/2.7.18.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.9.x (OpenATV 7.0)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.9.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.10.x (OpenATV 7.1)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.10.5.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh

# Python Version 3.11.x (Openvix 6.3, OpenATV 7.2¨, OpenATV 7.3)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
Thanks Pabloescaban! All sorted.

Can I ask where you got the info for the above? I have been goggling everywhere and not had any luck finding anything. Usually I manage to find something!
 
Back
Top