Advertisement
Guest User

Untitled

a guest
Sep 25th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. 2011-09-25 13:17:49+0200 [IrcStatusBot,client] Unhandled Error
  2. Traceback (most recent call last):
  3. File "/home/nohero/tmp/buildbot/sandbox/lib/python2.6/site-packages/twisted/words/protocols/irc.py", line 2305, in lineReceived
  4. self.handleCommand(command, prefix, params)
  5. File "/home/nohero/tmp/buildbot/sandbox/lib/python2.6/site-packages/twisted/words/protocols/irc.py", line 2349, in handleCommand
  6. method(prefix, params)
  7. File "/home/nohero/tmp/buildbot/sandbox/lib/python2.6/site-packages/twisted/words/protocols/irc.py", line 1833, in irc_PRIVMSG
  8. self.privmsg(user, channel, message)
  9. File "/home/nohero/tmp/buildbot/sandbox/lib/python2.6/site-packages/buildbot/status/words.py", line 864, in privmsg
  10. contact.handleMessage(message, user)
  11. --- <exception caught here> ---
  12. File "/home/nohero/tmp/buildbot/sandbox/lib/python2.6/site-packages/buildbot/status/words.py", line 754, in handleMessage
  13. meth(args.strip(), who)
  14. File "/home/nohero/tmp/buildbot/sandbox/lib/python2.6/site-packages/buildbot/status/words.py", line 524, in command_FORCE
  15. d = bc.submitBuildRequest(ss, reason, props=properties.asDict())
  16. exceptions.AttributeError: 'NoneType' object has no attribute 'asDict'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement