bbb-recorder
bbb-recorder copied to clipboard
Error: throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'original', 'function');
internal/util.js:214 throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'original', 'function'); ^
TypeError [ERR_INVALID_ARG_TYPE]: The "original" argument must be of type function
at promisify (internal/util.js:214:11)
at Object.
same https://github.com/jibon57/bbb-recorder/issues/42#issuecomment-656072972
It worked, Thanks a lot!
I am keeping it open as most of the user having this problem. Solution:
You are using older version of nodejs. Please follow this to update:
https://github.com/nodesource/distributions/blob/master/README.md#debinstall
Yeah cool! I upgraded to 12.x and it worked fine.
shall I use latest or specific version?
I have also this /var/bigbluebutton/published/presentation/01e03e98b2d58d5b189e0c7c4592dc4b3fc94574-1591286409969/video/webcams.webm: No such file or directory
vebcams has mp4 extension bbb 2.2.20
bbb uses nodjs 8 are you sure upgrade does not break things? it looks like record processing is not working, records is not published. Can somebody confirm?
bbb uses nodjs 8 are you sure upgrade does not break things? it looks like record processing is not working, records is not published. Can somebody confirm?
Not sure if node version effects processing. I thought it was being used for playback only!