This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: incoming.irker hook raised an exception: [Errno 111] Connection refused
Type: behavior Stage:
Components: None Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: chris.jerdonek, ezio.melotti, georg.brandl
Priority: normal Keywords:

Created on 2012-10-10 14:46 by chris.jerdonek, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg172577 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-10-10 14:46
I got the following irker-related errors when committing about 20 minutes ago:

remote: added 3 changesets with 2 changes to 1 files
remote: buildbot: change(s) sent successfully
remote: sent email to roundup at report@bugs.python.org
remote: notified python-checkins@python.org of incoming changeset 00555659253d
remote: error: incoming.irker hook raised an exception: [Errno 111] Connection refused
remote: notified python-checkins@python.org of incoming changeset 467c9f663b77
remote: error: incoming.irker hook raised an exception: [Errno 111] Connection refused
remote: notified python-checkins@python.org of incoming changeset 15bfa778ec21
remote: error: incoming.irker hook raised an exception: [Errno 111] Connection refused
msg172579 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-10-10 14:51
Restarted.  Let's see if this is reproducible.
msg172614 - (view) Author: Chris Jerdonek (chris.jerdonek) * (Python committer) Date: 2012-10-11 02:07
It's working now, thanks.
History
Date User Action Args
2022-04-11 14:57:37adminsetgithub: 60391
2012-10-11 02:07:16chris.jerdoneksetstatus: pending -> closed

messages: + msg172614
2012-10-10 14:51:46georg.brandlsetstatus: open -> pending
resolution: fixed
messages: + msg172579
2012-10-10 14:46:32chris.jerdonekcreate