Skip to content

[WEBJS] - Send video to Channel does not work anymore #1994

@DidiDerDenker

Description

@DidiDerDenker

Describe the bug

When trying to send a video to a channel, it does not work anymore.

Version

{
  "version": "2026.3.3",
  "engine": "WEBJS",
  "tier": "PLUS"
}

Steps

To Reproduce Steps to reproduce the behavior:

  1. Send video to channel
  2. See error

Expected behavior

The video should be sent to the channel as before.

Requests - Responses

/api/sendVideo

Docker Logs

[08:43:38.568] INFO (48): request errored {"reqId":711,"req":{"id":711,"method":"POST","url":"/api/sendVideo","query":{},"params":{"path":["api","sendVideo"]}},"res":{"statusCode":500},"responseTime":303026}
err: {
"type": "ProtocolError",
"message": "Runtime.callFunctionOn timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.",
"stack":
ProtocolError: Runtime.callFunctionOn timed out. Increase the 'protocolTimeout' setting in launch/connect calls for a higher timeout if needed.
at <instance_members_initializer> (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/CallbackRegistry.js:103:14)
at new Callback (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/CallbackRegistry.js:107:16)
at CallbackRegistry.create (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/common/CallbackRegistry.js:25:26)
at Connection._rawSend (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/Connection.js:108:26)
at CdpCDPSession.send (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/CdpSession.js:74:33)
at #evaluate (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/ExecutionContext.js:363:50)
at ExecutionContext.evaluate (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/ExecutionContext.js:277:36)
at IsolatedWorld.evaluate (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/cdp/IsolatedWorld.js:100:30)
at CdpFrame.evaluate (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Frame.js:362:43)
at CdpFrame. (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/util/decorators.js:109:27)
at CdpPage.evaluate (/app/node_modules/puppeteer-core/lib/cjs/puppeteer/api/Page.js:818:43)
at WPage.evaluate (/app/dist/core/engines/webjs/WPage.js:13:36)
at WebjsClientPlus.sendMessage (/app/node_modules/whatsapp-web.js/src/Client.js:1052:44)
at WhatsappSessionWebJSPlus.sendVideo (/app/dist/plus/engines/webjs/session.webjs.plus.js:98:30)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async descriptor.value (/app/dist/core/abc/activity.js:9:20)
"name": "ProtocolError"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions