v1993 / nxdumpclient

A client program for dumping over USB with nxdumptool
GNU General Public License v3.0
17 stars 1 forks source link

[BUG] CLI mode flag results in error for nxdt_host.py #19

Closed PolyCatDev closed 6 months ago

PolyCatDev commented 6 months ago

Problem

Error while trying to run nxdt_host.py in CLI mode.

Steps to reproduce

  1. Set up py enviroment
  2. run python nxdt_host.py -c

Log

nxdumptool host script v0.4. Copyright (c) 2020-2024, DarkMatterCore.
Output directory: "/var/home/polycat/Downloads/nxdumptool/host/nxdumptool".

Traceback (most recent call last):
  File "/var/home/polycat/Downloads/nxdumptool/host/nxdt_host.py", line 1430, in <module>
    ret = main()
          ^^^^^^
  File "/var/home/polycat/Downloads/nxdumptool/host/nxdt_host.py", line 1419, in main
    cliInitialize()
  File "/var/home/polycat/Downloads/nxdumptool/host/nxdt_host.py", line 1375, in cliInitialize
    usbCommandHandler()
  File "/var/home/polycat/Downloads/nxdumptool/host/nxdt_host.py", line 1057, in usbCommandHandler
    if not usbGetDeviceEndpoints():
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/home/polycat/Downloads/nxdumptool/host/nxdt_host.py", line 607, in usbGetDeviceEndpoints
    assert g_stopEvent is not None
AssertionError

OS

Fedora Linux Silverblue 40

PolyCatDev commented 6 months ago

wrong but at wrong repo