2023-09-09 16:24:55 ERROR discord.ext.commands.bot Ignoring exception in command server_restart Traceback (most recent call last): File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 235, in wrapped ret = await coro(*args, **kwargs) File "/home/container/panel_cog.py", line 170, in server_restart await self.power_action("restart") File "/home/container/panel_cog.py", line 189, in power_action await self.block_to_async(fn) File "/home/container/panel_cog.py", line 51, in block_to_async return await loop.run_in_executor(None, partial) File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/home/container/.local/lib/python3.8/site-packages/pydactyl/api/client.py", line 80, in send_power_action response = self._api_request( File "/home/container/.local/lib/python3.8/site-packages/pydactyl/api/base.py", line 100, in _api_request response.raise_for_status() File "/home/container/.local/lib/python3.8/site-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://panel.ganomus.com/api/client/servers/3e0ea2eb/power The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 1350, in invoke await ctx.command.invoke(ctx) File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 1029, in invoke await injected(*ctx.args, **ctx.kwargs) # type: ignore File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 244, in wrapped raise CommandInvokeError(exc) from exc discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPError: 403 Client Error: Forbidden for url: https://panel.ganomus.com/api/client/servers/3e0ea2eb/power