Auto-Stream-Recording-Twitch icon indicating copy to clipboard operation
Auto-Stream-Recording-Twitch copied to clipboard

cannot run code

Open Mango-Clark opened this issue 2 years ago • 1 comments

Traceback (most recent call last): File "C:\Auto_Recording_Twitch.py", line 1103, in main(sys.argv[1:]) File "C:\Auto_Recording_Twitch.py", line 1099, in main twitch_recorder.run() File "C:\Auto_Recording_Twitch.py", line 331, in run self.loopcheck() File "C:\Auto_Recording_Twitch.py", line 461, in loopcheck subprocess.call(["streamlink", '--http-header', 'Authorization=OAuth ' + self.oauth_tok_private, File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 389, in call with Popen(*popenargs, **kwargs) as p: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1022, in init self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\User\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1491, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] 지정된 파일을 찾을 수 없습니다


python 3.11 Windows 10

Mango-Clark avatar Feb 17 '23 06:02 Mango-Clark

ran code in powershell at file dirctory

python ./Auto_Recording_Twitch.py

Mango-Clark avatar Feb 17 '23 06:02 Mango-Clark