dhinakg / vm-rpc

Discord RPC for VMs.
MIT License
43 stars 6 forks source link

Doesn't run #15

Open eveee00 opened 1 year ago

eveee00 commented 1 year ago

When trying to run i get this:

Connected to RPC.
Please note that Discord has a 15 second ratelimit in sending Rich Presence updates.
Traceback (most recent call last):
  File "X:\Desktop\vm-rpc-master\main.py", line 218, in <module>
    virtualbox.updateOutput()
  File "X:\Desktop\vm-rpc-master\virtualbox.py", line 25, in updateOutput
    output = subprocess.run([str(self.vmrunpath), "list", "runningvms"], stdout=subprocess.PIPE)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Python311\Lib\subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Python311\Lib\subprocess.py", line 1538, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

Das System kann die angegebene Datei nicht finden means The system couldn't fin the file specified Here's a screenshot: grafik