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
Jexactyl: Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
Jexactyl: Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
v16.20.2
Jexactyl: Server marked as running...
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; if [[ "${MAIN_FILE}" == "*.js" ]]; then /usr/local/bin/node "/home/container/${MAIN_FILE}" ${NODE_ARGS}; else /usr/local/bin/ts-node --esm "/home/container/${MAIN_FILE}" ${NODE_ARGS}; fi
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: prism-media@1.3.5
npm WARN Found: opusscript@0.1.1
npm WARN node_modules/opusscript
npm WARN optional opusscript@"^0.1.1" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional opusscript@"^0.0.8" from prism-media@1.3.5
npm WARN node_modules/prism-media
npm WARN prism-media@"^1.3.5" from @discordjs/voice@0.17.0
npm WARN node_modules/@discordjs/voice
npm WARN
npm WARN Conflicting peer dependency: opusscript@0.0.8
npm WARN node_modules/opusscript
npm WARN peerOptional opusscript@"^0.0.8" from prism-media@1.3.5
npm WARN node_modules/prism-media
npm WARN prism-media@"^1.3.5" from @discordjs/voice@0.17.0
npm WARN node_modules/@discordjs/voice
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@discordjs/collection@2.1.0',
npm WARN EBADENGINE required: { node: '>=18' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@discordjs/collection@2.1.0',
npm WARN EBADENGINE required: { node: '>=18' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'undici@6.13.0',
npm WARN EBADENGINE required: { node: '>=18.0' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
up to date, audited 323 packages in 1s
47 packages are looking for funding
run npm fund for details
5 moderate severity vulnerabilities
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run npm audit for details.
node:internal/modules/cjs/loader:1028
const err = new Error(message);
^
Error: Cannot find module './node index.ts'
Require stack:
/home/container/imaginaryUncacheableRequireResolveScript
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
at Function.resolve (node:internal/modules/cjs/helpers:125:19)
at requireResolveNonCached (/usr/local/lib/node_modules/ts-node/dist/bin.js:549:16)
at getProjectSearchDir (/usr/local/lib/node_modules/ts-node/dist/bin.js:519:40)
at phase3 (/usr/local/lib/node_modules/ts-node/dist/bin.js:267:27)
at bootstrap (/usr/local/lib/node_modules/ts-node/dist/bin.js:47:30)
at Object. (/usr/local/lib/node_modules/ts-node/dist/child/child-entrypoint.js:23:21)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/container/imaginaryUncacheableRequireResolveScript' ]
}
Jexactyl: Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
This discussion was converted from issue #1636 on June 06, 2024 21:14.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Jexactyl: Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
Jexactyl: Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
v16.20.2
Jexactyl: Server marked as running...
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "1" ]]; then git pull; fi; if [[ ! -z ${NODE_PACKAGES} ]]; then /usr/local/bin/npm install ${NODE_PACKAGES}; fi; if [[ ! -z ${UNNODE_PACKAGES} ]]; then /usr/local/bin/npm uninstall ${UNNODE_PACKAGES}; fi; if [ -f /home/container/package.json ]; then /usr/local/bin/npm install; fi; if [[ "${MAIN_FILE}" == "*.js" ]]; then /usr/local/bin/node "/home/container/${MAIN_FILE}" ${NODE_ARGS}; else /usr/local/bin/ts-node --esm "/home/container/${MAIN_FILE}" ${NODE_ARGS}; fi
npm WARN ERESOLVE overriding peer dependency
npm WARN While resolving: prism-media@1.3.5
npm WARN Found: opusscript@0.1.1
npm WARN node_modules/opusscript
npm WARN optional opusscript@"^0.1.1" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peerOptional opusscript@"^0.0.8" from prism-media@1.3.5
npm WARN node_modules/prism-media
npm WARN prism-media@"^1.3.5" from @discordjs/voice@0.17.0
npm WARN node_modules/@discordjs/voice
npm WARN
npm WARN Conflicting peer dependency: opusscript@0.0.8
npm WARN node_modules/opusscript
npm WARN peerOptional opusscript@"^0.0.8" from prism-media@1.3.5
npm WARN node_modules/prism-media
npm WARN prism-media@"^1.3.5" from @discordjs/voice@0.17.0
npm WARN node_modules/@discordjs/voice
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@discordjs/collection@2.1.0',
npm WARN EBADENGINE required: { node: '>=18' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: '@discordjs/collection@2.1.0',
npm WARN EBADENGINE required: { node: '>=18' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'undici@6.13.0',
npm WARN EBADENGINE required: { node: '>=18.0' },
npm WARN EBADENGINE current: { node: 'v16.20.2', npm: '9.8.1' }
npm WARN EBADENGINE }
up to date, audited 323 packages in 1s
47 packages are looking for funding
run
npm fund
for details5 moderate severity vulnerabilities
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run
npm audit
for details.node:internal/modules/cjs/loader:1028
const err = new Error(message);
^
Error: Cannot find module './node index.ts'
Require stack:
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
at Function.resolve (node:internal/modules/cjs/helpers:125:19)
at requireResolveNonCached (/usr/local/lib/node_modules/ts-node/dist/bin.js:549:16)
at getProjectSearchDir (/usr/local/lib/node_modules/ts-node/dist/bin.js:519:40)
at phase3 (/usr/local/lib/node_modules/ts-node/dist/bin.js:267:27)
at bootstrap (/usr/local/lib/node_modules/ts-node/dist/bin.js:47:30)
at Object. (/usr/local/lib/node_modules/ts-node/dist/child/child-entrypoint.js:23:21)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/container/imaginaryUncacheableRequireResolveScript' ]
}
Jexactyl: Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 1
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
Beta Was this translation helpful? Give feedback.
All reactions