Ha.. I want to solve 1101 error

Hello. I made one system with esp8266.

The error I bumped into is that I get an error message 1101 even though the system is working properly. Is there any way to solve or eliminate this?

You would have to debug your program to see when the error occurs and why. If you want to get rid of this error, use this block:

I don't see any Web1.GotText event block.

That would be useful to see responses from the esp8266.
Set a Label.Text to responseContent in that event.

You're a genius. Thank you. You solved the problem.