for me works....Vix 6.6.007 on Zgemma H9.2H....proton Vpn free protocol wireguard works with vavoo
Do u use the WG plugin from Madhouse? Or an other one
Regards
Yes...that one
for me works....Vix 6.6.007 on Zgemma H9.2H....proton Vpn free protocol wireguard works with vavoo
Do u use the WG plugin from Madhouse? Or an other one
Regards
Yes...that one
PY2 line 168?? but sure ...
but you have downloaded and tested this?
RE: Vavoo Stream Live - discussion & support
To remove all doubt,
I uploaded a clean image GP 4.2 and tried, but error 168 still appeared.
I changed the file you specified, and the error disappeared.
However, when sending the packages to Favorites, it doesn't appear.
do say modify :)
good. give us details, otherwise I may not support you: without a debug from telnet!?
so, I've been here for 2 days to solve your problem, you modify but I still don't understand: what - where etc etc. I raise my hands :)
The problem on Py2 was this at line 168 well the syntax if ip := service(): is not valid in Python 2 (and the syntax of the walrus := operator was introduced only in Python 3.8).
so..
def get_external_ip():
"""Get external IP using multiple fallback services"""
import requests
from subprocess import Popen, PIPE
services = [
lambda: Popen(['curl', '-s', 'ifconfig.me'], stdout=PIPE).communicate()[0].decode('utf-8').strip(),
lambda: requests.get('https://v4.ident.me', timeout=5).text.strip(),
lambda: requests.get('https://api.ipify.org', timeout=5).text.strip(),
lambda: requests.get('https://api.myip.com', timeout=5).json().get("ip", "").strip(),
lambda: requests.get('https://checkip.amazonaws.com', timeout=5).text.strip(),
]
for service in services:
try:
ip = service()
if ip:
return ip
except Exception:
continue
return None
Display More
do say modify :)
good. give us details, otherwise I may not support you: without a debug from telnet!?
so, I've been here for 2 days to solve your problem, you modify but I still don't understand: what - where etc etc. I raise my hands :)
1.
root@dm920:~# wget -q "--no-check-certificate" https://raw.githubusercontent.com /Belfagor2005/vavoo/main/installer.sh -O - | /bin/sh
wget exist
You have Python2 image
# Your image is OE2.5/2.6 #
--2025-05-29 21:34:00-- https://github.com/Belfagor2005/vavoo/archive/refs/head s/main.tar.gz
Resolving github.com... 140.82.121.4
Connecting to github.com|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/Belfagor2005/vavoo/tar.gz/refs/heads/main [following]
--2025-05-29 21:34:01-- https://codeload.github.com/Belfagor2005/vavoo/tar.gz/r efs/heads/main
Resolving codeload.github.com... 140.82.121.10
Connecting to codeload.github.com|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'main.tar.gz'
main.tar.gz [ <=> ] 12.53M 1.61MB/s in 8.3s
2025-05-29 21:34:10 (1.52 MB/s) - 'main.tar.gz' saved [13143134]
#########################################################
# INSTALLED SUCCESSFULLY #
# developed by LULULLA #
# https://corvoboys.org #
#########################################################
# your Device will RESTART Now #
#########################################################
^^^^^^^^^^Debug information:
BOX MODEL: dm920
OO SYSTEM: DreamOs
PYTHON: Python 2.7.11
IMAGE NAME:
IMAGE VERSION: 1000202110291021
root@dm920:~#
Display More
2
3
After changing the file vUtils.py
you see that everything matches :)
-you sent the command from telnet: error - obviously I didn't update Github
-you replaced the vUtile.py file: perfect, it worked for the error that was giving before
-now you have another problem EXPORT BOUQUET (that I don't have with your same image)
if you want to understand the problem, do a debug from telnet use the plugin, export the channels and send me the debug.
I can't do anything else:
the rest goes on
I see that it sends files to /tmp and that shouldn't happen.
have /ba on box?
I never solved for /ba I can't test so I can't solve it
Warning.
But why export the channels? see it from the plugin, just for info, the plugin is equipped with a refresh that you can set from the config. You don't even notice the token change.
have /ba on box? yes
How do I get debugging on OS 2.5?
I tried the suggestion in the link and it didn't work with OS 2.5
and i notice..
Barry Allen is multibooting and mounting partitions in an unconventional way.
The Vavoo plugin cannot find the correct path to write bouquets because:
I should create a definition for those who have barry hallen on board like get_enigma2_path()
but I already have a headache
with my 100 plugins already like spaghetti between python2 and python3... I don't know if it would be worth it
and i notice..
Barry Allen is multibooting and mounting partitions in an unconventional way.
The Vavoo plugin cannot find the correct path to write bouquets because:
- Barry Allen mounts images in /media/ba/active/etc/enigma2/ instead of /etc/enigma2/
- The system is ignoring many block devices (blacklisted)
- The main hard disk is mounted in /autofs/sda1/ and /autofs/sda2/ instead of /media/hdd/ for eg.
I should create a definition for those who have barry hallen on board like get_enigma2_path()
but I already have a headache
with my 100 plugins already like spaghetti between python2 and python3... I don't know if it would be worth it
No, it's not related to the Barry Allen.
I tried the plugin on the Merlin internal image.
Unable to export packages.
Same thing.
Now it works. Bravo.
if i tell you it's also barry allen's fault (flash??) believe me
try this, it's made for barry hallen, if work only if it works i deserve a beer ![]()
Now all is ok on dm920 + GP 4.2 👍
if i tell you it's also barry allen's fault (flash??) believe me
try this, it's made for barry hallen, if work only if it works i deserve a beer
sorry
all ok
crash with dreamelite
export bouquet
all ok. .except ssl verify on dream elite ok
all ok ;)
all ok. .except ssl verify on dream elite ok
all ok ;)
Channels are not working. (DreamElite )
The plugin disappears when the channel is turned on
Don’t have an account yet? Register yourself now and be a part of our community!