Replies: 2 comments 5 replies
-
Sorry, I made a mistake in the template engine processing. There was some business logic that caused template errors and it caused the MicroDot application to hang. Is there a way to handle template processing errors so that the application would get notified? Not sure if this is already in the library though, |
Beta Was this translation helpful? Give feedback.
-
Hey, Here are some of the errors that I am seeing and they are random.
I know that my MicroDot coroutines just died because the other coroutines are still running. Is there a way to restart my application when an error like this comes up? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I noticed that when my ESP32 runs my MicroDot application it runs okay and continuously serves my web application as long as I continually look at my phone and never allow it to show the lock screen.
But then if my phone has been away for some time and I try to access the application again using the same IP, I could not access my web application anymore, it just hangs and is in the loading stage on my phone browser.
For me to be able to access the application I need to hard reset my ESP32 losing some of my data in memory.
I am using the Asynchronous MicroDot and asynchronous WebSocket extension and putting my ESP32 in Access Point Mode. Everything works fine when I am looking at my application continuously.
What could be the problem?
Beta Was this translation helpful? Give feedback.
All reactions