Advertisement
swimmerhair

Swimbot Error

May 8th, 2024
947
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.88 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.9/site-packages/discord/ext/commands/bot.py", line 939, in invoke
  3.     await ctx.command.invoke(ctx)
  4.   File "/home/pi/.local/lib/python3.9/site-packages/discord/ext/commands/core.py", line 863, in invoke
  5.     await injected(*ctx.args, **ctx.kwargs)
  6.   File "/home/pi/.local/lib/python3.9/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  7.     ret = await coro(*args, **kwargs)
  8.   File "/home/pi/Swimbot/whois.py", line 221, in whois
  9.     info = await COC.swimbot(tag).get_info
  10.   File "/home/pi/Swimbot/COC.py", line 145, in get_info
  11.     account = await swimbot(account['_id']).update
  12.   File "/home/pi/Swimbot/COC.py", line 167, in update
  13.     resp = await Player(self.input).info
  14.   File "/home/pi/Swimbot/COC.py", line 35, in info
  15.     elif r.status == 403: raise swimbot_utils.CoCForbidden
  16. swimbot_utils.CoCForbidden
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement