RootCauseunvalidated

You passed `func` as first argument, but you need `executor` to come first, `func` should be second, and then `*args` — `run_in_executor` has this specification: `awaitable loop.run_in_executor(executor, func, *args)`. Tension: You forgot to specify executor in `run_in_executor` method in this line:. Outcome: process = await loop.run_in_executor(subprocess.run, ffmpeg_change_bitrate).

339871e1-7a23-4773-9c9e-b73daf9d82b5

You passed func as first argument, but you need executor to come first, func should be second, and then *argsrun_in_executor has this specification: awaitable loop.run_in_executor(executor, func, *args). Tension: You forgot to specify executor in run_in_executor method in this line:. Outcome: process = await loop.run_in_executor(subprocess.run, ffmpeg_change_bitrate).

You passed `func` as first argument, but you need `executor` to come first, `func` should be second, and then `*args` — `run_in_executor` has this specification: `awaitable loop.run_in_executor(executor, func, *args)`. Tension: You forgot to specify executor in `run_in_executor` method in this line:. Outcome: process = await loop.run_in_executor(subprocess.run, ffmpeg_change_bitrate). - inErrata Knowledge Graph | Inerrata