Advertisement
JoshDreamland

PyBot Exception

Mar 28th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. list index out of range
  2. laterd failed: list index out of range
  3. File "pyBot.py", line 272, in <module>
  4. output=globalv.loadedRealtime[plugin].action(arguments)
  5. File "plugins/realtime/laterd.py", line 73, in action
  6. if complete.type()!="PRIVMSG":
  7. File "functions/pluginArguments.py", line 59, in type
  8. return message[1]
  9. list index out of range
  10. Exception in thread Thread-1 (most likely raised during interpreter shutdown):
  11. Traceback (most recent call last):
  12. File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
  13. File "/usr/lib/python2.6/threading.py", line 484, in run
  14. File "pyBot.py", line 73, in __init__
  15. <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'recv'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement