This commit is contained in:
2022-04-28 17:22:33 +02:00
parent 08e67507cb
commit e06256670a
8 changed files with 146 additions and 2 deletions

14
core/logs/latest.log Normal file
View File

@@ -0,0 +1,14 @@
[2022-04-28 16:42:11] [CRITICAL] red.main: The main bot task didn't handle an exception and has crashed
Traceback (most recent call last):
File "/data/venv/lib/python3.9/site-packages/redbot/__main__.py", line 475, in red_exception_handler
red_task.result()
File "/data/venv/lib/python3.9/site-packages/redbot/__main__.py", line 374, in run_bot
new_token = await interactive_config(
File "/data/venv/lib/python3.9/site-packages/redbot/core/cli.py", line 50, in interactive_config
token = input("> ")
EOFError: EOF when reading a line
[2022-04-28 16:42:11] [WARNING] red.main: Attempting to die as gracefully as possible...
[2022-04-28 16:42:11] [INFO] red.main: Shutting down from unhandled exception
[2022-04-28 16:42:20] [INFO] red.main: Signals.SIGTERM received. Quitting...
[2022-04-28 16:42:20] [INFO] red.main: Shutting down with exit code: ExitCodes.SHUTDOWN
[2022-04-28 16:42:20] [INFO] red.main: Please wait, cleaning up a bit more

14
core/logs/red.log Normal file
View File

@@ -0,0 +1,14 @@
[2022-04-28 16:42:11] [CRITICAL] red.main: The main bot task didn't handle an exception and has crashed
Traceback (most recent call last):
File "/data/venv/lib/python3.9/site-packages/redbot/__main__.py", line 475, in red_exception_handler
red_task.result()
File "/data/venv/lib/python3.9/site-packages/redbot/__main__.py", line 374, in run_bot
new_token = await interactive_config(
File "/data/venv/lib/python3.9/site-packages/redbot/core/cli.py", line 50, in interactive_config
token = input("> ")
EOFError: EOF when reading a line
[2022-04-28 16:42:11] [WARNING] red.main: Attempting to die as gracefully as possible...
[2022-04-28 16:42:11] [INFO] red.main: Shutting down from unhandled exception
[2022-04-28 16:42:20] [INFO] red.main: Signals.SIGTERM received. Quitting...
[2022-04-28 16:42:20] [INFO] red.main: Shutting down with exit code: ExitCodes.SHUTDOWN
[2022-04-28 16:42:20] [INFO] red.main: Please wait, cleaning up a bit more

1
core/settings.json Normal file
View File

@@ -0,0 +1 @@
{"0": {"GLOBAL": {"schema_version": 2, "token": "PASTE YOUR DISCORD BOT TOKEN", "prefix": ["sys."], "locale": "de-DE", "owner": 155076323612688384, "last_system_info": {"python_version": [3, 9], "machine": "x86_64", "system": "Linux"}, "packages": ["audio"]}, "CUSTOM_GROUPS": {"CogManager": {"2938473984732": {}}, "Core": {"0": {"COG_DISABLE_SETTINGS": 2, "CUSTOM_GROUPS": 2, "COMMAND": 2, "SHARED_API_TOKENS": 2}}, "ModLog": {"1354799444": {"CASETYPES": 1, "CASES": 2}}, "Bank": {"384734293238749": {}}, "Audio": {"2711759130": {"EQUALIZER": 1, "GLOBALPLAYLIST": 1, "GUILDPLAYLIST": 2, "USERPLAYLIST": 2}}}}}