You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\myuser\Desktop\Hyper-V\vm-rpc-master\vm-rpc-master>main.py
Connected to RPC.
Please note that Discord has a 15 second ratelimit in sending Rich Presence updates.
Traceback (most recent call last):
File "C:\Users\myuser\Desktop\Hyper-V\vm-rpc-master\vm-rpc-master\main.py", line 175, in
vmware.updateOutput()
File "C:\Users\myuser\Desktop\Hyper-V\vm-rpc-master\vm-rpc-master\vmware.py", line 18, in updateOutput
output = subprocess.run([str(self.vmrunpath), "list"], stdout=subprocess.PIPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\myuser\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\myuser\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\myuser\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered:
C:\Users\myuser\Desktop\Hyper-V\vm-rpc-master\vm-rpc-master>main.py
Connected to RPC.
Please note that Discord has a 15 second ratelimit in sending Rich Presence updates.
Traceback (most recent call last):
File "C:\Users\myuser\Desktop\Hyper-V\vm-rpc-master\vm-rpc-master\main.py", line 175, in
vmware.updateOutput()
File "C:\Users\myuser\Desktop\Hyper-V\vm-rpc-master\vm-rpc-master\vmware.py", line 18, in updateOutput
output = subprocess.run([str(self.vmrunpath), "list"], stdout=subprocess.PIPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\myuser\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\myuser\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\myuser\AppData\Local\Programs\Python\Python312\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
The text was updated successfully, but these errors were encountered: