Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

this.nfs.stop is not a function

Open beyeshooter opened this issue 3 years ago • 0 comments

UnhandledPromiseRejectionWarning: TypeError: this.nfs.stop is not a function at NodeMediaServer.stop (/home/bouksou/Projects/node-rooms-recording-auto/node_modules/node-media-server/src/node_media_server.js:107:16) at StreamService.<anonymous> (/home/bouksou/Projects/node-rooms-recording-auto/src/services/stream.service.ts:165:25) at Generator.next (<anonymous>) at fulfilled (/home/bouksou/Projects/node-rooms-recording-auto/src/services/stream.service.ts:5:58) (node:31870) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)

I got this when i added fission config and called stop function and when i checked code source it didn't found it, is this normal ?

beyeshooter avatar Oct 28 '22 10:10 beyeshooter