Hello Glitch!
I’m having some problems with my Discord Bot, I can’t change a file, because everytime that i change it, It appers “Reconnecting…” and everything that i maded is deleted. And now, i get this error on my console:
fs.js:750
return binding.writeBuffer(fd, buffer, offset, length, position);
^
Error: ENOSPC: no space left on device, write
at Object.fs.writeSync (fs.js:750:20)
at Object.fs.writeFileSync (fs.js:1329:24)
at process.on (/home/nvm/pnpm/lib/node_modules/pnpm/lib/node_modules/pnpm-file-reporter/lib/index.js:25:12)
at process.emit (events.js:185:15)
at processEmit [as emit] (/home/nvm/pnpm/lib/node_modules/pnpm/lib/node_modules/signal-exit/index.js:149:35)
at process.exit (internal/process.js:140:15)
at Timeout.setTimeout [as _onTimeout] (/home/nvm/pnpm/lib/node_modules/pnpm/lib/err.js:10:30)
at ontimeout (timers.js:466:11)
at tryOnTimeout (timers.js:304:5)
at Timer.listOnTimeout (timers.js:267:5)
This happens when i try to download FFMPEG-STATIC, Can someone help me?