0% found this document useful (0 votes)
6 views

message (2)

The document describes the process of starting a server using Pterodactyl Daemon, which involves checking disk space, updating configuration files, and pulling a Docker container image. It also includes a traceback error indicating that the Discord bot failed to run due to missing privileged intents that need to be enabled in the Discord developer portal. The server is marked as offline after the crash, and the daemon attempts to restart the server again.

Uploaded by

elonazalla1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

message (2)

The document describes the process of starting a server using Pterodactyl Daemon, which involves checking disk space, updating configuration files, and pulling a Docker container image. It also includes a traceback error indicating that the Discord bot failed to run due to missing privileged intents that need to be enabled in the Discord developer portal. The server is marked as offline after the crash, and the daemon attempts to restart the server again.

Uploaded by

elonazalla1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

[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...
container@pterodactyl~ 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
Python 3.12.9
:/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 -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python
/home/container/${PY_FILE}
Requirement already satisfied: discord.py in ./.local/lib/python3.12/site-packages
(from -r requirements.txt (line 1)) (2.4.0)
Requirement already satisfied: configparser in ./.local/lib/python3.12/site-
packages (from -r requirements.txt (line 2)) (7.1.0)
Requirement already satisfied: pytz in ./.local/lib/python3.12/site-packages (from
-r requirements.txt (line 3)) (2025.1)
Requirement already satisfied: aiohttp<4,>=3.7.4 in ./.local/lib/python3.12/site-
packages (from discord.py->-r requirements.txt (line 1)) (3.11.12)
Requirement already satisfied: aiohappyeyeballs>=2.3.0 in
./.local/lib/python3.12/site-packages (from aiohttp<4,>=3.7.4->discord.py->-r
requirements.txt (line 1)) (2.4.6)
Requirement already satisfied: aiosignal>=1.1.2 in ./.local/lib/python3.12/site-
packages (from aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line 1)) (1.3.2)
Requirement already satisfied: attrs>=17.3.0 in ./.local/lib/python3.12/site-
packages (from aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line 1))
(25.1.0)
Requirement already satisfied: frozenlist>=1.1.1 in ./.local/lib/python3.12/site-
packages (from aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line 1)) (1.5.0)
Requirement already satisfied: multidict<7.0,>=4.5 in ./.local/lib/python3.12/site-
packages (from aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line 1)) (6.1.0)
Requirement already satisfied: propcache>=0.2.0 in ./.local/lib/python3.12/site-
packages (from aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line 1)) (0.2.1)
Requirement already satisfied: yarl<2.0,>=1.17.0 in ./.local/lib/python3.12/site-
packages (from aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line 1))
(1.18.3)
Requirement already satisfied: idna>=2.0 in ./.local/lib/python3.12/site-packages
(from yarl<2.0,>=1.17.0->aiohttp<4,>=3.7.4->discord.py->-r requirements.txt (line
1)) (3.10)
[notice] A new release of pip is available: 24.3.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
2025-02-16 23:37:36 INFO discord.client logging in using static token
Traceback (most recent call last):
File "/home/container/main.py", line 1630, in <module>
bot.run(bot_token)
File "/home/container/.local/lib/python3.12/site-packages/discord/client.py",
line 869, in run
asyncio.run(runner())
File "/usr/local/lib/python3.12/asyncio/runners.py", line 195, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 691, in
run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/home/container/.local/lib/python3.12/site-packages/discord/client.py",
line 858, in runner
await self.start(token, reconnect=reconnect)
File "/home/container/.local/lib/python3.12/site-packages/discord/client.py",
line 787, in start
await self.connect(reconnect=reconnect)
File "/home/container/.local/lib/python3.12/site-packages/discord/client.py",
line 711, in connect
raise PrivilegedIntentsRequired(exc.shard_id) from None
discord.errors.PrivilegedIntentsRequired: Shard ID None is requesting privileged
intents that have not been explicitly enabled in the developer portal. It is
recommended to go to https://discord.com/developers/applications/ and explicitly
enable the privileged intents within your application's page. If this is not
possible, then consider disabling the privileged intents instead.
container@pterodactyl~ 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...
container@pterodactyl~ 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
Python 3.12.9
:/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 -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; /usr/local/bin/python
/home/container/${PY_FILE}

You might also like