-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherrors.txt
72 lines (36 loc) · 61.1 KB
/
errors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/shared/stats.py", line 66, in validate_bot\n bot = await self.bot.fetch_user(int(botid))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/client.py", line 2525, in fetch_user\n data = await self.http.get_user(user_id)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/http.py", line 740, in request\n raise NotFound(response, data)\n', 'discord.errors.NotFound: 404 Not Found (error code: 10013): Unknown User\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'validate_bot' raised an exception: NotFound: 404 Not Found (error code: 10013): Unknown User\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 135, in approve\n data = Break(member).fetch_break_id(break_id, ctx.guild.id)\n ^^^^^^\n', "UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'approve' raised an exception: UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 135, in approve\n data = Break(member).fetch_break_id(break_id, ctx.guild.id)\n ^^^^^^\n', "UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'approve' raised an exception: UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 135, in approve\n data = Break(member).fetch_break_id(break_id, ctx.guild.id)\n ^^^^^^\n', "UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'approve' raised an exception: UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 520, in parse_timespan\n raise InvalidTimespan(format(msg, timespan, tokens))\n', "humanfriendly.InvalidTimespan: Failed to parse timespan! (input 'April 5 ~ April 19 Maybe the end of April if my family makes last minute vacation plans.' was tokenized as ['April', 5, '~ April', 19, 'Maybe the end of April if my family makes last minute vacation plans.'])\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: InvalidTimespan: Failed to parse timespan! (input 'April 5 ~ April 19 Maybe the end of April if my family makes last minute vacation plans.' was tokenized as ['April', 5, '~ April', 19, 'Maybe the end of April if my family makes last minute vacation plans.'])\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 520, in parse_timespan\n raise InvalidTimespan(format(msg, timespan, tokens))\n', "humanfriendly.InvalidTimespan: Failed to parse timespan! (input 'April 5 ~ April 18' was tokenized as ['April', 5, '~ April', 18])\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: InvalidTimespan: Failed to parse timespan! (input 'April 5 ~ April 18' was tokenized as ['April', 5, '~ April', 18])\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 520, in parse_timespan\n raise InvalidTimespan(format(msg, timespan, tokens))\n', "humanfriendly.InvalidTimespan: Failed to parse timespan! (input 'April 5 - April 18' was tokenized as ['April', 5, '- April', 18])\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: InvalidTimespan: Failed to parse timespan! (input 'April 5 - April 18' was tokenized as ['April', 5, '- April', 18])\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 135, in approve\n data = Break(member).fetch_break_id(break_id, ctx.guild.id)\n ^^^^^^\n', "UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'approve' raised an exception: UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 135, in approve\n data = Break(member).fetch_break_id(break_id, ctx.guild.id)\n ^^^^^^\n', "UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'approve' raised an exception: UnboundLocalError: cannot access local variable 'member' where it is not associated with a value\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 235, in end\n await ctx.followup.send(\n ^^^^^^^^^^^^^^^^^^\n', "TypeError: Webhook.send() got an unexpected keyword argument 'delete_after'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'end' raised an exception: TypeError: Webhook.send() got an unexpected keyword argument 'delete_after'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/shared/stats.py", line 124, in license\n content="".join(f.readlines)\n ^^^^^^^^^^^^^^^^^^^^\n', 'TypeError: can only join an iterable\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'license' raised an exception: TypeError: can only join an iterable\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/shared/stats.py", line 124, in license\n content="".join(f.readlines)\n ^^^^^^^^^^^^^^^^^^^^\n', 'TypeError: can only join an iterable\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'license' raised an exception: TypeError: can only join an iterable\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 103, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 505, in parse_timespan\n tokens = tokenize(timespan)\n ^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/text.py", line 426, in tokenize\n for token in re.split(r\'(\\d+(?:\\.\\d+)?)\', text):\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/usr/lib/python3.11/re/__init__.py", line 206, in split\n return _compile(pattern, flags).split(string, maxsplit)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "TypeError: expected string or bytes-like object, got 'NoneType'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: TypeError: expected string or bytes-like object, got 'NoneType'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 122, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 520, in parse_timespan\n raise InvalidTimespan(format(msg, timespan, tokens))\n', "humanfriendly.InvalidTimespan: Failed to parse timespan! (input '12 days :)' was tokenized as [12, 'days :)'])\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: InvalidTimespan: Failed to parse timespan! (input '12 days :)' was tokenized as [12, 'days :)'])\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 537, in deny\n resign.deny_resign()\n', ' File "/home/varien/Server Utils/assets/functions.py", line 518, in deny_resign\n db.execute("DELETE FROM resignData WHERE WHERE user_id = ?",\n', 'sqlite3.OperationalError: near "WHERE": syntax error\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', 'discord.app_commands.errors.CommandInvokeError: Command \'deny\' raised an exception: OperationalError: near "WHERE": syntax error\n']
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/admod/warn.py", line 84, in adwarn\n warn_data.give_adwarn(channel, reason)\n', "TypeError: Warn.give_adwarn() missing 1 required positional argument: 'appeal_id'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'adwarn' raised an exception: TypeError: Warn.give_adwarn() missing 1 required positional argument: 'appeal_id'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 122, in apply\n parse_timespan(duration)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/humanfriendly/__init__.py", line 520, in parse_timespan\n raise InvalidTimespan(format(msg, timespan, tokens))\n', "humanfriendly.InvalidTimespan: Failed to parse timespan! (input '72h or less than that!' was tokenized as [72, 'h or less than that!'])\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'apply' raised an exception: InvalidTimespan: Failed to parse timespan! (input '72h or less than that!' was tokenized as [72, 'h or less than that!'])\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 32, in _stats\n embed.description = await LOAMod().checks()\n ^^^^^^^^^^^^^^^^^\n', "TypeError: LOAMod.checks() missing 1 required positional argument: 'bot'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'stats' raised an exception: TypeError: LOAMod.checks() missing 1 required positional argument: 'bot'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 32, in _stats\n embed.description = await LOAMod().checks()\n ^^^^^^^^^^^^^^^^^\n', "TypeError: LOAMod.checks() missing 1 required positional argument: 'bot'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'stats' raised an exception: TypeError: LOAMod.checks() missing 1 required positional argument: 'bot'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 227, in revoke\n data.remove()\n', ' File "/home/varien/Server Utils/assets/functions.py", line 151, in remove\n db.execute(\n', 'sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 2, and there are 1 supplied.\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'revoke' raised an exception: ProgrammingError: Incorrect number of bindings supplied. The current statement uses 2, and there are 1 supplied.\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 232, in revoke\n member = await ctx.guild.fetch_member(data.check()[0])\n ~~~~~~~~~~~~^^^\n', "TypeError: 'NoneType' object is not subscriptable\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'revoke' raised an exception: TypeError: 'NoneType' object is not subscriptable\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 213, in adwarn\n await self.warn_message(ctx, member, channel, reason)\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 99, in warn_message\n if warn_data.give(channel, reason) == False:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/assets/functions.py", line 80, in give\n start = round(self.prior_week_start().timestamp())\n ^^^^^^^^^^^^^^^^^^^^^\n', "AttributeError: 'LOAWarn' object has no attribute 'prior_week_start'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'adwarn' raised an exception: AttributeError: 'LOAWarn' object has no attribute 'prior_week_start'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 232, in revoke\n member = await ctx.guild.fetch_member(data.check()[0])\n ~~~~~~~~~~~~^^^\n', "TypeError: 'NoneType' object is not subscriptable\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 856, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'revoke' raised an exception: TypeError: 'NoneType' object is not subscriptable\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 159, in timed\n Break(ctx.user).add_break_request(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "AttributeError: 'Break' object has no attribute 'add_break_request'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'timed' raised an exception: AttributeError: 'Break' object has no attribute 'add_break_request'\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 213, in adwarn\n await self.warn_message(ctx, member, channel, reason)\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 99, in warn_message\n if warn_data.give(channel, reason) == False:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/assets/functions.py", line 134, in give\n db.execute(\n', 'sqlite3.OperationalError: no such column: user_id\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'adwarn' raised an exception: OperationalError: no such column: user_id\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 213, in adwarn\n await self.warn_message(ctx, member, channel, reason)\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 99, in warn_message\n if warn_data.give(channel, reason) == False:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/assets/functions.py", line 134, in give\n db.execute(\n', 'sqlite3.OperationalError: no such column: user_id\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'adwarn' raised an exception: OperationalError: no such column: user_id\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 213, in adwarn\n await self.warn_message(ctx, member, channel, reason)\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 99, in warn_message\n if warn_data.give(channel, reason) == False:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/assets/functions.py", line 134, in give\n db.execute(\n', 'sqlite3.OperationalError: no such column: user_id\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'adwarn' raised an exception: OperationalError: no such column: user_id\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 213, in adwarn\n await self.warn_message(ctx, member, channel, reason)\n', ' File "/home/varien/Server Utils/LOA/admoderation.py", line 99, in warn_message\n if warn_data.give(channel, reason) == False:\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/assets/functions.py", line 134, in give\n db.execute(\n', 'sqlite3.OperationalError: no such column: user_id\n', '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'adwarn' raised an exception: OperationalError: no such column: user_id\n"]
['Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 841, in _do_call\n return await self._callback(self.binding, interaction, **params) # type: ignore\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/LOA/staff_management.py", line 88, in until_notice\n Break(ctx.user).add_break_request(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', "AttributeError: 'Break' object has no attribute 'add_break_request'\n", '\nThe above exception was the direct cause of the following exception:\n\n', 'Traceback (most recent call last):\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/tree.py", line 1248, in _call\n await command._invoke_with_namespace(interaction, namespace)\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 867, in _invoke_with_namespace\n return await self._do_call(interaction, transformed_values)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n', ' File "/home/varien/Server Utils/venv/discord/lib/python3.11/site-packages/discord/app_commands/commands.py", line 860, in _do_call\n raise CommandInvokeError(self, e) from e\n', "discord.app_commands.errors.CommandInvokeError: Command 'until_notice' raised an exception: AttributeError: 'Break' object has no attribute 'add_break_request'\n"]