<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How do I get the exception details in UIFlow?]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I am using UIFlow.<br />
I want to get the detailed contents of the exception when it occurs.<br />
Using the try~except block, I can define the behavior when an exception occurs, but I cannot get the details of the exception.<br />
Is there any way to get the details of the exception?</p>
<p dir="auto">Thank you for help.</p>
]]></description><link>https://community.m5stack.com/topic/3696/how-do-i-get-the-exception-details-in-uiflow</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Apr 2026 23:06:03 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3696.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 29 Oct 2021 09:43:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Sat, 23 Apr 2022 06:19:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dave17" aria-label="Profile: dave17">@<bdi>dave17</bdi></a> said in <a href="/post/17254">How do I get the exception details in UIFlow?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a><br />
Hi I tried to connect Thonny to my M5stack Core 2 but with no success, I when I set the port to esp32 and /dev/USB0 I get some serial port messages but the device is not recognized and I cannot program it with Thonny. Same with mu.<br />
Can you please help?</p>
</blockquote>
<p dir="auto">What kind of messages?<br />
Have you set Thonny or mu to communicate correctly?<br />
Have you Hit CTRL+C to stop the running Micropython code in order to to get into REPL?</p>
]]></description><link>https://community.m5stack.com/post/17273</link><guid isPermaLink="true">https://community.m5stack.com/post/17273</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 23 Apr 2022 06:19:41 GMT</pubDate></item><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Fri, 22 Apr 2022 07:43:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a><br />
Hi I tried to connect Thonny to my M5stack Core 2 but with no success, I when I set the port to esp32 and /dev/USB0 I get some serial port messages but the device is not recognized and I cannot program it with Thonny. Same with mu.<br />
Can you please help?</p>
]]></description><link>https://community.m5stack.com/post/17254</link><guid isPermaLink="true">https://community.m5stack.com/post/17254</guid><dc:creator><![CDATA[dave17]]></dc:creator><pubDate>Fri, 22 Apr 2022 07:43:38 GMT</pubDate></item><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Fri, 22 Apr 2022 07:38:59 GMT]]></title><description><![CDATA[<p dir="auto">@go-ozeki said in <a href="/post/15390">How do I get the exception details in UIFlow?</a>:</p>
<blockquote>
<p dir="auto">TeraTerm<br />
Hi how do you connect TeraTerm to uniflow? I'm using Uniflow both online and desktop (under linux) but I don't see how to get the console, if I use screen /dev/ttyUSB0 I get the serial output but then uniflow does not work anymore, I do you get both?</p>
</blockquote>
]]></description><link>https://community.m5stack.com/post/17253</link><guid isPermaLink="true">https://community.m5stack.com/post/17253</guid><dc:creator><![CDATA[dave17]]></dc:creator><pubDate>Fri, 22 Apr 2022 07:38:59 GMT</pubDate></item><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Tue, 22 Feb 2022 22:43:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> That's a great tip! It's also a good way to quick debug the code using REPL.</p>
]]></description><link>https://community.m5stack.com/post/16733</link><guid isPermaLink="true">https://community.m5stack.com/post/16733</guid><dc:creator><![CDATA[stanely]]></dc:creator><pubDate>Tue, 22 Feb 2022 22:43:15 GMT</pubDate></item><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Mon, 08 Nov 2021 01:17:53 GMT]]></title><description><![CDATA[<p dir="auto">I decided to use TeraTerm to refer to the COM port information.<br />
When an Exception occurred, the detailed information was displayed in TeraTerm.<br />
Don't forget to set the Baud rate to 115200 for TeraTerm!</p>
<p dir="auto">The attached image shows the Exception displayed when I tried to connect to IoT Central without connecting to Wi-Fi.</p>
<p dir="auto">Thank you for help.</p>
<p dir="auto"><img src="/assets/uploads/files/1636334244901-c385a81a-18d2-431a-ba6c-0d0c7b93ee16-image-resized.png" alt="0_1636334242899_c385a81a-18d2-431a-ba6c-0d0c7b93ee16-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/15390</link><guid isPermaLink="true">https://community.m5stack.com/post/15390</guid><dc:creator><![CDATA[Go.Ozeki]]></dc:creator><pubDate>Mon, 08 Nov 2021 01:17:53 GMT</pubDate></item><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Fri, 29 Oct 2021 14:37:43 GMT]]></title><description><![CDATA[<p dir="auto">There isn't a console for capturing exceptions in UIFLow, I use the Thonny IDE and run a console in that to capture errors and exceptions.</p>
]]></description><link>https://community.m5stack.com/post/15285</link><guid isPermaLink="true">https://community.m5stack.com/post/15285</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 29 Oct 2021 14:37:43 GMT</pubDate></item><item><title><![CDATA[Reply to How do I get the exception details in UIFlow? on Fri, 29 Oct 2021 12:26:06 GMT]]></title><description><![CDATA[<pre><code>try:
  # some code
except Exception as e
  # print to serial console
  print( str(e) )
  # or store in variable
</code></pre>
<p dir="auto">If you connect device trought usb, you could see all output in serial terminal.</p>
]]></description><link>https://community.m5stack.com/post/15284</link><guid isPermaLink="true">https://community.m5stack.com/post/15284</guid><dc:creator><![CDATA[robalstona]]></dc:creator><pubDate>Fri, 29 Oct 2021 12:26:06 GMT</pubDate></item></channel></rss>