Problems with DownloadHelper (CustomWebView)

In my project, I only have CustomWebView and DownloadHelper, a button, a textbox, and a HorizontalArrangement. As soon as I connect with compagnion, I get this error:

Error from Companion: edu.mit.appinventor.aicompanion3: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

Galaxy S24 Ultra
Android14
Compagnion 2.74u

Without DownloadHelper, the error does not occur, but I need to download a file.
What can I do? Thank you for the help.

What kind of file?

Text File.

The Web component can download text files, no extension needed.

I know, but the web component cannot ignore SSL errors.

So you can't just prefix your URL with http: instead of https: ?

Unfortunately not.
I can only access the site if I ignore SSL errors or if I access the site using CURL. Unfortunately, CURL is not available on all phones.

All I can suggest is

until one of our web experts can help.

1 Like