You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
my guess - but i defer to the experts is that you are calling web1.postfile too fast, 5 times in a row , and you should wait for
web1.gottext before each call
Evan Patton
unread,
Jan 29, 2019, 11:41:57 AM1/29/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Do you have a procedure call somewhere in your app? Typically, you'll get a stack overflow if you are recursively calling a function and either don't have an escape or you call it too many times (the stack is finite, and every active function call consumes some of it) even if it would otherwise terminate. Without seeing all of the blocks it will be really hard to help you identify the problem.
Regards,
Evan
Message has been deleted
kunj thakker
unread,
Jan 31, 2019, 5:10:15 AM1/31/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
Identified error
The Text "Content-Type" had extra space so it looked "Content- Type"
and also everything except global otp was to be outside the loop