Puppeteer: "BadResource: Bad resource ID" on Ubuntu
Hello, i just switched my server os over to ubuntu server 23.10. When executing my script, it immediately throws an error an exits. Before, on my windows machine, the script worked completely fine.
Error:
Relevant code:
Troubleshooting steps taken:
- Re-ran installation script
- Cleared cache
- Rebooted machine
Error:
Relevant code:
Troubleshooting steps taken:
- Re-ran installation script
- Cleared cache
- Rebooted machine
uname -a:Linux dnarpi 6.5.0-1011-raspi #14-Ubuntu SMP PREEMPT_DYNAMIC Fri Feb 9 14:06:28 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
deno --version:deno 1.41.1 (release, aarch64-unknown-linux-gnu)
v8 12.1.285.27
typescript 5.3.3

