forked from waterbotdev/waterbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexception.txt
17 lines (15 loc) · 1 KB
/
exception.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Traceback (most recent call last):
File "/home/pi/.pyenv/versions/3.8.0/lib/python3.8/site-packages/discord/ext/commands/core.py", line 83, in wrapped
ret = await coro(*args, **kwargs)
File "/home/pi/waterbot/bot/exts/utils.py", line 234, in addemote
img = requests.get(url)
NameError: name 'requests' is not defined
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/pi/.pyenv/versions/3.8.0/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 892, in invoke
await ctx.command.invoke(ctx)
File "/home/pi/.pyenv/versions/3.8.0/lib/python3.8/site-packages/discord/ext/commands/core.py", line 797, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "/home/pi/.pyenv/versions/3.8.0/lib/python3.8/site-packages/discord/ext/commands/core.py", line 92, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NameError: name 'requests' is not defined