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
[19:33:47]-[xxxxx] Session started | Proxy: xxxxx
[19:33:47]-[ERROR] While starting function: [WinError 2] The system can not find the stated file
Traceback (most recent call last):
File "xxxxx\SpoDoss-main\src\spotify.py", line 104, in send_stream
st = subprocess.Popen([".\Spotify\Spotify.exe", f"--uri=spotify:track:{self.stream_url}", f"--username={self.username}", f"--password={self.password}", f"--mu={mu}", rf"--log-file={os.getcwd()}\logs{self.username}-{mu}.log"])
File "xxxxx\Python\Python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "xxxxx\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system can not find the stated file
The text was updated successfully, but these errors were encountered:
[19:33:47]-[xxxxx] Session started | Proxy: xxxxx
[19:33:47]-[ERROR] While starting function: [WinError 2] The system can not find the stated file
Traceback (most recent call last):
File "xxxxx\SpoDoss-main\src\spotify.py", line 104, in send_stream
st = subprocess.Popen([".\Spotify\Spotify.exe", f"--uri=spotify:track:{self.stream_url}", f"--username={self.username}", f"--password={self.password}", f"--mu={mu}", rf"--log-file={os.getcwd()}\logs{self.username}-{mu}.log"])
File "xxxxx\Python\Python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "xxxxx\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system can not find the stated file
The text was updated successfully, but these errors were encountered: