sylviiu / ezytdl

Advanced electron-based frontend for yt-dlp
GNU General Public License v3.0
517 stars 21 forks source link

Can't download anything :p #93

Closed kvirulent closed 11 months ago

kvirulent commented 11 months ago

Type: Error

Title:

Internal error occurred!

Content:

{ "code": "ERR_INVALID_ARG_TYPE" }

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received null at stat (node:fs:1520:10) at t.stat (node:electron/js2c/asar_bundle:2:4626) at C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\util\promisifiedFS\existsSync.js:4:8 at new Promise () at module.exports (C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\util\promisifiedFS\existsSync.js:3:28) at promisified. [as existsSync] (C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\util\promisifiedFS.js:36:26) at C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\util\ytdlp.js:2177:32

(no stack)

Stack:

- at module.exports (C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\core\sendNotification.js:9:30)
- at module.exports (C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\util\errorHandler.js:8:48)
- at process.<anonymous> (C:\Users\retsr\AppData\Local\Programs\ezytdl\resources\app.asar\index.js:20:125)
- at process.emit (node:events:513:28)
- at emit (node:internal/process/promises:149:20)
- at processPromiseRejections (node:internal/process/promises:294:27)
- at process.processTicksAndRejections (node:internal/process/task_queues:96:32)

Below this line, please describe what caused this error.


Literally downloading any video causes this error. Version 2.4.2

sylviiu commented 11 months ago

i see what's going on. it's trying to find an FFmpeg install when none exists. there are two things you can do to fix this:

let me know if you try either of these, and if they work! will close the issue for now -- if it still persists, i'll reopen

kvirulent commented 11 months ago

THANKS!!! It works now :D