It may be that the image has expired certificates. Well I have no idea at the moment, I remember something about it, if I'm not mistaken my friend gave KiddaC solutions. While from telnet it was successful ?
Posts by Lululla
-
-
The problem may be in the configuration, check the configuration, the port, password and user well
-
Display More
wget https://raw.githubusercontent.…kSignal/main/installer.sh -O - | /bin/sh
i have error on this
but i have not error in this
wget https://raw.githubusercontent.…AjPanel/main/installer.sh -O - | /bin/sh
wget --no-check-certificate https://raw.githubusercontent.com/fairbird/RaedQuickSignal/main/installer.sh -O - | /bin/sh
-
Scusa mi spiego io istallando cccaminfo 1.6 su un zgemma H7 con openpli 9,mi da error reading webpage!,spero si possa risolvere il problema.

-
Buona sera qualcuno a risolto per caso questo problema di errore web?
First of all, here we speak in English, in Italian only in the Italy section, then describe your mistake better, it is not understood well
-
Display More
Hi to all friend
i have a problem in Pli8.3 and some image
I want to install plugins but i have this error
TLS certificate validation not implemented Error
this error dont let me to install plugins in temp ans with telnet install
can anybody help me and how we can fix this error
thanks
Which plugin ? Usually it is enough to enter an option at the installation, for example:
--no-check-certificate
-
coming soon with feed..
NSS Image v.32.



-
please do online update it should fixed now , thanks Lululla
i tested only for Pli 9.x
1_0_19_515_99_217C_EEEE0000_0_0_0_20240410201354.jpg1_0_19_515_99_217C_EEEE0000_0_0_0_20240410201342.jpg
regards
-
Was redest du?
Seit wann wird hier Deutsch gesprochen?
Wenn du nicht weisst wozu die Datei gut ist, wieso kommentierst du überhaupt diesen Beitrag?
-
ok
i fix and report
-
only plugin
-
remove and reinstall plugin please.. try
-
Display MoreDisplay MoreDisplay More
New Update
Aglare-FHD v2.7
* Reducing IPK size .
* Removing embedded oaweather plugin and add it to depends files .
* Small fixed
N.B. I don't think that there is any problem with weather information, I compared it with many skins and it shows the same data .
IPK size 6.5 mb
Download
There is again the problem of displaying a longer channel reference in the channel list - again the reference is cut off.
It is the best solution now , the first part of the reference is displayed, and it is the important part , and I don't know why the reference may be too long , on my settings , the space is enough to display all references. And there is no space to make very long space for the possible very long reference.
remove it

-
the global name "runningcam" is declared in plugin source .. strange, no have erro on my box
on plugin.py
global runningcam
nunningcam = foo_baa
on data.py
from ..plugin import runningcam

-
ciao zorro 71 quando si possono scaricare le immagini per gli zgemma?

-
Display MoreDisplay More
To do this we would have to create a config line in the plugin, if feasible, and the renderers would have to import it. I don't know how effective it is for skins that use my modified renderers and various poster plugins. If you just want temp I can give you some make d change or tell you what to change. but be careful.. The box must have memory for this
if you want open renderer poster / bacposter with Notepad++ (no notepad win or other)
find lineCodeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)anr rewrite with this
thx for support I modified these 2 files AglarePosterXEMC ed AglarePosterX now I can save the posters on the temp folder now I create a script from cronotabs that cleans the directory every day

if reboot /tmp is cleaned ;)
-
I DON'T NOW.. request it to odem2014
-
To do this we would have to create a config line in the plugin, if feasible, and the renderers would have to import it. I don't know how effective it is for skins that use my modified renderers and various poster plugins. If you just want temp I can give you some make d change or tell you what to change. but be careful.. The box must have memory for this
if you want open renderer poster / bacposter with Notepad++ (no notepad win or other)
find lineCodeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)anr rewrite with this
-
Display MoreDisplay MoreDisplay More
odem2014 Ciao, complimenti per il tuo lavoro e la tua passione. Mi chiedo come sia possibile impostare una directory diversa per il salvataggio dei poster ora chi non ha una SD o un HDD esterno non consente il salvataggio
Non preoccupatevi, avevo previsto anche questo e per chi non ha un idea i poster e i fondali andranno in /tmp
Codese os.path.isdir("/media/hdd"): percorso_cartella = "/media/hdd/poster/" elif os.percorso.isdir("/media/usb"): percorso_cartella = "/media/usb/poster/" elif os.percorso.isdir("/media/mmc"): percorso_cartella = "/media/mmc/poster/" altro: percorso_cartella = "/tmp/poster/" altrimenti os.path.isdir(path_folder): os.makedirs(percorso_cartella)non preoccuparti, la mia era un'intenzione di feedback, la skin viene ancora salvata nella casella hdd dimmi cosa cambiare per spostarla solo nella cartella temporanea, grazie
PERCHÉ??
non puoi cambiare. Si programma così, dopo qualche giorno si cancella il vecchio PNG in base alla data. No, non sei mai felice, alcuni lo vogliono rosso, altri giallo, altri verde, :) ahahaha
OK, then the skin saves the posters on HDD, it saves 4 of them because the HDD folder doesn't allow saving if you don't have an external hard disk. Having said this, I no longer intend to give my feedback if this is the reaction of the coders. I greet you.
But I didn't mean to offend you, you didn't give these details before :)
-
Display More
odem2014 Hi, congratulations on your work and passion. I wonder how it is possible to set a different directory for saving posters now those who don't have an external SD or HDD don't allow saving
Don't worry, I had planned this too and for those who don't have a devise the posters and backdrops will go in /tmp
Codeif os.path.isdir("/media/hdd"): path_folder = "/media/hdd/poster/" elif os.path.isdir("/media/usb"): path_folder = "/media/usb/poster/" elif os.path.isdir("/media/mmc"): path_folder = "/media/mmc/poster/" else: path_folder = "/tmp/poster/" if not os.path.isdir(path_folder): os.makedirs(path_folder)no worries mine was a feedback intention the skin still saves in hdd box tell me what to change to move it only to temporary folder thanks
WHY??
you can't change. It's programmed like this, after a few days you delete the old PNG based on the date. No you are ever happy, some want it red, some yellow, some green, :) ahahaha
