Testing reference ...
I'm checking the various references, I noticed some channels in the exposed list do not display EPG but in the plugin they do.
I'll check the references and then if necessary I'll let you know the correct ones.
Thank you.
HI.
Testing reference ...
I'm checking the various references, I noticed some channels in the exposed list do not display EPG but in the plugin they do.
I'll check the references and then if necessary I'll let you know the correct ones.
Thank you.
HI.
OK,
I'll try to explain better.
Export your list.
1 list, yours from your country.
Look at the file in /etc/enigma2/vavoo_epg_cache.json.
Place it on your desktop and open it with Notepad++.
Now you'll have
a list of channels with service references and IDs.
eg.
"animal planet .s_it": {
"country": "it",
"id": "CanaleItalia.it",
"matched": true,
"name": "ANIMAL PLANET .s",
"sref": "4097:0:1:1361:33f4:13e:820000:0:0:0:",
"timestamp": "2026-03-21 23:19:24"
},
this is wrong
edit it for example
save,.. test if work..
Display MoreI now have vavoo_nl.channels.xml from the etc/epgimport folder.
And these 3 files are in the etc/enigma2 folder
userbouquet.vavoo_netherlands.tv
vavoo_epg_cache.json
vavoo_epg_unmatched_cache.json
and they all have this reference: for 100% NL TV .s
#SERVICE 4097:0:19:BCA:3:10EF:FFFF0000:0:0:0
and I still don't have an EPG?
I get No Programme info available.
Do I also need an EPG Addon by the way?
if so, which addon with which version.
oh yes..
epgimport..
The vavoo plugin produces a source.xml and a channel list.xml
that integrate perfectly with epgimport, as I've written above several times.
So using epgimport is essential to get the EPG.
PS: Sometimes, after creating the complete EPG list, the channels don't get EPGs or picons. Do a reboot or reload service.
Go to bouquets (up button), press menu - and then reload service.
Something will appear.
One list per person is enough to get everything updated.
Italy is fine for me, but I did it myself.
Guys, I can't create your lists for EPG.
Do them a little at a time and upload your file (the json file for your country's list).
Display MoreOK,
I'll try to explain better.
Export your list.
1 list, yours from your country.
Look at the file in /etc/enigma2/vavoo_epg_cache.json.
Place it on your desktop and open it with Notepad++.
Now you'll have
a list of channels with service references and IDs.
eg.
Code"animal planet .s_it": { "country": "it", "id": "CanaleItalia.it", "matched": true, "name": "ANIMAL PLANET .s", "sref": "4097:0:1:1361:33f4:13e:820000:0:0:0:", "timestamp": "2026-03-21 23:19:24" },
this is wrong
edit it for example
save,.. test if work..
Display MoreI now have vavoo_nl.channels.xml from the etc/epgimport folder.
And these 3 files are in the etc/enigma2 folder
userbouquet.vavoo_netherlands.tv
vavoo_epg_cache.json
vavoo_epg_unmatched_cache.json
and they all have this reference: for 100% NL TV .s
#SERVICE 4097:0:19:BCA:3:10EF:FFFF0000:0:0:0
and I still don't have an EPG?
I get No Programme info available.
Do I also need an EPG Addon by the way?
if so, which addon with which version.
oh yes..
epgimport..
The vavoo plugin produces a source.xml and a channel list.xml
that integrate perfectly with epgimport, as I've written above several times.
So using epgimport is essential to get the EPG.
PS: Sometimes, after creating the complete EPG list, the channels don't get EPGs or picons. Do a reboot or reload service.
Go to bouquets (up button), press menu - and then reload service.
Something will appear.
One list per person is enough to get everything updated.
Italy is fine for me, but I did it myself.
Guys, I can't create your lists for EPG.
Do them a little at a time and upload your file (the json file for your country's list).
Lululla, may I ask which EPGImport you are using and which version?
I have epgimport_2.1 from EPGImport-mod-dorik1972 installed; is that the right one?
Or should I install epgimport_2.9.3_iet5_all?
and I have replied many times but you have not read the previous replies.
RE: Vavoo Stream Live - discussion & support
wget commands is important
and I have replied many times but you have not read the previous replies.
RE: Vavoo Stream Live - discussion & support
wget commands is important
If I put this in telnet,
wget -q --no-check-certificate "https://raw.githubusercontent.com/Belfagor2005/EPGImport-99/main/installer_source.sh?inline=false" -O - | /bin/sh
Then I see this:
EPGImport plugin not found at /usr/lib/enigma2/python/Plugins/Extensions/EPGImport
Please install EPGImport plugin first.
So then the top wget line is incorrect, Lululla.
That is where I asked which EPGImport I should install.
Or do you have another wget line for me?
Hello Lululla,
first of all thank you for the great work you’re doing.
I would like, if possible, to ask for your help in solving this problem.
I deleted the Vavoo directory via FTP in usr/lib/enigma2/etc/plugins, then rebooted. Using PuTTY, I ran the wget command to install the new version (1.61).
The DNS is set to Google’s.
Result: the application loads, but it shows the error “no data received” and below it says “proxy” with a check mark.
Thank you for any help you can give me, and I apologize in advance if this topic has already been covered. As mentioned before, I have already followed everything I found on the forum.
Best regards.
Hall
Display MoreHello Lululla,
first of all thank you for the great work you’re doing.
I would like, if possible, to ask for your help in solving this problem.
I deleted the Vavoo directory via FTP in usr/lib/enigma2/etc/plugins, then rebooted. Using PuTTY, I ran the wget command to install the new version (1.61).
The DNS is set to Google’s.
Result: the application loads, but it shows the error “no data received” and below it says “proxy” with a check mark.
Thank you for any help you can give me, and I apologize in advance if this topic has already been covered. As mentioned before, I have already followed everything I found on the forum.
Best regards.
Hall
Display Moreand I have replied many times but you have not read the previous replies.
RE: Vavoo Stream Live - discussion & support
wget commands is importantIf I put this in telnet,
wget -q --no-check-certificate "https://raw.githubusercontent.com/Belfagor2005/EPGImport-99/main/installer_source.sh?inline=false" -O - | /bin/sh
Then I see this:
EPGImport plugin not found at /usr/lib/enigma2/python/Plugins/Extensions/EPGImport
Please install EPGImport plugin first.
So then the top wget line is incorrect, Lululla.
That is where I asked which EPGImport I should install.
Or do you have another wget line for me
Why all the fuss?
Install the EPG Import plugin, any version you want, and then run wget command
Display MoreDisplay Moreand I have replied many times but you have not read the previous replies.
RE: Vavoo Stream Live - discussion & support
wget commands is importantIf I put this in telnet,
wget -q --no-check-certificate "https://raw.githubusercontent.com/Belfagor2005/EPGImport-99/main/installer_source.sh?inline=false" -O - | /bin/sh
Then I see this:
EPGImport plugin not found at /usr/lib/enigma2/python/Plugins/Extensions/EPGImport
Please install EPGImport plugin first.
So then the top wget line is incorrect, Lululla.
That is where I asked which EPGImport I should install.
Or do you have another wget line for me
Why all the fuss?
Install the EPG Import plugin, any version you want, and then run wget command
I have epgimport_2.1 from EPGImport-mod-dorik1972,
Or should I install epgimport_2.9.3_iet5_all?
4evervu+ which EPGImport did you install then?
It doesn’t matter which version, The important thing is that the plugin is installed on your device
no.. the source are important..
no.. the source are important..
I have now installed epgimport_2.9.3_iet5_all,
and then applied wget over it.
But now EPGImport cannot open in my addons menu.
Lululla, please tell me which EPGImport and which version I need to install.
After that, I will install the source code as shown in the images of the URL you sent.
I will do that in 11 o'clock then.
If it works properly then, I can start working on the Dutch EPG again.
epgimport_2.9.3_iet5_all It should already be using my git for the sources... but if not, post a picture...
Reinstall epgimport_2.9.3_iet5_all,
Let me see the configuration. Then blue-click to see the sources if the plugins are there... but what can I tell you?
I explained very well what to do.
The XML sources don't mean the plugin works, because it shouldn't open.
I can't sit there looking at all the plugins from all the developers :(
export the channels from your list first, you will find the vavoo entry in epgimport
@sala9000
Change your dns , better cloudflare.
H. My teacher is turning a cark for 10 minutes, the machine is cracking, I can not do a process, it takes 5 minutes, what to do?
Display MoreGood evening Just to update my previous requests, where I always got the "no data received" message. After reading and rereading a few posts, I've come to the conclusion that the problem was my internet provider, Vodafone. I plugged in a Wi-Fi stick and connected to my cell phone, using the Wind network. The error practically disappeared and the countries appeared. I was getting another error: "No proxy URLs built." I restarted the box and all the channels came up. However, I can't see any images of the channels. I'll investigate in the next few days. Best regards, everyone.
QuoteDisplay MoreBuonasera
Giusto x aggiornare le mie precedenti richieste, dove avevo sempre il messaggio “no data receveid”
Dopo aver letto e riletto un pò di post sono arrivato alla conclusione che il problema era il mio provider di internet x la cronaca Vodafone.
Ho messo una penna wifi e mi sono collegato al cellulare. Con rete Vento. Praticamente l'errore è scomparso e sono apparsi nei paesi. Mi usciva un'altro errore no proxi urls built.
Ho riavviato la scatola e sono usciti tutti i canali. Allo stato però non vedo immagini dei canali. Nei prossimi giorni studierò.
Saluti a tutti
CodeLatest updates: I changed the DNS settings on my Vodafone station. I changed the default DNS to Google's, and now the countries and channels are visible. The picture on some channels is choppy, but I think it's due to my fiber optic cable with mixed copper cable. That's all, I hope this helps someone.
Ultimi aggiornamenti:
praticamente ho cambiato i DNS nella vodafone station, da automatico ho messo quelli di google, e sono apparsi i paesi ed i canali sono visibili. su dei canali ho le immaginio a scatti, ma penso suia dovuto alla mia line di M.... fibra misto rame.
questo e tutto se può servire ad altri saluti
Display MoreGood evening Just to update my previous requests, where I always got the "no data received" message. After reading and rereading a few posts, I've come to the conclusion that the problem was my internet provider, Vodafone. I plugged in a Wi-Fi stick and connected to my cell phone, using the Wind network. The error practically disappeared and the countries appeared. I was getting another error: "No proxy URLs built." I restarted the box and all the channels came up. However, I can't see any images of the channels. I'll investigate in the next few days. Best regards, everyone.
QuoteDisplay MoreBuonasera
Giusto x aggiornare le mie precedenti richieste, dove avevo sempre il messaggio “no data receveid”
Dopo aver letto e riletto un pò di post sono arrivato alla conclusione che il problema era il mio provider di internet x la cronaca Vodafone.
Ho messo una penna wifi e mi sono collegato al cellulare. Con rete Vento. Praticamente l'errore è scomparso e sono apparsi nei paesi. Mi usciva un'altro errore no proxi urls built.
Ho riavviato la scatola e sono usciti tutti i canali. Allo stato però non vedo immagini dei canali. Nei prossimi giorni studierò.
Saluti a tutti
I have now reinstalled OpenATV 7.6.
First installed the Vavoo 1.43 plugin, then updated to VAVOO v1.62.
Installed epgimport_2.9.3_iet5_all.
Then placed wget code Lululla in it.
I see a lot of EPGs now.
But I can't get that VAVOO to show up in EPGImport?
I've already done everything.
I know that I export the channels from your list first, you will find the vavoo entry in epgimport.
I have already tried this 6 times, but I do not see a vavoo entry in EPGImport, not even after shutting down or restarting the box.
And the proxy is also offline more often with Vavoo v1.62; could that be correct?
Hi, the EPGIMPORT failed. Message = " 0 events".
My configuration :
GIGABLUE UHD UE 4K
IMAGE : Openatv 7.6.0
EPGIMPORT Plugin : enigma2-plugin-extensions-epgimport_2.9.3_iet5_all
VAVOO STREAM LIVE v1.61
attached : epgimport.log
Best regards
Don’t have an account yet? Register yourself now and be a part of our community!