Open Shubhankt1 opened 5 years ago
@pfalcon @anlumo @mcauser @dpgeorge Please help me with the issue
Now in the python temrinal of esp, when I run the command
import webrepl_setup
, it doesn't run successfully.
So, does it crash right after the import of this module, or does it give you the chance to enter information first (to disable/enable the webrepl)?
Now in the python temrinal of esp, when I run the command
import webrepl_setup
, it doesn't run successfully.So, does it crash right after the import of this module, or does it give you the chance to enter information first (to disable/enable the webrepl)?
It gives me the chance to enter the information.
Hello. I was working on ESP-WROOM-32 and had flashed the ESP with micropython firmware. Now in the python temrinal of esp, when I run the command
import webrepl_setup
, it doesn't run successfully. Instead, a Guru Meditation Error occurs, which is left unhandled. Hence, I also don't get the WebREPL url printed to the terminal.the error is:
Please Help. Thanks!