21 lines
1.1 KiB
Plaintext
21 lines
1.1 KiB
Plaintext
[dotenv@17.3.1] injecting env (2) from .env -- tip: 🛠️ run anywhere with `dotenvx run -- yourcommand`
|
|
/home/ubuntu/executor/workspace/node_modules/distube/dist/index.js:1288
|
|
if (invalidKey) throw new DisTubeError("INVALID_KEY", sourceName, invalidKey);
|
|
^
|
|
|
|
DisTubeError [INVALID_KEY]: 'ffmpegPath' does not need to be provided in DisTubeOptions
|
|
at checkInvalidKey (/home/ubuntu/executor/workspace/node_modules/distube/dist/index.js:1288:25)
|
|
at new Options (/home/ubuntu/executor/workspace/node_modules/distube/dist/index.js:1692:5)
|
|
at new DisTube (/home/ubuntu/executor/workspace/node_modules/distube/dist/index.js:2281:20)
|
|
at Object.<anonymous> (/home/ubuntu/executor/workspace/index.js:25:17)
|
|
at Module._compile (node:internal/modules/cjs/loader:1688:14)
|
|
at Object..js (node:internal/modules/cjs/loader:1820:10)
|
|
at Module.load (node:internal/modules/cjs/loader:1423:32)
|
|
at Function._load (node:internal/modules/cjs/loader:1246:12)
|
|
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
|
|
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24) {
|
|
errorCode: 'INVALID_KEY'
|
|
}
|
|
|
|
Node.js v22.18.0
|