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