distubejs / ytdl-core

YouTube video downloader in javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module not found: Can't resolve 'fs'

1982FenceHopper opened this issue · comments

commented

Describe the bug

Attempting to use ytdl.getInfo results in module not found error in Next.js 14.2.3

Debug File

image

Environment

  • @distube/ytdl-core version: 4.13.3
  • Node.js version: 20.13.1
  • Operating system: Linux (Windows WSL)

Because this fork is dedicated to use with skick1234/DisTube, I added some update only for node.js server, not web client.
I will check and remove them in the next update.

commented

CLOSING: Fixed by running in server side API call. However, another issue has occured which is also prevalent in the core library, recommend you check this out @skick1234

fent#1290