Not starting up on my server
See original GitHub issueIssue Description
What’s happening? The bot used to start up, however it doesn’t anymore. All the tokens are still valid
Logs
> muse@2.1.0 start
npm run env:set-database-url -- esmo src/scripts/migrate-and-start.ts
> muse@2.1.0 env:set-database-url
> esmo src/scripts/run-with-database-url.ts
(node:446435) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
node:internal/errors:477
ErrorCaptureStackTrace(err);
^
Error [ERR_LOADER_CHAIN_INCOMPLETE]: "file:///root/runner/private/lh-music/node_modules/esbuild-node-loader/loader.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include `shortCircuit: true` in the hook's return.
at new NodeError (node:internal/errors:387:5)
at ESMLoader.resolve (node:internal/modules/esm/loader:860:13
at async ESMLoader.getModuleJob (node:internal/modules/esm/loader:439:7)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:541:24)
at async loadESM (node:internal/process/esm_loader:83:5)
at async handleMainPromise (node:internal/modules/run_main:65:12) {
code: 'ERR_LOADER_CHAIN_INCOMPLETE'
}
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
Runtime I’m running Muse:
- Directly from the cloned repository
- Inside a Docker container
- Something else (please elaborate)
Versions
- Muse: 2.1.0 (the same issue occurs on 2.1.1 as well)
- Docker (if applicable):
- OS: Arch Linux
- ffmpeg: (if running outside the Docker container, 4.1 or later is required) 5.0.1
Issue Analytics
- State:
- Created 7 months ago
- Reactions:1
- Comments:12 (3 by maintainers)
Top Results From Across the Web
My Server won't boot. What do I do? - Support Center
Operating System Check - Try booting into Safe Mode by using the F8 key on the keyboard so that Windows is able to...
Read more >Unable to Start the Server Service - Microsoft Support
When you attempt to start the Server service from a command prompt, you may receive the following error message: System error 1058 has...
Read more >Why Won't My Minecraft Server Start? - Apex Hosting
Your server not starting can be the result of a number of causes, in most cases, it can be resolved or at least...
Read more >Dell PowerEdge: Troubleshooting a Server that does not start ...
If the operating system does not start for any reason, this is called a No Boot. A common symptom is also that there...
Read more >[SOLVED] Help! Server won't start... - General Hardware Forum
Unplug the power supplies and then pull each power supply out and push it back in. No need to take the server apart....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I was able to reproduce the issue and it should now be fixed in the above release.
Switched to Node v16.16.0 and it works fine. No idea what in 18 would be doing this but it doesn’t matter