WebVideoCreator icon indicating copy to clipboard operation
WebVideoCreator copied to clipboard

Not working on Windows Server

Open RANKTW opened this issue 1 year ago • 1 comments

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)

RANKTW avatar Jun 01 '24 03:06 RANKTW