[AeroX Wings]: Checking server disk space usage, this could take a few seconds...
[AeroX Wings]: Updating process configuration files...
[AeroX Wings]: Ensuring file permissions are set correctly, this could take a few seconds...
IN-01@fluid torrent~ Server marked as starting...
[AeroX Wings]: Pulling Docker container image, this could take a few minutes to complete...
[AeroX Wings]: Finished pulling Docker container image
v18.20.8
:/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
node:internal/modules/cjs/loader:1140
const err = new Error(message);
^
Error: Cannot find module './index.js'
#bot not starting
1 messages · Page 1 of 1 (latest)
Require stack:
- /home/container/imaginaryUncacheableRequireResolveScript
at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
at Function.resolve (node:internal/modules/helpers:188: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.<anonymous> (/usr/local/lib/node_modules/ts-node/dist/child/child-entrypoint.js:23:21)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
at Module.load (node:internal/modules/cjs/loader:1203:32) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/container/imaginaryUncacheableRequireResolveScript' ]
}
Node.js v18.20.8
IN-01@fluid torrent~ Server marked as offline...
[AeroX Wings]: ---------- Detected server process in a crashed state! ----------
[AeroX Wings]: Exit code: 1
[AeroX Wings]: Out of memory: false
[AeroX Wings]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
how can i fix this
provide error log when it first appears
@devout marsh send console log screenshot
yeah okay sorry i was using the wrong egg and used nodejs instead of python
but then i got this error instead
if [[ -d .git ]] && [[ "0" == "1" ]]; then git pull; fi; if [[ ! -z "" ]]; then pip install -U --prefix .local ; fi; if [[ -f /home/container/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python /home/container/app.py
this is my startup command
how do i change my startup file
@indigo schooner
Which code?
006 vocard
IN-01@aerox~ Server marked as offline... [AeroX Wings]: Checking server disk space u sage, this could take a few seconds. [AeroX Wings]: Updating process configurati
on files.
[AeroX Wings]: Ensuring file permissions ar e set correctly, this could take a few seco nds..
IN-01@aerox~ Server marked as starting... [AeroX Wings]: Pulling Docker container ima ge, this could take a few minutes to comple te...
[AeroX Wings]: Finished pulling Docker cont ainer image
Python 3.13.10
container~ if [[ -d .git ]] && [[ "${AUTO_U PDATE}" == "1" ]]; then git pull; fi; if [[ ! -z "${PY_PACKAGES}" ]]; then pip install -U --prefix .local ${PY_PACKAGES}; fi; if
[[ -f /home/container/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/py
thon /home/container/${PY_FILE}
/usr/local/bin/python: can't open file '/ho me/container/main.py': [Errno 2] No such fi le or directory
AeroX Wings]: Finished pulling Docker cont ainer image
Python 3.13.10
container~ if [[ -d .git ]] && [[ "${AUTO_U PDATE}" == "1" ]]; then git pull; fi; if [[ ! -z "${PY_PACKAGES}" ]]; then pip install
-U --prefix .local ${PY_PACKAGES}; fi; if [[ -f /home/container/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/py thon /home/container/${PY_FILE}
Traceback (most recent call last):
File "/home/container/Vocard-Dashboard-ma
in/main.py", line 4, in <module> import update
File "/home/container/Vocard-Dashboard-ma in/update.py", line 1, in <module>
import requests, zipfile, os, shutil, rgparse
ModuleNotFoundError: No module named 'reque sts'
i see u didnt moved the file to container
How to do that?
watch the video carefully
⚠️ Disclaimer
This content is provided for educational purposes only.
We do not promote or support any illegal activity.
─── ✦ ─── ✦ ───
Discord Music Bot — Python (discord.py) | Lavalink | Spotify + YouTube Support
Introducing a modern, fast, feature-packed Discord Music Bot built in Python (discord.py) and powere...
dont skip anything
when it is done rate me :)
#⌕﹒📑﹒feedbacks﹒
dont skip anthing
u will se in the vid that the vocard files will be moved to container using ../
and also i think u have some api and variable issues
Oh its ../
⚠️ You must accept these rules to use the bot!
This message is now inactive.
• Any actions performed to gain an unfair advantage over other users are explicitly against the rules. This includes but not limited to:
├> Using macros/scripts for any commands
└> Using multiple accounts for any reason
• Do not use any exploits and report any found in the bot
• You can not sell/trade cowoncy or any bot goods for anything outside of the bot
• If you have any questions come ask us in our server!
Privacy Policy - Terms of Service
Clicking on the button means you will follow the rules and acknowlege the consequences
@devout marsh