renderMedia
setConcurrency will throw error
#2433
-
every time when I add Attempting to render: out/video05.mp4
Rendering is 0% complete
K:\next-remotion\node_modules\.pnpm\@[email protected][email protected][email protected]\node_modules\@remotion\renderer\dist\set-props-and-env.js:118
reject(new Error('Timed out while setting up the headless browser - the browser seems to not respond. This error is thrown to trigger a retry.'));
^
Error: Timed out while setting up the headless browser - the browser seems to not respond. This error is thrown to trigger a retry.
at Timeout._onTimeout (K:\next-remotion\node_modules\.pnpm\@[email protected][email protected][email protected]\node_modules\@remotion\renderer\dist\set-props-and-env.js:118:24)
at listOnTimeout (node:internal/timers:564:17)
at processTimers (node:internal/timers:507:7)
ELIFECYCLE Command failed with exit code 1. when I delete the |
Beta Was this translation helpful? Give feedback.
Answered by
JonnyBurger
Jun 23, 2023
Replies: 1 comment 5 replies
-
Does it really only happen with this concurrency? What is happening is that Remotion will open X browser tabs, navigate to the URL and set some local storage. Does this give you more hints? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I could not verify that it is due to this, but maybe this timeout is set too low.
I increased it in
3.3.102
- can you try with it?