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