Hi Guys.I have 2 zgemma H2H boxes.1 is 6.2 build other is 7.3.I have a couple of iptv providersThe 6.2 build is pulling in all epg in epg importer.While the other box is only pulling in 1.It won't work when i press yellow button on the remote. It says waiting for download and nothing.These are the same providers 1 works the other won't.Yet it pulls in an other provider that I have.So only getting 1 on the 7.3 box.Hope this makes sense.Any info on how to get a fix please.Thanks in advance.
Openatv 6.4 uses python 2
Openatv 7.3 uses python 3
I assume you are using xe for your iptv?
You need 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