puppeteer-stream icon indicating copy to clipboard operation
puppeteer-stream copied to clipboard

Cannot find tab

Open PrashantZignuts opened this issue 1 year ago • 3 comments

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)

PrashantZignuts avatar Mar 26 '24 10:03 PrashantZignuts

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.

ziminas1990 avatar Apr 05 '24 06:04 ziminas1990

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 avatar Apr 05 '24 06:04 PrashantZignuts

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

PrashantZignuts avatar Apr 11 '24 07:04 PrashantZignuts

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

samuelscheit avatar May 06 '24 15:05 samuelscheit