We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What's happening? The container fails to start
Logs
/usr/app/node_modules/spotify-web-api-node/src/http-manager.js:47 return new WebapiError(response.body, response.headers, response.statusCode, response.body); ^ WebapiError: [object Object] at _toError (/usr/app/node_modules/spotify-web-api-node/src/http-manager.js:47:10) at <anonymous> (/usr/app/node_modules/spotify-web-api-node/src/http-manager.js:71:25) at callback (/usr/app/node_modules/superagent/src/node/index.js:902:3) at IncomingMessage.<anonymous> (/usr/app/node_modules/superagent/src/node/index.js:1130:18) at IncomingMessage.emit (node:events:525:35) at endReadableNT (node:internal/streams/readable:1359:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { body: {}, headers: { 'content-type': 'text/html; charset=UTF-8', 'referrer-policy': 'no-referrer', 'content-length': '304', 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000', connection: 'close' }, statusCode: 403, attemptNumber: 6, retriesLeft: 0 } Node.js v18.7.0 Error: Command failed with exit code 1: tsx src/scripts/migrate-and-start.ts at makeError (/usr/app/node_modules/execa/lib/null:59:11) at handlePromise (/usr/app/node_modules/execa/null:119:26) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at <anonymous> (/usr/app/src/scripts/run-with-database-url.ts:6:3) { 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 }
Runtime I'm running Muse:
Versions
The text was updated successfully, but these errors were encountered:
Based on that output you're not using the latest version of Muse, can you please update and try again?
Sorry, something went wrong.
No branches or pull requests
What's happening?
The container fails to start
Logs
Runtime
I'm running Muse:
Versions
The text was updated successfully, but these errors were encountered: