Jump to content


fatmate

Member Since 25 Jul 2008
Offline Last Active 29 Jan 2024 22:01
-----

Posts I've Made

In Topic: Pli 8,3_10.1.2024

24 January 2024 - 22:40

I'm sure PLi Team has the proper solution, but that was a temporary approach for me on both version.

 

Image : OpenPLi 8.3-release

Build Date : 2024-01-17

Tested on : Octagon SF8008

 

And, for v9.0, it is line-10 in : https://gitlab.openp...VariableText.py


In Topic: Pli 8,3_10.1.2024

24 January 2024 - 22:25

Just to prevent the crash (Green Screen) :
 

1- Download the file  : https://raw.githubus...VariableText.py

 

2- Change line-11:
     From : self.message = text
     To      : self.message = str(text)

 

3- Copy the file to : /usr/lib/enigma2/python/Components/

 

4- Restart GUI.
 
Result: There will be no crash and a proper message will be shown.