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
file:///home/moo9xi/Documents/MusicBot/node_modules/execa/lib/error.js:59
error = new Error(message);
^
Error: Command failed with exit code 1: tsx src/scripts/migrate-and-start.ts
at makeError (file:///home/moo9xi/Documents/MusicBot/node_modules/execa/lib/error.js:59:11)
at handlePromise (file:///home/moo9xi/Documents/MusicBot/node_modules/execa/index.js:119:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/moo9xi/Documents/MusicBot/src/scripts/run-with-database-url.ts:1:143 {
shortMessage: 'Command failed with exit code 1: tsx src/scripts/migrate-and-start.ts',
command: 'tsx src/scripts/migrate-and-start.ts',
escapedCommand: 'tsx "src/scripts/migrate-and-start.ts"',
exitCode: 1,
signal: undefined,
signalDescription: undefined,
stdout: undefined,
stderr: undefined,
failed: true,
timedOut: false,
isCanceled: false,
killed: false
}
Node.js v18.19.1
won't run i have latest stuff
**Versions**
- Muse:lastest
- Docker (if applicable):
- OS:linux ubuntu
- Node.js: (if running outside the Docker container)
- ffmpeg: (if running outside the Docker container, 4.1 or later is required)
The text was updated successfully, but these errors were encountered:
Logs
file:///home/moo9xi/Documents/MusicBot/node_modules/execa/lib/error.js:59
error = new Error(message);
^
Error: Command failed with exit code 1: tsx src/scripts/migrate-and-start.ts
at makeError (file:///home/moo9xi/Documents/MusicBot/node_modules/execa/lib/error.js:59:11)
at handlePromise (file:///home/moo9xi/Documents/MusicBot/node_modules/execa/index.js:119:26)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async file:///home/moo9xi/Documents/MusicBot/src/scripts/run-with-database-url.ts:1:143 {
shortMessage: 'Command failed with exit code 1: tsx src/scripts/migrate-and-start.ts',
command: 'tsx src/scripts/migrate-and-start.ts',
escapedCommand: 'tsx "src/scripts/migrate-and-start.ts"',
exitCode: 1,
signal: undefined,
signalDescription: undefined,
stdout: undefined,
stderr: undefined,
failed: true,
timedOut: false,
isCanceled: false,
killed: false
}
Node.js v18.19.1
The text was updated successfully, but these errors were encountered: