Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeout error when rendering #314

Open
gabrielgrant opened this issue Oct 5, 2024 · 0 comments
Open

timeout error when rendering #314

gabrielgrant opened this issue Oct 5, 2024 · 0 comments

Comments

@gabrielgrant
Copy link

gabrielgrant commented Oct 5, 2024

Simple video (1 audio clip; 1 image) Video appears fine in the player. Rendering times out and throws an error:

$ npm run render

> [email protected] render
> tsc && node dist/render.js

Rendering video...
/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/util/Deferred.js:59
            this.#timeoutError = new Errors_js_1.TimeoutError(opts.message);
                                 ^

TimeoutError: Navigation timeout of 30000 ms exceeded
    at new Deferred (/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/util/Deferred.js:59:34)
    at Deferred.create (/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/util/Deferred.js:21:16)
    at new LifecycleWatcher (/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/LifecycleWatcher.js:69:60)
    at CdpFrame.goto (/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/Frame.js:151:29)
    at CdpFrame.<anonymous> (/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/util/decorators.js:98:27)
    at CdpPage.goto (/home/gabriel/repos/syl-col-interlude/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js:588:43)
    at renderVideoOnPage (/home/gabriel/repos/syl-col-interlude/node_modules/@revideo/renderer/lib/server/render-video.js:128:16)
    at async Promise.all (index 0)
    at async renderVideo (/home/gabriel/repos/syl-col-interlude/node_modules/@revideo/renderer/lib/server/render-video.js:212:5)
    at async render (/home/gabriel/repos/syl-col-interlude/dist/render.js:7:18)

Node.js v18.18.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant