codewithriza / SlotBot

Slot Bot is a Discord bot designed to streamline slot management in your server. It allows users to create slots for various purposes, such as selling items or offering services
MIT License
5 stars 5 forks source link

not getting online #4

Closed Clauzyxx closed 2 months ago

Clauzyxx commented 2 months ago

Pylex~ 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.11.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==1.7.3 in ./.local/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (1.7.3) Requirement already satisfied: colorama==0.4.4 in ./.local/lib/python3.11/site-packages (from -r requirements.txt (line 2)) (0.4.4) Requirement already satisfied: aiohttp<3.8.0,>=3.6.0 in ./.local/lib/python3.11/site-packages (from discord.py==1.7.3->-r requirements.txt (line 1)) (3.7.4.post0) Requirement already satisfied: attrs>=17.3.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (23.2.0) Requirement already satisfied: chardet<5.0,>=2.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (4.0.0) Requirement already satisfied: multidict<7.0,>=4.5 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (6.0.5) Requirement already satisfied: async-timeout<4.0,>=3.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (3.0.1) Requirement already satisfied: yarl<2.0,>=1.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (1.9.4) Requirement already satisfied: typing-extensions>=3.6.5 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (4.12.2) Requirement already satisfied: idna>=2.0 in ./.local/lib/python3.11/site-packages (from yarl<2.0,>=1.0->aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (3.7) [notice] A new release of pip is available: 24.0 -> 24.1.2 [notice] To update, run: pip install --upgrade pip 1241326253978423326 Traceback (most recent call last): File "/home/container/main.py", line 450, in bot.run("MTI2MzQ4MDk4MDE1MzU2NTE5NQ.GiCj8P.ITCVIvGpbhQMW-T_3t4W0zCTgyKzgId6EvUT2Y") File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 723, in run return future.result() ^^^^^^^^^^^^^^^ File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 702, in runner await self.start(*args, *kwargs) File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 666, in start await self.connect(reconnect=reconnect) File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 601, 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. Pylex~ 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... Pylex~ 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.11.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==1.7.3 in ./.local/lib/python3.11/site-packages (from -r requirements.txt (line 1)) (1.7.3) Requirement already satisfied: colorama==0.4.4 in ./.local/lib/python3.11/site-packages (from -r requirements.txt (line 2)) (0.4.4) Requirement already satisfied: aiohttp<3.8.0,>=3.6.0 in ./.local/lib/python3.11/site-packages (from discord.py==1.7.3->-r requirements.txt (line 1)) (3.7.4.post0) Requirement already satisfied: attrs>=17.3.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (23.2.0) Requirement already satisfied: chardet<5.0,>=2.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (4.0.0) Requirement already satisfied: multidict<7.0,>=4.5 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (6.0.5) Requirement already satisfied: async-timeout<4.0,>=3.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (3.0.1) Requirement already satisfied: yarl<2.0,>=1.0 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (1.9.4) Requirement already satisfied: typing-extensions>=3.6.5 in ./.local/lib/python3.11/site-packages (from aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (4.12.2) Requirement already satisfied: idna>=2.0 in ./.local/lib/python3.11/site-packages (from yarl<2.0,>=1.0->aiohttp<3.8.0,>=3.6.0->discord.py==1.7.3->-r requirements.txt (line 1)) (3.7) [notice] A new release of pip is available: 24.0 -> 24.1.2 [notice] To update, run: pip install --upgrade pip 1241326253978423326 Traceback (most recent call last): File "/home/container/main.py", line 450, in bot.run("MTI2MzQ4MDk4MDE1MzU2NTE5NQ.GiCj8P.ITCVIvGpbhQMW-T_3t4W0zCTgyKzgId6EvUT2Y") File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 723, in run return future.result() ^^^^^^^^^^^^^^^ File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 702, in runner await self.start(args, **kwargs) File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 666, in start await self.connect(reconnect=reconnect) File "/home/container/.local/lib/python3.11/site-packages/discord/client.py", line 601, 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. Pylex~ 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.