Issue with utemplate - silent death of process #226
Unanswered
JohannesMaierhofer
asked this question in
Q&A
Replies: 1 comment 7 replies
-
The only thing that comes to mind is if you may be using templates that require more RAM than what you have in your device to compile. I'm honestly not familiar with the internals of utemplate, which isn't my project. Does the problem occur if you run your application on the Unix port of MicroPython, for example? It would be interesting to know. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have some issues with the reliability of using the utemplate rendering. The thing is: 1 out of 10 times it works, and the next call could again silently crash the application. Observing the webbrowser, the rendered template always loads, but the referenced static files are often not loaded, or only loaded partially. Working with send_file, all the static files load perfectly well.
Pressing "stop" in Thonny unveils the following message:
Here are some code-snippets:
Any help or comment is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions