Skip to content
New issue

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

trading job #2093

Closed
sayahika opened this issue Jan 17, 2025 · 1 comment
Closed

trading job #2093

sayahika opened this issue Jan 17, 2025 · 1 comment

Comments

@sayahika
Copy link

Is your feature request related to a problem? Please describe.

2025-01-17 18:30:18.080 [info] Experiment 'pythonRecommendTensorboardExt' is active
2025-01-17 18:30:18.080 [info] Experiment 'pythonTerminalEnvVarActivation' is active
2025-01-17 18:30:18.080 [info] Experiment 'pythonTestAdapter' is active
2025-01-17 18:30:18.080 [info] Native locator: Refresh started
2025-01-17 18:30:18.080 [info] Native locator: Refresh started
2025-01-17 18:30:18.813 [info] > conda info --json
2025-01-17 18:30:38.893 [info] Python interpreter path: ~\AppData\Local\Programs\Python\Python312-32\python.exe
2025-01-17 18:30:39.726 [info] Native locator: Refresh finished in 76818 ms
2025-01-17 18:31:05.730 [info] Starting Pylance language server.

A clear and concise description of what you want to happen. Include any alternative solutions you've considered.

[Bot-Hosting Daemon]: Checking server disk space usage, this could take a few seconds...
[Bot-Hosting Daemon]: Updating process configuration files...
[Bot-Hosting Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Bot-Hosting Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Bot-Hosting Daemon]: Finished pulling Docker container image
Python 3.12.8
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "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 --disable-pip-version-check -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python ${PY_START_FLAGS} /home/container/${BOT_PY_FILE}
/usr/local/bin/python: can't open file '/home/container/1': [Errno 2] No such file or directory
container@pterodactyl~ Server marked as offline...
[Bot-Hosting Daemon]: Aborting automatic restart, crash detection is disabled for this instance.

Describe the solution you'd like

[Bot-Hosting Daemon]: Checking server disk space usage, this could take a few seconds...
[Bot-Hosting Daemon]: Updating process configuration files...
[Bot-Hosting Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Bot-Hosting Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Bot-Hosting Daemon]: Finished pulling Docker container image
Python 3.12.8
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "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 --disable-pip-version-check -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python ${PY_START_FLAGS} /home/container/${BOT_PY_FILE}
/usr/local/bin/python: can't open file '/home/container/1': [Errno 2] No such file or directory
container@pterodactyl~ Server marked as offline...
[Bot-Hosting Daemon]: Aborting automatic restart, crash detection is disabled for this instance.

Additional context

[Bot-Hosting Daemon]: Checking server disk space usage, this could take a few seconds...
[Bot-Hosting Daemon]: Updating process configuration files...
[Bot-Hosting Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Bot-Hosting Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Bot-Hosting Daemon]: Finished pulling Docker container image
Python 3.12.8
:/home/container$ if [[ -d .git ]] && [[ ${AUTO_UPDATE} == "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 --disable-pip-version-check -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python ${PY_START_FLAGS} /home/container/${BOT_PY_FILE}
/usr/local/bin/python: can't open file '/home/container/1': [Errno 2] No such file or directory
container@pterodactyl~ Server marked as offline...
[Bot-Hosting Daemon]: Aborting automatic restart, crash detection is disabled for this instance.

@nagilson
Copy link
Member

This looks like a python issue. What is your feature request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants