[Windows] cant pause
node:internal/errors:490 ErrorCaptureStackTrace(err); ^
TypeError [ERR_UNKNOWN_SIGNAL]: Unknown signal: SIGSTOP
at new NodeError (node:internal/errors:399:5)
at convertToValidSignal (node:internal/util:306:9)
at ChildProcess.kill (node:internal/child_process:488:5)
at proto.kill (C:\Users\Administrator\OneDrive\Desktop\botsadmin\StreamBot-main\node_modules\fluent-ffmpeg\lib\processor.js:656:23)
at Client.
Node.js v18.16.0
This issue because you're running it on windows, and SIGSTOP is for linux-only, i will make it compatible with windows soon.
This issue because you're running it on windows, and
SIGSTOPis for linux-only, i will make it compatible with windows soon.
Thank you Waiting For Update
@Rickmazr Whats your discord or best way to contact u
After some time, I'm not planning to support Windows natively; you can run this bot in WSL2.