You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
video.on("error", (err) => {
new Error('Create Video failed with ' + err.message)
});
In general, regarding error handling. Sometimes the video recording times out and in logs i see following (how to catch them? so i can terminate my function correctly):
[2023-12-20 17:58:32.529][error][SingleVideo<163,55>] [page] PageError: [0:00:00.000] [BoxParser] Box of type '' has a size 1751411826 greater than its container size 53
at file:///usr/src/app/node_modules/web-video-creator/core/Page.js:474:43
[2023-12-20 18:07:55.541][error][Browser<150,42>] Browser Browser@3 close error: Error: Resource not currently part of this pool
at Pool.destroy (/usr/src/app/node_modules/generic-pool/lib/Pool.js:548:9)
The text was updated successfully, but these errors were encountered:
I have the video recording times out. Here is page html:
What is the problem?
Why error is not triggered?
In general, regarding error handling. Sometimes the video recording times out and in logs i see following (how to catch them? so i can terminate my function correctly):
The text was updated successfully, but these errors were encountered: