Advertisement
swimmerhair

Swimbot Error

Oct 11th, 2022
959
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.21 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "c:\Users\wmiller.GTI\OneDrive - Goddard Technologies\Desktop\SwimBot\Swimbot\FWA_Evo.py", line 200, in calendar
  5.     self.bot.bot_DB.update({'calendar_id': new_cal_id}, id_str.calendar_id)
  6.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\tinydb\table.py", line 415, in update
  7.     self._update_table(updater)
  8.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\tinydb\table.py", line 736, in _update_table
  9.     updater(table)
  10.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\tinydb\table.py", line 407, in updater
  11.     if _cond(table[doc_id]):
  12.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\tinydb\queries.py", line 92, in __call__
  13.     return self._test(value)
  14.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\tinydb\queries.py", line 175, in notest
  15.     raise RuntimeError('Empty query was evaluated')
  16. RuntimeError: Empty query was evaluated
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement