Skip to first unread message

kunj thakker

unread,
Jan 28, 2019, 9:20:18 AM1/28/19
to MIT App Inventor Forum
TimAi2 replied it was some loop that wasn't ending
here's the only loop in my entire application
Screenshot_20190126-220615.png
this is loop.png

Taifun

unread,
Jan 28, 2019, 10:00:47 AM1/28/19
to MIT App Inventor Forum
the issue is somewhere else in your project...

Taifun

Trying to push the limits of App Inventor! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun. 

Paul T

unread,
Jan 28, 2019, 11:53:23 AM1/28/19
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
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
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
#nailedIt
this is loop.png
loop.png

kunj thakker

unread,
Jan 31, 2019, 5:12:26 AM1/31/19
to MIT App Inventor Forum
thanks paul for your help
Reply all
Reply to author
Forward
0 new messages