[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HttpClient-Class fails on Opensuse if running in an AppImage


Le 04/07/2024 à 14:03, Claus Dietrich a écrit :
Am 04.07.24 um 12:29 schrieb Benoît Minisini:
What fails exactly?
You should catch the "Error" event.

The snippet is supposed to download a logo from the web and displays it.

"fails" means: no download/ no display of the logo.

When I add this:

Public Sub hClient_Error()

   Message.Error ("Error " & hclient.Status & " while downloading.")

End

the AppImage shows "Error -1077 while downloading" on Opensuse.

Regards

Claus


The ErrorText property would be more readable!

It's the CURL error #77. According to the documentation, it means:

"Problem with reading the SSL CA cert (path? access rights?)"

Regards,

--
Benoît Minisini.


Follow-Ups:
Re: HttpClient-Class fails on Opensuse if running in an AppImageClaus Dietrich <claus.dietrich@xxxxxxxxxx>
References:
HttpClient-Class fails on Opensuse if running in an AppImageClaus Dietrich <claus.dietrich@xxxxxxxxxx>
Re: HttpClient-Class fails on Opensuse if running in an AppImageBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: HttpClient-Class fails on Opensuse if running in an AppImageClaus Dietrich <claus.dietrich@xxxxxxxxxx>