Xtream (XE) 3.3.0 Error "File Download Error"

quiglo

Newbie
Hi All

Wondering has anyone come across this, My H7s been working well with Willobuild and Openvix 6.3 for some time now. Using a line and all was will with bouquets and EPG, Tonight all Bouquets missing and when I went into the Plugin to import just got a "file download error" message. Did a flash to another partition of Openvix 6.4 and restored my settings and updated XE to 3.3.0 but still getting the same.

Has anyone seen this. My brother was getting similar on a vu solo + with VIX 6.3 and willobuild months ago but mine was working fine and getting line from same provider so dont think its a backend problem but something with the image.

Any help appreciated
 
Make sure you using the correct version of XE. I am pretty sure all suppliers now use v3 now so you might have it set to use v2 and will need to change it to use v3.
Failing that reset your config and generate a new code and re authorise it on your panel.
 
These are the last putty commands I had to install XE (xeev). Not sure if there are any updated ones.

# 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)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
 
These are the last putty commands I had to install XE (xeev). Not sure if there are any updated ones.

# 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)
wget -O /tmp/install.sh "https://xeev.app/files/ipk/3.11.1.sh" && chmod 755 /tmp/install.sh && /tmp/install.sh
Thanks for that I was onto my provider for another reason and asked and he mentioned it had moved to V3 so taking the opportunity to rebuild the box and thanks for the install command above will use it to install.
 
Back
Top