[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HttpClient-Class fails on Opensuse if running in an AppImage
[Thread Prev] | [Thread Next]
- Subject: Re: HttpClient-Class fails on Opensuse if running in an AppImage
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Thu, 4 Jul 2024 14:26:40 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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.
Re: HttpClient-Class fails on Opensuse if running in an AppImage | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
HttpClient-Class fails on Opensuse if running in an AppImage | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |
Re: HttpClient-Class fails on Opensuse if running in an AppImage | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: HttpClient-Class fails on Opensuse if running in an AppImage | Claus Dietrich <claus.dietrich@xxxxxxxxxx> |