Git Product home page Git Product logo

amqpirc's People

Contributors

borgtu avatar lgandersen avatar tykling avatar

Watchers

 avatar  avatar  avatar

amqpirc's Issues

bot crash

Traceback (most recent call last):
File "./amqpircbot.py", line 758, in
init_bot(cfglist[0])
File "./amqpircbot.py", line 745, in init_bot
ircclient = IRCClient(cfgobj.ircoptions,cfgobj,amqphandler)
File "./amqpircbot.py", line 446, in init
self.queuesend()
File "./amqpircbot.py", line 650, in queuesend
self.ircconsoleoutput("Socket exception sending to IRC, type: %s exception message: %s" % (str(type(e)),e.strerror))
AttributeError: 'exceptions.UnicodeEncodeError' object has no attribute 'strerror'

warning when the bot receives unicode text

./amqpircbot.py:702: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
if (line[2]==self.ircchannel and line[3]==u':%s:' % self.botnick):

bot crash when it receives a command with non-ascii text

Traceback (most recent call last):
File "./amqpircbot.py", line 758, in
init_bot(cfglist[0])
File "./amqpircbot.py", line 745, in init_bot
ircclient = IRCClient(cfgobj.ircoptions,cfgobj,amqphandler)
File "./amqpircbot.py", line 416, in init
self.handlecmds()
File "./amqpircbot.py", line 720, in handlecmds
self.ircconsoleoutput("IRC command from %s received: %s" % (self.sendernick,fullcommand))
File "./amqpircbot.py", line 612, in ircconsoleoutput
consoleoutput("%s: %s" % (self.botnick, message))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)

bot crash

Unhandled exception in thread started by <function init_threadbot at 0x8049916e0>
Traceback (most recent call last):
File "./amqpircbot.py", line 736, in init_threadbot
ircclient = IRCClient(cfgobj.ircoptions,cfgobj,amqph)
File "./amqpircbot.py", line 446, in init
self.queuesend()
File "./amqpircbot.py", line 650, in queuesend
self.ircconsoleoutput("Socket exception sending to IRC, type: %s exception message: %s" % (str(type(e)),e.strerror))
AttributeError: 'exceptions.UnicodeEncodeError' object has no attribute 'strerror'

bot crash on irc server problem (backtrace)

Traceback (most recent call last):
Unhandled exception in thread started by
Traceback (most recent call last):
File "./amqpircbot.py", line 730, in init_threadbot
File "./amqpircbot.py", line 752, in
ircclient = IRCClient(cfgobj.ircoptions,cfgobj,amqph)
init_bot(cfglist[0])
File "./amqpircbot.py", line 425, in init
self.readirc()
File "./amqpircbot.py", line 739, in init_bot
ircclient = IRCClient(cfgobj.ircoptions,cfgobj,amqphandler)
File "./amqpircbot.py", line 610, in readirc
buf = self.s.recv(1024)
File "./amqpircbot.py", line 425, in init
self.readirc()
File "/usr/local/lib/python2.7/ssl.py", line 241, in recv
return self.read(buflen)
File "./amqpircbot.py", line 610, in readirc
buf = self.s.recv(1024)
File "/usr/local/lib/python2.7/ssl.py", line 160, in read
return self._sslobj.read(len)
File "/usr/local/lib/python2.7/ssl.py", line 241, in recv
return self.read(buflen)
socket. File "/usr/local/lib/python2.7/ssl.py", line 160, in read
return self._sslobj.read(len)
errorsocket.error: [Errno 60] Operation timed out: [Errno 60] Operation timed out

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.