Hello!
I have made an app using MIT App Inventor where the app collects data and then sends it to a google sheet through a google form using the respective URLs. Whenever the data is being collected, I get the Error 1101: Unable to get a response with the specified URL. I have checked that my wifi connection is stable. Any suggestions?
It looks like the error 1101 itself is gone, thank you so much for your help on that! However, I am now encountering a new problem, while the error is not showing up, the data collected by the app is not being received by the google form or the spreadsheet. I have tried to submit responses to the form outside of the app, and these responses are received. Any suggestions?
Try just sending some dummy data to the form "inside" the app (copy the blocks and replace your variable data with text). - Just to post to the form, nothing else.
This will tell you if your "built" url is working or not. Then you can move on to discovering what else is causing an error in your block coding.
Interesting, when following the URL, I do not get the extra /e/. I am inexperienced in this, but the rest of the URL looks different as well. Which URL did you follow, the one I had sent earlier or the one in the screenshot, or a separate one?
I tried sending some dummy data from "inside" the app earlier and, while no error appeared, the form/spreadsheet did not receive the response.
Whenever the error 1101 appears, the app does not send the collected data to the google form/spreadsheet. I have a theory that the error message sometimes appears delayed or does not appear at all, but internally the error is still occurring. Is this possible?