mm ![]()
I don't have this problem.
![]()
mm ![]()
I don't have this problem.
![]()
The vavoo.log you attached does not have any errors. The proxy is active and the channels are all loaded. Did you tried to export the French bouquet and try to open that channel (13 EME RUE HD) or some other channels or bouquets in it? The plugin version is 1.62 and I have no intention of updating to the latest version. The DNS is Cloudflare in the image's network settings and I have no problem with it.
Open Atv knocks out vavoot after 8 updates
[2026-04-29 11:30:15] [INFO] [VUTILS] ===== Vavoo session start =====
[2026-04-29 11:30:15] [INFO] [VUTILS] Vavoo Version: 1.66
[2026-04-29 11:30:15] [INFO] [VUTILS] DNS box: 192.168.100.1
[2026-04-29 11:30:15] [INFO] [VUTILS] DNS out: 1.1.1.1
[2026-04-29 11:30:15] [INFO] [VUTILS] [INFO] Initial aspect ratio: 2
last version is very fine..
very speed..
epg ok..
no freeze.. no problem for me.
last version is very fine..
very speed..
epg ok..
no freeze.. no problem for me.
Display Moreplease a test for now ..
SUMMARY oF CHANGES - CHANGELOG
vavoo_proxy.py
1. Replaced all
time.sleep()withselect.select()(non-blocking)
- 2, 3, 5, 30, 60 seconds →
select.select([], [], [], delay)- Exponential backoff (2 ** attempt) →
select.select([], [], [], 2 ** attempt)- Short delays (0.1, 0.25, 0.001) →
select.select([], [], [], delay)2. Non-blocking token monitor loop
- From
time.sleep(30/60)toselect.select([], [], [], 30/60)- From
time.sleep(120)toselect.select([], [], [], 120)when streams are active3. ProxyHealthMonitor
- Added
self.stop_eventfor graceful shutdown- Replaced
time.sleep(60)withself.stop_event.wait(60)4. Background threads
- All threads now use
daemon=True- Stop events to interrupt loops
plugin.py
1.
keep_proxy_alive()
- From
time.sleep(60)toselect.select([], [], [], 60)2.
_ensure_proxy_ready()
- From
time.sleep(1)toselect.select([], [], [], 1)3.
start_vavoo_proxy()
- From
time.sleep(1)toselect.select([], [], [], 1)4.
AutoStartTimer.startMain()
- From
time.sleep(1)toselect.select([], [], [], 1)
vUtils.py
1.
getUrl()with retry logic
- Replaced all
time.sleep(wait_time)withselect.select([], [], [], wait_time)
epg_manager.py
1.
_download_with_retry()
- From
time.sleep(delay)toselect.select([], [], [], delay)
bouquet_manager.py
1.
convert_bouquet_sync()
- From
time.sleep(1)toselect.select([], [], [], 1)2.
create_fallback_bouquet_sync()
- From
time.sleep(1)toselect.select([], [], [], 1)3.
process_epg_matching_background()
- From
time.sleep(0.001)toselect.select([], [], [], 0.001)
Now..... maybe
- GUI no longer freezes - no
time.sleep()on main thread- Faster shutdown - threads can be interrupted immediately
- Lower CPU usage -
select.select()is more efficient thantime.sleep()- Manageable threads - all threads have stop events
- Stable proxy - starts only once at boot
Changes to Reduce Freezes
Parameter Before After Connection timeout default (session) 10s Read timeout default (session) 90s Chunk size 64KB 256KB Upstream timeout 10s 15s Resolve timeout 10s 30s FIXED ISSUES
- Proxy starting 12 times simultaneously
- GUI freezing at startup
- Token monitor blocking the thread
- Non-interruptible health monitor
- Infinite restart loops
- Larger buffer = fewer interruptions
- Longer timeouts = fewer premature disconnections
- Larger chunk size = fewer network calls
feedback please..
overwrite and export file in to folder plugin ;)
\usr\lib\enigma2\python\Plugins\Extensions\vavoo
freez happens to me with the file sent via private message.
the file attached to the post OK
4097_0_1_0_0_0_0_0_0_0_20260429173410.jpg
I haven’t tried the file attached to the post.
epg no test
Hello friends. Can anyone help me, why are the channels not opening for me?
I will try the epg later.
Hello, the problem: it's with the Pli image because I installed ATV 7.6 and it works... However, it takes a long time to open. Is there any way to find out why Pli 9.2 won't open when it was working fine a few days ago?
What is this ?
Hello
Yes, there's a problem with Vavoo on this image. It used to work fine for me too, but now it doesn't, even though the proxy is OK. I tried with another OpenPLI image, same result. I tried with OpenPLI ScarthGap Builds, but Vavoo won't install; a lib file is missing. I can't remember which version of Vavoo OpenPLI was using, maybe 1.62.
from linuxsatpanel / Lululla
install ipk
Good evening Lululla yes, I did that too, it installs fine on OpenPLI 9.2 but it doesn't work either
What's not working?
Did you enter Cloudflare's DNS?
last version is very fine..
very speed..
epg ok..
no freeze.. no problem for me.
wget -q --no-check-certificate https://raw.githubusercontent.com/Belfagor2005/vavoo/main/installer.sh -O - | /bin/sh
Test OpenPLi 9.2 ver 1.68
[2026-05-01 02:12:23] [INFO] [VUTILS] ===== Vavoo session start =====
[2026-05-01 02:12:23] [INFO] [VUTILS] Vavoo Version: 1.68
[2026-05-01 02:12:23] [INFO] [VUTILS] DNS box: 1.1.1.1
[2026-05-01 02:12:23] [INFO] [VUTILS] DNS out: 1.1.1.1
[2026-05-01 02:12:23] [INFO] [VUTILS] [INFO] Initial aspect ratio: 2
[2026-05-01 02:12:23] [INFO] [PROXY] Python 3 detected
[2026-05-01 02:12:23] [INFO] [PROXY] Token monitor started
[2026-05-01 02:12:23] [INFO] [PROXY] Initialized at Fri May 1 02:12:23 2026
[2026-05-01 02:12:23] [INFO] [VUTILS] [INFO] Initial aspect ratio: 2
[2026-05-01 02:12:23] [INFO] [PLUGIN] folder back: /usr/lib/enigma2/python/Plugins/Extensions/vavoo/skin/images_new
[2026-05-01 02:12:23] [INFO] [PLUGIN] final folder back: /usr/lib/enigma2/python/Plugins/Extensions/vavoo/skin/images_new
[2026-05-01 02:12:53] [INFO] [PLUGIN] [Vavoo] Starting proxy at boot...
[2026-05-01 02:12:53] [INFO] [PROXY] ==================================================
[2026-05-01 02:12:53] [INFO] [PROXY] VAVOO PROXY v1.0 (Attempt 1/3)
[2026-05-01 02:12:53] [INFO] [PROXY] ==================================================
[2026-05-01 02:12:53] [INFO] [PROXY] Initializing...
[2026-05-01 02:12:59] [INFO] [PROXY] Token refreshed successfully
[2026-05-01 02:12:59] [INFO] [PROXY] Attempting to load catalog...
[2026-05-01 02:12:59] [INFO] [PROXY] Loading catalog...
[2026-05-01 02:12:59] [INFO] [PROXY] Fetching catalog page 1 (attempt 1/3)
[2026-05-01 02:12:59] [INFO] [PROXY] Page 1: processed 300 items, total 300 channels
[2026-05-01 02:12:59] [INFO] [PROXY] Fetching catalog page 2 (attempt 1/3)
[2026-05-01 02:13:00] [INFO] [PROXY] Page 2: processed 300 items, total 600 channels
[2026-05-01 02:13:00] [INFO] [PROXY] Fetching catalog page 3 (attempt 1/3)
[2026-05-01 02:13:00] [INFO] [PROXY] Page 3: processed 300 items, total 900 channels
[2026-05-01 02:13:00] [INFO] [PROXY] Fetching catalog page 4 (attempt 1/3)
[2026-05-01 02:13:01] [INFO] [PROXY] Page 4: processed 300 items, total 1200 channels
[2026-05-01 02:13:01] [INFO] [PROXY] Fetching catalog page 5 (attempt 1/3)
[2026-05-01 02:13:01] [INFO] [PROXY] Page 5: processed 300 items, total 1500 channels
[2026-05-01 02:13:01] [INFO] [PROXY] Fetching catalog page 6 (attempt 1/3)
[2026-05-01 02:13:01] [INFO] [PROXY] Page 6: processed 300 items, total 1800 channels
[2026-05-01 02:13:01] [INFO] [PROXY] Fetching catalog page 7 (attempt 1/3)
[2026-05-01 02:13:02] [INFO] [PROXY] Page 7: processed 300 items, total 2100 channels
[2026-05-01 02:13:02] [INFO] [PROXY] Fetching catalog page 8 (attempt 1/3)
[2026-05-01 02:13:02] [INFO] [PROXY] Page 8: processed 300 items, total 2400 channels
[2026-05-01 02:13:02] [INFO] [PROXY] Fetching catalog page 9 (attempt 1/3)
[2026-05-01 02:13:02] [INFO] [PROXY] Page 9: processed 300 items, total 2700 channels
[2026-05-01 02:13:02] [INFO] [PROXY] Fetching catalog page 10 (attempt 1/3)
[2026-05-01 02:13:03] [INFO] [PROXY] Page 10: processed 300 items, total 3000 channels
[2026-05-01 02:13:03] [INFO] [PROXY] Fetching catalog page 11 (attempt 1/3)
[2026-05-01 02:13:03] [INFO] [PROXY] Page 11: processed 300 items, total 3300 channels
[2026-05-01 02:13:03] [INFO] [PROXY] Fetching catalog page 12 (attempt 1/3)
[2026-05-01 02:13:03] [INFO] [PROXY] Page 12: processed 300 items, total 3600 channels
[2026-05-01 02:13:03] [INFO] [PROXY] Fetching catalog page 13 (attempt 1/3)
[2026-05-01 02:13:04] [INFO] [PROXY] Page 13: processed 300 items, total 3900 channels
[2026-05-01 02:13:04] [INFO] [PROXY] Fetching catalog page 14 (attempt 1/3)
[2026-05-01 02:13:04] [INFO] [PROXY] Page 14: processed 300 items, total 4200 channels
[2026-05-01 02:13:04] [INFO] [PROXY] Fetching catalog page 15 (attempt 1/3)
[2026-05-01 02:13:04] [INFO] [PROXY] Page 15: processed 300 items, total 4500 channels
[2026-05-01 02:13:04] [INFO] [PROXY] Fetching catalog page 16 (attempt 1/3)
[2026-05-01 02:13:05] [INFO] [PROXY] Page 16: processed 300 items, total 4800 channels
[2026-05-01 02:13:05] [INFO] [PROXY] Fetching catalog page 17 (attempt 1/3)
[2026-05-01 02:13:05] [INFO] [PROXY] Page 17: processed 300 items, total 5100 channels
[2026-05-01 02:13:05] [INFO] [PROXY] Fetching catalog page 18 (attempt 1/3)
[2026-05-01 02:13:05] [INFO] [PROXY] Page 18: processed 300 items, total 5400 channels
[2026-05-01 02:13:05] [INFO] [PROXY] Fetching catalog page 19 (attempt 1/3)
[2026-05-01 02:13:06] [INFO] [PROXY] Page 19: processed 300 items, total 5700 channels
[2026-05-01 02:13:06] [INFO] [PROXY] Fetching catalog page 20 (attempt 1/3)
[2026-05-01 02:13:06] [INFO] [PROXY] Page 20: processed 300 items, total 6000 channels
[2026-05-01 02:13:06] [INFO] [PROXY] Fetching catalog page 21 (attempt 1/3)
[2026-05-01 02:13:07] [INFO] [PROXY] Page 21: processed 300 items, total 6300 channels
[2026-05-01 02:13:07] [INFO] [PROXY] Fetching catalog page 22 (attempt 1/3)
[2026-05-01 02:13:07] [INFO] [PROXY] Page 22: processed 300 items, total 6600 channels
[2026-05-01 02:13:07] [INFO] [PROXY] Fetching catalog page 23 (attempt 1/3)
[2026-05-01 02:13:08] [INFO] [PROXY] Page 23: processed 300 items, total 6900 channels
[2026-05-01 02:13:08] [INFO] [PROXY] Fetching catalog page 24 (attempt 1/3)
[2026-05-01 02:13:08] [INFO] [PROXY] Page 24: processed 300 items, total 7200 channels
[2026-05-01 02:13:08] [INFO] [PROXY] Fetching catalog page 25 (attempt 1/3)
[2026-05-01 02:13:08] [INFO] [PROXY] Page 25: processed 300 items, total 7500 channels
[2026-05-01 02:13:08] [INFO] [PROXY] Fetching catalog page 26 (attempt 1/3)
[2026-05-01 02:13:09] [INFO] [PROXY] Page 26: processed 300 items, total 7800 channels
[2026-05-01 02:13:09] [INFO] [PROXY] Fetching catalog page 27 (attempt 1/3)
[2026-05-01 02:13:09] [INFO] [PROXY] Page 27: processed 300 items, total 8100 channels
[2026-05-01 02:13:09] [INFO] [PROXY] Fetching catalog page 28 (attempt 1/3)
[2026-05-01 02:13:09] [INFO] [PROXY] Page 28: processed 300 items, total 8400 channels
[2026-05-01 02:13:09] [INFO] [PROXY] Fetching catalog page 29 (attempt 1/3)
[2026-05-01 02:13:10] [INFO] [PROXY] Page 29: processed 300 items, total 8700 channels
[2026-05-01 02:13:10] [INFO] [PROXY] Fetching catalog page 30 (attempt 1/3)
[2026-05-01 02:13:10] [INFO] [PROXY] Page 30: processed 300 items, total 9000 channels
[2026-05-01 02:13:10] [INFO] [PROXY] Fetching catalog page 31 (attempt 1/3)
[2026-05-01 02:13:11] [INFO] [PROXY] Page 31: processed 300 items, total 9300 channels
[2026-05-01 02:13:11] [INFO] [PROXY] Fetching catalog page 32 (attempt 1/3)
[2026-05-01 02:13:11] [INFO] [PROXY] Page 32: processed 300 items, total 9600 channels
[2026-05-01 02:13:11] [INFO] [PROXY] Fetching catalog page 33 (attempt 1/3)
[2026-05-01 02:13:11] [INFO] [PROXY] Page 33: processed 249 items, total 9849 channels
[2026-05-01 02:13:11] [INFO] [PROXY] No more pages, catalog complete
[2026-05-01 02:13:11] [INFO] [PROXY] Catalog loaded: 9849 channels in 32 pages
[2026-05-01 02:13:11] [INFO] [PROXY] ✓ Initialized: 9849 channels, 17 countries
[2026-05-01 02:13:11] [INFO] [PROXY] [✓] Channels: 9849
[2026-05-01 02:13:11] [INFO] [PROXY] [✓] IP: 127.0.0.1:4323
[2026-05-01 02:13:11] [INFO] [PROXY] [✓] Timeout: 30s
[2026-05-01 02:13:11] [INFO] [PROXY] [✓] Ready
[2026-05-01 02:13:11] [INFO] [PROXY] ==================================================
Display More
1_0_1_A029_3157_1F48_0_0_0_0_20260501020019.jpg 4097_0_1_0_0_0_0_0_0_0_20260501020115.jpg
What's not working?
Did you enter Cloudflare's DNS?
Hello Lululla, how do you enter Cloudflare DNS.... I don´t see possibility on main menu🤔vav.jpg
Uninstall and reinstall the plugin. It should fix the problem.
What's not working?
Did you enter Cloudflare's DNS?
Hello Lululla, how do you enter Cloudflare DNS.... I don´t see possibility on main menu🤔vav.jpg
from image settings..
rete
dns
apply
1.1.1.1
1.0.0.1
Don’t have an account yet? Register yourself now and be a part of our community!