Advertisement
swimmerhair

Swimbot Error

Feb 3rd, 2023
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.53 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.9/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Swimbot/waitlist.py", line 84, in waitlist
  5.     await self.wait_board(ctx.message.channel)
  6.   File "/home/pi/Swimbot/waitlist.py", line 468, in wait_board
  7.     if not self.player_string(player):
  8.   File "/home/pi/Swimbot/waitlist.py", line 66, in player_string
  9.     date = arrow.get(time_list[index]).format("MM/DD")
  10. IndexError: list index out of range
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement