Hook error when pushing (5.7.0 Message limit reached)

Hello,
I just got the following error when pushing a changeset:
remote: buildbot: change(s) sent successfully remote: Traceback (most recent call last): remote: File "/srv/hg/repos/hooks/hgroundup.py", line 56, in update_issue remote: _update_issue(*args, **kwargs) remote: File "/srv/hg/repos/hooks/hgroundup.py", line 108, in _update_issue remote: s.login(username, password) remote: File "/usr/lib/python2.7/smtplib.py", line 615, in login remote: raise SMTPAuthenticationError(code, resp) remote: SMTPAuthenticationError: (535, '5.7.0 Message limit reached.') remote: error: changegroup.roundup hook raised an exception: (535, '5.7.0 Message limit reached.') remote: Traceback (most recent call last): remote: File "/srv/hg/repos/hooks/mail.py", line 166, in incoming remote: return _incoming(ui, repo, **kwargs) remote: File "/srv/hg/repos/hooks/mail.py", line 156, in _incoming remote: smtp.login(username, ui.config('smtp', 'password', '')) remote: File "/usr/lib/python2.7/smtplib.py", line 615, in login remote: raise SMTPAuthenticationError(code, resp) remote: SMTPAuthenticationError: (535, '5.7.0 Message limit reached.') remote: error: incoming.notify hook raised an exception: (535, '5.7.0 Message limit reached.')
Regards
Antoine.

On Jan 11, 2015, at 10:43 AM, Antoine Pitrou <antoine@python.org> wrote:
Hello,
I just got the following error when pushing a changeset:
remote: buildbot: change(s) sent successfully remote: Traceback (most recent call last): remote: File "/srv/hg/repos/hooks/hgroundup.py", line 56, in update_issue remote: _update_issue(*args, **kwargs) remote: File "/srv/hg/repos/hooks/hgroundup.py", line 108, in _update_issue remote: s.login(username, password) remote: File "/usr/lib/python2.7/smtplib.py", line 615, in login remote: raise SMTPAuthenticationError(code, resp) remote: SMTPAuthenticationError: (535, '5.7.0 Message limit reached.') remote: error: changegroup.roundup hook raised an exception: (535, '5.7.0 Message limit reached.') remote: Traceback (most recent call last): remote: File "/srv/hg/repos/hooks/mail.py", line 166, in incoming remote: return _incoming(ui, repo, **kwargs) remote: File "/srv/hg/repos/hooks/mail.py", line 156, in _incoming remote: smtp.login(username, ui.config('smtp', 'password', '')) remote: File "/usr/lib/python2.7/smtplib.py", line 615, in login remote: raise SMTPAuthenticationError(code, resp) remote: SMTPAuthenticationError: (535, '5.7.0 Message limit reached.') remote: error: incoming.notify hook raised an exception: (535, '5.7.0 Message limit reached.')
Regards
Antoine.
python-committers mailing list python-committers@python.org https://mail.python.org/mailman/listinfo/python-committers
For some reason it looks like our mailgun account is disabled. It says because we’ve exceded the limit of the plan.. however that limit is 50k and I’m not sure how we’ve managed to exceed that. I’ve filed a ticket with Mailgun and will await further information.
Donald Stufft PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA
participants (2)
-
Antoine Pitrou
-
Donald Stufft