Screen error block is not catching “Error 1103: Unable to post or put the text” on slow internet connection properly. Sometime it works and sometimes it don’t.
PROBLEM 2:
The screen that initiated the post request if closed, then the present active screen is unable to catch the “Error 1103: Unable to post or put the text” that is initiated by the previous screen.
Main problem is that the error is showing with the server key for @taifun MySql script. Server key became public in this error.
Does anyone has any suggestion or solution regarding this issue?
Maintaining the logic mentioned by you :
sometimes “Screen.ErrorOccurred” event catch the error and showing the alert notice set by me, and sometimes “Screen.ErrorOccurred” event unable to catch the error and showing “Error 1103: Unable to post or put the text”
All this happens only on slow internet connection.
Web.GotText event is clearly working on every situation as it is designed.
if “Error 1103: Unable to post or put the text” was coming from Web.GotText block, then the output should be a toast message of “Something went wrong”(block is given below) but the actual output is “Error 1103: Unable to post or put the text” and it is a system message I think.
Problem is that, No event block is catching the error. Error is showing on a toast message by the system itself, No app block is able to catch the error.