We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a Error message when it tries to collect videos
=========== Start Commenting ============== node:fs:603 handleErrorFromBinding(ctx); ^one.. _ Collecting videos.. Error: ENOENT: no such file or directory, open './logs/succesCommenting.log' at Object.openSync (node:fs:603:3) at Object.readFileSync (node:fs:471:35) at readLog (C:\Users\yt comment-bot-YOMEN-main\YOMEN-main\Youtube-Auto-Commenter\main.js:200:13) at startApp (C:\Users\yt comment-bot-YOMEN-main\YOMEN-main\Youtube-Auto-Commenter\main.js:133:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { errno: -4058, syscall: 'open', code: 'ENOENT', path: './logs/succesCommenting.log' }
Node.js v18.17.1
The text was updated successfully, but these errors were encountered:
Same thing here, anyone?
Sorry, something went wrong.
No branches or pull requests
I get a Error message when it tries to collect videos
=========== Start Commenting ==============
node:fs:603
handleErrorFromBinding(ctx);
^one..
_ Collecting videos..
Error: ENOENT: no such file or directory, open './logs/succesCommenting.log'
at Object.openSync (node:fs:603:3)
at Object.readFileSync (node:fs:471:35)
at readLog (C:\Users\yt comment-bot-YOMEN-main\YOMEN-main\Youtube-Auto-Commenter\main.js:200:13)
at startApp (C:\Users\yt comment-bot-YOMEN-main\YOMEN-main\Youtube-Auto-Commenter\main.js:133:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: './logs/succesCommenting.log'
}
Node.js v18.17.1
The text was updated successfully, but these errors were encountered: