Replies: 4 comments
-
What happens after |
Beta Was this translation helpful? Give feedback.
-
Nothing happens after return new_dict, I have had code where the print after returning from the function freezes, it is merely returning the variable which causes the freezing |
Beta Was this translation helpful? Give feedback.
-
It's hard to assess this because it is only a fragment of code. Evidently it's the body of a function because it has a |
Beta Was this translation helpful? Give feedback.
-
@MATTYGILO I am moving this to discussions because there is no evidence that there is a MP bug here. If you can produce a minimal complete script which others can run to demonstrate a MP bug, please raise a new report. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have made code on an esp32s3 which communicates with firebase server and returns a response. The response is only a couple bytes and is a json. I am using the standard urequests script and its Response class which is resp. I can print and do anything I want with resp_json, however when I go to return resp_json the esp32 freezes half way through print as you can see
I also have stacks of free memory which is not the problem.
Beta Was this translation helpful? Give feedback.
All reactions