Meshtastic Python CLI Serial timeout bug?

The RAKWireless Wisblock is no longer responding to the CLI at all. When I attempt to reflash it, the file will not copy to the bootloader. It stops at around 38% and errors out.

Similar to other reports, it times out of the CLI with this traceback regardless of the command sent:

C:\Users\herro>meshtastic --reboot
Traceback (most recent call last):
  File "c:\users\herro\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "c:\users\herro\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\herro\AppData\Local\Programs\Python\Python39\Scripts\meshtastic.exe\__main__.py", line 7, in <module>
  File "c:\users\herro\appdata\local\programs\python\python39\lib\site-packages\meshtastic\__main__.py", line 622, in main
    common()
  File "c:\users\herro\appdata\local\programs\python\python39\lib\site-packages\meshtastic\__main__.py", line 470, in common
    client = SerialInterface(
  File "c:\users\herro\appdata\local\programs\python\python39\lib\site-packages\meshtastic\__init__.py", line 935, in __init__
    StreamInterface.__init__(
  File "c:\users\herro\appdata\local\programs\python\python39\lib\site-packages\meshtastic\__init__.py", line 771, in __init__
    self.connect()
  File "c:\users\herro\appdata\local\programs\python\python39\lib\site-packages\meshtastic\__init__.py", line 793, in connect
    self._waitConnected()
  File "c:\users\herro\appdata\local\programs\python\python39\lib\site-packages\meshtastic\__init__.py", line 422, in _waitConnected
    raise Exception("Timed out waiting for connection completion")
Exception: Timed out waiting for connection completion
1 Like