EPG IMPORTER

kieran57

Newbie
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.
 
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
 
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.
Might be a storage issue where is the epg data being downloaded to. If its internal memory install a usb and set data to store there.
 
Have you got the correct boxes ticked in sources
Have you tried deleting your epg and then reloading it. Also if using XE, I had issues with epg on Openatv 7.3 but worked fine on 7.2 and below. Or use Jedi as that works fine with 7.3.
 
Last edited:
I use jedimakerxtream and epgimporter.I have unticked in sources and restarted the box and ticked again and still no joy.I might just reflash to 6.4 and hopefully that will do the trick.
 
If you are importing Rytec EPG, there was an issue overnight which was fixed. Please try again. If it does not work, upload the log. Otherwise people will just be guessing and assuming.

It is a plugin issue, not image issue. Redundant/dead images won't get updated plugins on the servers.
 
Back
Top