bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
198 stars 130 forks source link

WebUSB: Missing characters in REPL #253

Open microbit-mark opened 5 years ago

microbit-mark commented 5 years ago

micro:bit support #24390 micro:bit support #24489 micro:bit support #26301

When typing commands into the REPL, it often does not transmit the full attribute resulting in a an error

image

Another user reports the case that characters get added too eg microbit.accelerometer.get_x() produces microbit.accelerometer.gget_x()

microbit-carlos commented 5 years ago

This is possibly related to https://github.com/bbcmicrobit/PythonEditor/issues/109.