@remotion/renderer: Rename mimeType to contentType
#24914
Annotations
4 errors
|
Build & Test
Process completed with exit code 1.
|
|
Build & Test:
node_modules/.bun/execa@5.1.1/node_modules/execa/lib/error.js#L60
The delayRender() call is located at:
Getting composition
Composition offline-audio-buffer
Codec mp3
Output /Users/runner/work/remotion/remotion/packages/it-tests/packages/example/out.mp3
Concurrency 1x
Rendered 0/100
Get help for this issue at https://remotion.dev/docs/timeout
An error occurred while rendering frame 0:
at ../core/dist/esm/index.mjs:950
948 if (environment.isClientSideRendering) {
949 scope.remotion_cancelledError = getErrorStackWithMessage(Error(message));
} else {
951 cancelRenderInternal(scope, Error(message));
952 }
953 }, timeoutToUse)
at ../core/dist/esm/index.mjs:931
929 const handle = Math.random();
930 scope.remotion_delayRenderHandles.push(handle);
const called = Error().stack?.replace(/^Error/g, "") ?? "";
932 if (environment.isRendering) {
933 const timeoutToUse = (options?.timeoutInMilliseconds ?? scope.remotion_puppeteerTimeout ?? defaultTimeout) - 2000;
934 const retriesLeft = (options?.retries ?? 0) - (scope.remotion_attempt - 1);
at ../core/dist/esm/index.mjs:1050
1048 return Math.random();
1049 }
return delayRenderInternal({
1051 scope,
1052 environment,
1053 label: label ?? null,
at src/OfflineAudioBuffer/index.tsx:16
14 export const OfflineAudioBufferExample: React.FC = () => {
15 const {delayRender, continueRender, cancelRender} = useDelayRender();
const [handle] = useState(() => delayRender('Creating offline audio'));
17 const [audioBuffer, setAudioBuffer] = useState<string | null>(null);
18 const {fps, durationInFrames} = useVideoConfig();
19 const lengthInSeconds = durationInFrames / fps;
at mountStateImpl (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:4769)
at useState (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:5565)
at exports.useState (../../node_modules/.bun/react@19.2.3/node_modules/react/cjs/react.production.js:526)
at src/OfflineAudioBuffer/index.tsx:16
14 export const OfflineAudioBufferExample: React.FC = () => {
15 const {delayRender, continueRender, cancelRender} = useDelayRender();
const [handle] = useState(() => delayRender('Creating offline audio'));
17 const [audioBuffer, setAudioBuffer] = useState<string | null>(null);
18 const {fps, durationInFrames} = useVideoConfig();
19 const lengthInSeconds = durationInFrames / fps;
at renderWithHooks (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:4351)
at updateFunctionComponent (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:6497)
at beginWork (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:7435)
at ../core/dist/esm/index.mjs:931
929 const handle = Math.random();
930 scope.remotion_delayRenderHandles.push(handle);
const called = Error().stack?.replace(/^Error/g, "") ?? "";
932 if (environment.isRendering) {
933 const timeoutToUse = (options?.timeoutInMilliseconds ?? scope.remotion_puppeteerTimeout ?? defaultTimeout) - 2000;
934 const retriesLeft = (options?.retries ?? 0) - (scope.remotion_attempt - 1);
at ../core/dist/esm/index.mjs:1050
1048 return Math.random();
1049 }
return delayRenderInternal({
1051 scope,
1052 environment,
1053 label: label ?? null,
at src/OfflineAudioBuffer/index.tsx:16
14 export const OfflineAudioBufferExample: React.FC = () => {
15 const {delayRender, continueRender, cancelRender} = useDelayRender();
const [handle] = useState(() => delayRender('Creating offline audio'));
17 const [audioBuffer, setAudioBuffer] = useState<string | null>(null);
18 const {fps, durationInFrames} = useVideoConfig();
19 const lengthInSeconds = durationInFrames / fps;
at mountStateImpl (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:4769)
at useState (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef
|
|
Build & Test:
node_modules/.bun/execa@5.1.1/node_modules/execa/lib/error.js#L60
Error A delayRender() "Rendering <Html5Video /> with src="/public/framer.webm" at time 0.16666666666666669" was called but not cleared after 28000ms. See https://remotion.dev/docs/timeout for help.
The delayRender() call is located at:
Getting composition
Composition video-testing-webm
Codec h264
Output /tmp/remotion-sVhrwo
Concurrency 2x
Rendered 1/100
Rendered 2/100
Rendered 3/100
Rendered 4/100
Get help for this issue at https://remotion.dev/docs/timeout
Killed previous browser and making new one
An error occurred while rendering frame 5:
at ../core/dist/esm/index.mjs:950
948 if (environment.isClientSideRendering) {
949 scope.remotion_cancelledError = getErrorStackWithMessage(Error(message));
} else {
951 cancelRenderInternal(scope, Error(message));
952 }
953 }, timeoutToUse)
at ../core/dist/esm/index.mjs:931
929 const handle = Math.random();
930 scope.remotion_delayRenderHandles.push(handle);
const called = Error().stack?.replace(/^Error/g, "") ?? "";
932 if (environment.isRendering) {
933 const timeoutToUse = (options?.timeoutInMilliseconds ?? scope.remotion_puppeteerTimeout ?? defaultTimeout) - 2000;
934 const retriesLeft = (options?.retries ?? 0) - (scope.remotion_attempt - 1);
at ../core/dist/esm/index.mjs:1050
1048 return Math.random();
1049 }
return delayRenderInternal({
1051 scope,
1052 environment,
1053 label: label ?? null,
at ../core/dist/esm/index.mjs:8030
8028 fps: videoConfig.fps
8029 });
const handle = delayRender2(`Rendering <Html5Video /> with src="${props2.src}" at time ${currentTime}`, {
8031 retries: delayRenderRetries ?? undefined,
8032 timeoutInMilliseconds: delayRenderTimeoutInMilliseconds ?? undefined
8033 });
at commitHookEffectListMount (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:8583)
at commitPassiveMountOnFiber (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10126)
at recursivelyTraversePassiveMountEffects (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10101)
at commitPassiveMountOnFiber (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10120)
at recursivelyTraversePassiveMountEffects (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10101)
at commitPassiveMountOnFiber (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10241)
at recursivelyTraversePassiveMountEffects (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10101)
at ../core/dist/esm/index.mjs:931
929 const handle = Math.random();
930 scope.remotion_delayRenderHandles.push(handle);
const called = Error().stack?.replace(/^Error/g, "") ?? "";
932 if (environment.isRendering) {
933 const timeoutToUse = (options?.timeoutInMilliseconds ?? scope.remotion_puppeteerTimeout ?? defaultTimeout) - 2000;
934 const retriesLeft = (options?.retries ?? 0) - (scope.remotion_attempt - 1);
at ../core/dist/esm/index.mjs:1050
1048 return Math.random();
1049 }
return delayRenderInternal({
1051 scope,
1052 environment,
1053 label: label ?? null,
at ../core/dist/esm/index.mjs:8030
8028 fps: videoConfig.fps
8029 });
const handle = delayRender2(`Rendering <Html5Video /> with src="${props2.src}" at time ${currentTime}`, {
8031 retries: delayRenderRetries ?? undefined,
8032 timeoutInMilliseconds: delayRenderTimeoutInMilliseconds ?? undefined
8033 });
at commitHookEffectListMount (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:8583)
at commitPassiveMountOnFiber (../../node_modules/.bun/react-dom@19.2.3+83d5fd7b249dbeef/node_modules/react-dom/cjs/react-dom-client.production.js:10126)
at recursivelyTraverse
|
|
Build & Test
@remotion/it-tests#test: command (/Users/runner/work/remotion/remotion/packages/it-tests) /Users/runner/.bun/bin/bun run test exited (1)
|
Loading