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

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


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




Follow-Ups:
Re: HttpClient-Class fails on Opensuse if running in an AppImageBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
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>