telegram-channel-downloader
telegram-channel-downloader copied to clipboard
Error: "Error: ENOENT: no such file or directory, open"
I keep getting this error when I'm downloading some channels:
node:events:496
throw er; // Unhandled 'error' event
^
Error: ENOENT: no such file or directory, open
at Object.open (node:fs:565:11)
at WriteStream._construct (node:internal/fs/streams:72:17)
at constructNT (node:internal/streams/destroy:299:12)
at process.processTicksAndRejections (node:internal/process/task_queues:81:21)
Emitted 'error' event on WriteStream instance at:
at emitErrorNT (node:internal/streams/destroy:169:8)
at emitErrorCloseNT (node:internal/streams/destroy:128:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'open'
}