DNA
I cant install deno by running this command: curl -fsSL https://deno.land/install.sh | sh
Your problem is not deno itself. It's your code. The error explains it pretty well:
Generally, I would use
Deno.serve
instead of the function you use, because it's deprecated (see screenshot below). Then, your code would look like this:
12 replies
Puppeteer: "BadResource: Bad resource ID" on Ubuntu
So i just ran into the next problem. When intercepting the requests, on windows, the request for
master.m3u8
comes in and is also console.log
ged, but on my linux machine, the request never shows up. Does anyone have an idea, why it is like that? Also, the screenshot taken right before the while loop looks just the same on both machines
Code:
65 replies