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

Not working on Windows Server #30

Open
RANKTW opened this issue Jun 1, 2024 · 0 comments
Open

Not working on Windows Server #30

RANKTW opened this issue Jun 1, 2024 · 0 comments

Comments

@RANKTW
Copy link

RANKTW commented Jun 1, 2024

It worked fine when I tested it on my computer, but it did nothing and gave those error when tested on Windows Server 2022 Standard

Anyone have idea how to solve this problem?

[0531/150506.223:INFO:CONSOLE(1776)] "
undefined ", source:  (1776)
[2024-05-31 15:05:06.217][error][SingleVideo<178,55>] [page] PageError:
undefined
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/core/Page.js:475:43
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:242
    at Array.map (<anonymous>)
    at Object.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:226)
    at CdpPage.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js:77:23)
    at #addConsoleMessage (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js:669:14)
    at #onConsoleAPI (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js:616:32)
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:242
    at Array.map (<anonymous>)
    at Object.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:226)
[2024-05-31 15:05:06.219][error][SingleVideo<178,55>] [page] PageError:
Error: OperationError: Unsupported configuration. Check isConfigSupported() prior to calling configure().
    at error (<anonymous>:871:46)
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/core/Page.js:475:43
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:242
    at Array.map (<anonymous>)
    at Object.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:226)
    at CdpPage.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js:77:23)
    at #addConsoleMessage (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js:669:14)
    at #onConsoleAPI (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js:616:32)
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:242
    at Array.map (<anonymous>)
    at Object.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:226)
[0531/150506.224:INFO:CONSOLE(1776)] "
Error: OperationError: Unsupported configuration. Check isConfigSupported() prior to calling configure().
    at error (<anonymous>:871:46) ", source:  (1776)
[0531/150536.225:INFO:CONSOLE(1776)] "
Error: Acquire video frame 0 timeout (30s)
    at <anonymous>:786:68 ", source:  (1776)
[2024-05-31 15:05:36.220][error][SingleVideo<178,55>] [page] PageError:
Error: Acquire video frame 0 timeout (30s)
    at <anonymous>:786:68
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/core/Page.js:475:43
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:242
    at Array.map (<anonymous>)
    at Object.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:226)
    at CdpPage.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js:77:23)
    at #addConsoleMessage (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js:669:14)
    at #onConsoleAPI (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js:616:32)
    at file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:242
    at Array.map (<anonymous>)
    at Object.emit (file:///C:/Users/Administrator/Documents/vid-gen-bot/node_modules/web-video-creator/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:1:226)
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