Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. Unhandled exception in thread started by <function startBots at 0x1005fc500>
  2. Traceback (most recent call last):
  3.   File "WHATauto.py", line 265, in startBots
  4.     thread.start_new_thread(irc.process_forever(),(tuple()))
  5.   File "C:\Users\JohnnyFive\Documents\My Dropbox\Projects\WHATauto\irclib26.py", line 230, in process_forever
  6.   File "C:\Users\JohnnyFive\Documents\My Dropbox\Projects\WHATauto\irclib26.py", line 215, in process_once
  7.   File "C:\Users\JohnnyFive\Documents\My Dropbox\Projects\WHATauto\irclib26.py", line 184, in process_data
  8.   File "C:\Users\JohnnyFive\Documents\My Dropbox\Projects\WHATauto\irclib26.py", line 582, in process_data
  9.   File "C:\Users\JohnnyFive\Documents\My Dropbox\Projects\WHATauto\irclib26.py", line 605, in _handle_event
  10.   File "C:\Users\JohnnyFive\Documents\My Dropbox\Projects\WHATauto\irclib26.py", line 326, in _handle_event
  11.   File "WHATauto.py", line 1205, in handlePrivMessage
  12.     self.handleOwnerMessage(e.arguments()[0], e.source()[:e.source().index('!')], e.source()[:e.source().index('!')])
  13.   File "WHATauto.py", line 1500, in handleOwnerMessage
  14.     stupid.get('cmd')(var)
  15.   File "WHATauto.py", line 1651, in freload
  16.     reloadConfigs()
  17.   File "WHATauto.py", line 205, in reloadConfigs
  18.     out('INFO','Configs re-loaded.')
  19.   File "WHATauto.py", line 212, in out
  20.     if levels.index(level.lower()) <= levels.index(SETUP.get('setup','verbosity').lower()):
  21. ValueError: list.index(x): x not in list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement