SamuelScheit / puppeteer-stream

A Library for puppeteer to retrieve audio and/or video streams
MIT License
333 stars 105 forks source link

Cannot find tab #152

Closed PrashantZignuts closed 1 month ago

PrashantZignuts commented 3 months ago

when using latest version of puppeteer-stream(i.e 3.0.9) at that time getting error as

Error: Cannot find tab at getStream (/Users/ztlab57/Desktop/puppeterRecording/node_modules/puppeteer-stream/dist/PuppeteerStream.js:171:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Object.recordMSTeams [as meetrecorder/recordmsteams] (/Users/ztlab57/Desktop/puppeterRecording/api/controllers/MeetRecorderController.js:226:30)

ziminas1990 commented 2 months ago

Hey! I've encountered the same problem. It was added in 3.0.8 (https://github.com/SamuelScheit/puppeteer-stream/commit/c639b0a53dbdf3a93b79f4e69396d898c315d7cd). So, switching to 3.0.7 solved the problem for me.

PrashantZignuts commented 2 months ago

yes i know it was added in 3.0.8 but i need to use multiple tab for single browser instance so it would be good if @SamuelScheit get some solution for this.

PrashantZignuts commented 2 months ago

Hello @SamuelScheit, tried 3.0.10 still getting the same issue image (5)

SamuelScheit commented 1 month ago

fixed in version 3.0.12 4ff9b8f let me know if the issue still occurs