Fallo da solo, sai solo criticare?
Risolvilo
Sei come un bambino, ho appena detto che il plugin non funziona e tu stai rendendo la cosa personale. In più, ho anche pubblicato il log e non mi hai mai risposto. Not even in private.
I've already made it clear to all my forum friends that I'll only respond to those who provide detailed information about the problem, including a debug or photo, or something else.
As long as I'm available to do so, since it's not mandatory
Even if blocked, you can access it via FTP to:
- remove the plugin folder ---> /usr/lib/enigma2/python/Plugins/Extensions
- recover the debug log file, which will go to /tmp/output.log
So use these commands from telnet and don't give me a headache. 
for Dreambox and CVS images.
Code
systemctl stop enigma2.service
killall -9 enigma2
journalctl -f -u enigma2 >> /tmp/output.log 2>&1 &
for OpenPLi or Atv images .. etc.. instead use
Code
init 4
killall -9 enigma2
ENIGMA_DEBUG_LVL=4 enigma2.sh > /tmp/debug.log 2>&1 &