Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Unnamed
Monday, March 31st, 2008 at 4:07:16pm UTC 

  1.   File "logging/__init__.py", line 744, in emit
  2.   File "logging/__init__.py", line 693, in handleError
  3.   File "traceback.py", line 124, in print_exception
  4.     _print(file, 'Traceback (most recent call last):')
  5.   File "traceback.py", line 13, in _print
  6.     file.write(str+terminator)
  7. IOError: [Errno 32] Broken pipe
  8. ERROR 2008-03-31T18:06:37 supybot Uncaught exception:
  9. Traceback (most recent call last):
  10.   File "/var/lib/python-support/python2.4/supybot/log.py", line 318, in m
  11.     return f(self, *args, **kwargs)
  12.   File "/var/lib/python-support/python2.4/supybot/irclib.py", line 129, in __call__
  13.     method(irc, msg)
  14.   File "/var/lib/python-support/python2.4/supybot/plugins/Owner/plugin.py", line 276, in doPrivmsg
  15.     self.Proxy(irc, msg, tokens)
  16.   File "/var/lib/python-support/python2.4/supybot/callbacks.py", line 606, in __init__
  17.     self.evalArgs()
  18.   File "/var/lib/python-support/python2.4/supybot/callbacks.py", line 653, in evalArgs
  19.     self.finalEval()
  20.   File "/var/lib/python-support/python2.4/supybot/callbacks.py", line 785, in finalEval
  21.     cb._callCommand(command, self, self.msg, args)
  22.   File "/var/lib/python-support/python2.4/supybot/log.py", line 322, in m
  23.     logException(self)
  24.   File "/var/lib/python-support/python2.4/supybot/log.py", line 313, in logException
  25.     self.log.exception('%s:', s)
  26.   File "/var/lib/python-support/python2.4/supybot/log.py", line 82, in exception
  27.     logging.Logger.exception(self, *args)
  28.   File "logging/__init__.py", line 1005, in exception
  29.   File "logging/__init__.py", line 999, in error
  30.   File "/var/lib/python-support/python2.4/supybot/log.py", line 89, in _log
  31.     logging.Logger._log(self, level, msg, (), exc_info=exc_info)
  32.   File "logging/__init__.py", line 1079, in _log
  33.   File "logging/__init__.py", line 1089, in handle
  34.   File "logging/__init__.py", line 1126, in callHandlers
  35.   File "logging/__init__.py", line 642, in handle
  36.   File "/var/lib/python-support/python2.4/supybot/log.py", line 110, in emit
  37.     logging.StreamHandler.emit(self, record)
  38.   File "logging/__init__.py", line 744, in emit
  39.   File "logging/__init__.py", line 693, in handleError
  40.   File "traceback.py", line 124, in print_exception
  41.     _print(file, 'Traceback (most recent call last):')
  42.   File "traceback.py", line 13, in _print
  43.     file.write(str+terminator)
  44. IOError: [Errno 32] Broken pipe
  45. ERROR 2008-03-31T18:06:37 supybot Uncaught exception in callback:
  46. Traceback (most recent call last):
  47.   File "/var/lib/python-support/python2.4/supybot/irclib.py", line 823, in feedMsg
  48.     callback(self, msg)
  49.   File "/var/lib/python-support/python2.4/supybot/callbacks.py", line 1219, in __call__
  50.     self.__parent.__call__(irc, msg)
  51.   File "/var/lib/python-support/python2.4/supybot/log.py", line 322, in m
  52.     logException(self)
  53.   File "/var/lib/python-support/python2.4/supybot/log.py", line 313, in logException
  54.     self.log.exception('%s:', s)
  55.   File "/var/lib/python-support/python2.4/supybot/log.py", line 82, in exception
  56.     logging.Logger.exception(self, *args)
  57.   File "logging/__init__.py", line 1005, in exception
  58.   File "logging/__init__.py", line 999, in error
  59.   File "/var/lib/python-support/python2.4/supybot/log.py", line 89, in _log
  60.     logging.Logger._log(self, level, msg, (), exc_info=exc_info)
  61.   File "logging/__init__.py", line 1079, in _log
  62.   File "logging/__init__.py", line 1089, in handle
  63.   File "logging/__init__.py", line 1126, in callHandlers
  64.   File "logging/__init__.py", line 642, in handle
  65.   File "/var/lib/python-support/python2.4/supybot/log.py", line 110, in emit
  66.     logging.StreamHandler.emit(self, record)
  67.   File "logging/__init__.py", line 744, in emit
  68.   File "logging/__init__.py", line 693, in handleError
  69.   File "traceback.py", line 124, in print_exception
  70.     _print(file, 'Traceback (most recent call last):')
  71.   File "traceback.py", line 13, in _print
  72.     file.write(str+terminator)
  73. IOError: [Errno 32] Broken pipe
  74. ERROR 2008-03-31T18:06:37 supybot Uncaught exception in Irc.feedMsg:
  75. Traceback (most recent call last):
  76.   File "/var/lib/python-support/python2.4/supybot/log.py", line 318, in m
  77.     return f(self, *args, **kwargs)
  78.   File "/var/lib/python-support/python2.4/supybot/irclib.py", line 825, in feedMsg
  79.     log.exception('Uncaught exception in callback:')
  80.   File "/var/lib/python-support/python2.4/supybot/log.py", line 82, in exception
  81.     logging.Logger.exception(self, *args)
  82.   File "logging/__init__.py", line 1005, in exception
  83.   File "logging/__init__.py", line 999, in error
  84.   File "/var/lib/python-support/python2.4/supybot/log.py", line 89, in _log
  85.     logging.Logger._log(self, level, msg, (), exc_info=exc_info)
  86.   File "logging/__init__.py", line 1079, in _log
  87.   File "logging/__init__.py", line 1089, in handle
  88.   File "logging/__init__.py", line 1126, in callHandlers
  89.   File "logging/__init__.py", line 642, in handle
  90.   File "/var/lib/python-support/python2.4/supybot/log.py", line 110, in emit
  91.     logging.StreamHandler.emit(self, record)
  92.   File "logging/__init__.py", line 744, in emit
  93.   File "logging/__init__.py", line 693, in handleError
  94.   File "traceback.py", line 124, in print_exception
  95.     _print(file, 'Traceback (most recent call last):')
  96.   File "traceback.py", line 13, in _print
  97.     file.write(str+terminator)
  98. IOError: [Errno 32] Broken pipe
  99. ERROR 2008-03-31T18:06:37 supybot Uncaught exception in in drivers.run:
  100. Traceback (most recent call last):
  101.   File "/var/lib/python-support/python2.4/supybot/drivers/__init__.py", line 107, in run
  102.     driver.run()
  103.   File "/var/lib/python-support/python2.4/supybot/drivers/Socket.py", line 127, in run
  104.     self.irc.feedMsg(msg)
  105.   File "/var/lib/python-support/python2.4/supybot/log.py", line 322, in m
  106.     logException(self)
  107.   File "/var/lib/python-support/python2.4/supybot/log.py", line 315, in logException
  108.     exception('%s in %s.%s:', s, self.__class__.__name__, f.func_name)
  109.   File "/var/lib/python-support/python2.4/supybot/log.py", line 82, in exception
  110.     logging.Logger.exception(self, *args)
  111.   File "logging/__init__.py", line 1005, in exception
  112.   File "logging/__init__.py", line 999, in error
  113.   File "/var/lib/python-support/python2.4/supybot/log.py", line 89, in _log
  114.     logging.Logger._log(self, level, msg, (), exc_info=exc_info)
  115.   File "logging/__init__.py", line 1079, in _log
  116.   File "logging/__init__.py", line 1089, in handle
  117.   File "logging/__init__.py", line 1126, in callHandlers
  118.   File "logging/__init__.py", line 642, in handle
  119.   File "/var/lib/python-support/python2.4/supybot/log.py", line 110, in emit
  120.     logging.StreamHandler.emit(self, record)
  121.   File "logging/__init__.py", line 744, in emit
  122.   File "logging/__init__.py", line 693, in handleError
  123.   File "traceback.py", line 124, in print_exception
  124.     _print(file, 'Traceback (most recent call last):')
  125.   File "traceback.py", line 13, in _print
  126.     file.write(str+terminator)
  127. IOError: [Errno 32] Broken pipe
  128. ERROR 2008-03-31T18:06:37 supybot Exception raised out of drivers.run:
  129. Traceback (most recent call last):
  130.   File "/usr/bin/supybot", line 80, in main
  131.     drivers.run()
  132.   File "/var/lib/python-support/python2.4/supybot/drivers/__init__.py", line 109, in run
  133.     log.exception('Uncaught exception in in drivers.run:')
  134.   File "/var/lib/python-support/python2.4/supybot/log.py", line 82, in exception
  135.     logging.Logger.exception(self, *args)
  136.   File "logging/__init__.py", line 1005, in exception
  137.   File "logging/__init__.py", line 999, in error
  138.   File "/var/lib/python-support/python2.4/supybot/log.py", line 89, in _log
  139.     logging.Logger._log(self, level, msg, (), exc_info=exc_info)
  140.   File "logging/__init__.py", line 1079, in _log
  141.   File "logging/__init__.py", line 1089, in handle
  142.   File "logging/__init__.py", line 1126, in callHandlers
  143.   File "logging/__init__.py", line 642, in handle
  144.   File "/var/lib/python-support/python2.4/supybot/log.py", line 110, in emit
  145.     logging.StreamHandler.emit(self, record)
  146.   File "logging/__init__.py", line 744, in emit
  147.   File "logging/__init__.py", line 693, in handleError
  148.   File "traceback.py", line 124, in print_exception
  149.     _print(file, 'Traceback (most recent call last):')
  150.   File "traceback.py", line 13, in _print
  151.     file.write(str+terminator)
  152. IOError: [Errno 32] Broken pipe

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right