shadowm

Untitled

Oct 1st, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. shadowm@reicore:~/src/irker$ ./irkerd
  2. Exception in thread Thread-4:
  3. Traceback (most recent call last):
  4. File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
  5. self.run()
  6. File "/usr/lib/python2.7/threading.py", line 504, in run
  7. self.__target(*self.__args, **self.__kwargs)
  8. File "./irkerd", line 209, in dequeue
  9. self.connection.privmsg(channel, segment)
  10. File "/usr/local/lib/python2.7/dist-packages/irc/client.py", line 868, in privmsg
  11. self.send_raw("PRIVMSG %s :%s" % (target, text))
  12. File "/usr/local/lib/python2.7/dist-packages/irc/client.py", line 895, in send_raw
  13. sender = self.ssl.write if self.ssl else self.socket.send
  14. AttributeError: 'NoneType' object has no attribute 'send'
Advertisement
Add Comment
Please, Sign In to add comment