You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the application for the first time, the data folder does not exists and it generates an error
Error: ENOENT: no such file or directory, open './data/champion_data.json'
at Object.openSync (node:fs:603:3)
at Object.writeFileSync (node:fs:2324:35)
at writeFileSync (F:\Developpement\DiscordBot\LolQuizz-example\LolQuizz\helpers\champion_data_helper.js:62:8)
at F:\Developpement\DiscordBot\LolQuizz-example\LolQuizz\helpers\champion_data_helper.js:31:17
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errno: -4058,
syscall: 'open',
code: 'ENOENT',
path: './data/champion_data.json'
}
Changes required
Create a folder if it does not exists.
The text was updated successfully, but these errors were encountered:
Bug Description:
When running the application for the first time, the data folder does not exists and it generates an error
Changes required
The text was updated successfully, but these errors were encountered: