ntoll / microrepl

A REPL client for MicroPython running on the BBC micro:bit.
Other
31 stars 17 forks source link

Ctrl-C crashes microrepl #22

Closed rhubarbdog closed 1 year ago

rhubarbdog commented 1 year ago

I'm having problems putting a new main.py on my microbit with microFS.

ufs put program.py main.py crashes unable to enter raw REPL

so i use microrepl to reboot and stop the microbit when i press Ctrl-C i get the following output

Exception in thread rx:
Traceback (most recent call last):
  File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner

EXIT - see you soon... :-)
ntoll commented 1 year ago

@rhubarbdog if ufs can't find the raw REPL then MicroPython probably isn't working properly.

As for CTRL-C, that's just the standard way to terminate the running program (i.e. in this case microrepl).

I'll close this since these problems appear to be misconfiguration and/or expected behaviour. Thanks for reporting though and season's greetings. :christmas_tree: