Xeaio

Hi can anyone help I have tried to install xeaio on openatv 7 ,openpli & openspa 8 each time it installs but can't be found anywhere but if I go to remove plugins it shows up.
I also get the message bad magic number displayed after the install using the latest telnet command below, it did install on openvix any ideas what's wrong

wget -O /tmp/install.sh "http://xeev.net/files/ipk/install3.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
Are you using the right command for open atv 7 as xe has a new command for python 3 images
 
yes that's the same command I posted I know it's worked before I have multiboot and changed the image on one of the feeds to openspa 8 just for a change then got message bad magic number so tried openpli got the same then openatv 7 same result so tried openvix and it worked
 
yes that's the same command I posted I know it's worked before I have multiboot and changed the image on one of the feeds to openspa 8 just for a change then got message bad magic number so tried openpli got the same then openatv 7 same result so tried openvix and it worked
Strange was it just plain open atv and no build on it.
I'm not familiar with open pli maybe @Ferret. may be able to help with that as think he uses pli I could be wrong
 
If anyone has an account/contact with the Xeaio team, can you please advise them that the plugin does not work with ATV 7.3 any more owing to AVswitch changes. Could you kindly ask them to update their plugin. I have tried version 3.29. Thanks in advance. Error is below

Extensions/XE (cannot import name 'eAVSwitch' from 'Components.AVSwitch' (/usr/lib/enigma2/python/Components/AVSwitch.pyc)))
 
If anyone has an account/contact with the Xeaio team, can you please advise them that the plugin does not work with ATV 7.3 any more owing to AVswitch changes. Could you kindly ask them to update their plugin. I have tried version 3.29. Thanks in advance. Error is below

Extensions/XE (cannot import name 'eAVSwitch' from 'Components.AVSwitch' (/usr/lib/enigma2/python/Components/AVSwitch.pyc)))
Hi, have you been able to resolved this issue?
I tried update the xeaio plugin since yesterday no joy. And it not showing on the plugin list. I want to watch some movies with my kids, not able to achieve this. Kindly advise what you did if you've been able to resolved the issue.

Thanks
 
If anyone has an account/contact with the Xeaio team, can you please advise them that the plugin does not work with ATV 7.3 any more owing to AVswitch changes. Could you kindly ask them to update their plugin. I have tried version 3.29. Thanks in advance. Error is below

Extensions/XE (cannot import name 'eAVSwitch' from 'Components.AVSwitch' (/usr/lib/enigma2/python/Components/AVSwitch.pyc)))

Logged a ticket if it helps and assuming its not sorted (?)
 
Version 3.3 is out. Install it by the script. I have not tried it yet and in any case, would be limited to testing it starts up and menus are OK.
 
It not working fine at all.

It showing this:

Extensions/XE (cannot import name 'eAVSwitch' from 'Components.AVSwitch' (/usr/lib/enigma2/python/Components/AVSwitch.pyc)))
Update to the latest version..
Bug fixes
OpenATV 7.3 with the error message "cannot import name eAVSwitch from components.AVSwitch


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

# DEB OE2.5 like DreamOS, NewNigma2
wget -O /tmp/install.sh "http://xeev.app/files/deb/install.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
 
Back
Top