Error 1101 unable to get a response

This means the code is relatively OK, (especially as it worked on IOS and from a browser), so there must be something why the app on android doesn't work

It worked for me on android 13

Even more interesting, I am using an Amazon Fire and it doesn't work.
I will try to load the emulator fro the MAC and see whether it works or not

probably won't work in an emulator....

Yes, you are correct, the app doesn't work in the simulator, but does work in the browser on the simulator.
If. you've managed to get it to run on a phone, then maybe something speciific to Amazon Fire , that is stopping it to work

Does your real app use TextToSpeech? TTS is not Amazon Fire friendly.

This particular app doesn't use TTS

I think it may be related to the migration of my server done by the ISP
If I replace the URL with something that doen't contain php I do not get the error.
Does anyone one here have something I dould use as a test to confirm my thoughts, meanwhile my ISP are looking into it.
They migrated my server, changed the servername and possibly the version of PHP, yet they do not know ehat the previous version was

Ok, I;ve managed to build another web server, tested the demo app on it, and it worked, so I've raised the problem with the hosting/ISP company

Morning guys,
I have had many problesm with the hosting company, which have all been fixed, now the problem is just related to the app and the url.
When the app worked I used the Web component, as far as I know nothing has changed yet the app just wont work
Is there a working example of how to use the Web component, with the Web1.URL and Web.get
My latest test is to have a simple php file on the website to display the time, so nothing complicated, yet I still get the error.

This may help:

It might be, your web host blocked access to your php scripts from outside...
I had the same issue with Strato.de

Taifun

latest update
Hi Timai2,
I've tried this
I get the 1103 error when the https:// is used, otherwise I get
Error 302
302 Found
Found
The document has moved here.
I am totally lost as to what is happening,

Do you have an updated aia project to test ?

Thank you for looking at this, it works from the browser
Template4A.aia (3.6 KB)

Which web host are you using?

Taifun

Your url works in a webviewer, so I am guessing the web component needs to send some headers in order for it to work. I have tested with a user-agent but that didn't help. Will go off and look for other headers that might help.

Thank you,
Yes I wasn't really aware of the Webviewer, when I built the app,(only found it yesterday) if I was I probably would've used it instead. Now the only concern I would have with using the Webviewer would be if if if the is no WiFi available at the time, so as a backup I'd create either a CSV file or something to be uploaded later

Try this as an alternative:

though not sure why it does not return the first part of the message (the sql statement) ?

This seems to be working, I will change the rest of my code to work with your solution and update you soon.
Not that I pretend to fully understand all of it, but what did you change?