nut icon indicating copy to clipboard operation
nut copied to clipboard

[WinError 3] The system cannot find the path specified

Open HitLuca opened this issue 8 months ago • 0 comments

My NUT installation is working as intended but I noticed that during boot I get this error on the console

                       ;;;;;
               .=\',    ;:;;:,
              /_\', "=. \';:;:;
              @=:__,  \,;:;:\'
                _(\.=  ;:;;\'
               `"_(  _/="`
                `"\'
loaded titledb/titles.json in 1.7922760000000002 seconds
loaded file list in 0.012386499999999856 seconds
initThread start
scanning E:/xxx
Thu Jun 26 14:28:55 2025 Server Starts - 0.0.0.0:9000
initThread finishException in thread Thread-2:
Traceback (most recent call last):
  File "threading.py", line 926, in _bootstrap_inner
  File "threading.py", line 870, in run
  File "nut_gui.py", line 21, in usbThread
  File "Usb.py", line 173, in daemon
  File "Watcher.py", line 82, in start
  File "Watcher.py", line 76, in refresh
  File "Watcher.py", line 43, in start
  File "watchdog\observers\api.py", line 260, in start
  File "watchdog\utils\__init__.py", line 110, in start
  File "watchdog\observers\read_directory_changes.py", line 66, in on_thread_start
  File "watchdog\observers\winapi.py", line 308, in get_directory_handle
  File "watchdog\observers\winapi.py", line 113, in _errcheck_handle
FileNotFoundError: [WinError 3] The system cannot find the path specified.

not sure how critical of an issue this may be

HitLuca avatar Jun 26 '25 12:06 HitLuca