Ezio Melotti added the comment: I asked for access, and looked at the payloads. The 4 errors mentioned in the previous message are just push messages that don't reference any bpo issue, so they are not really errors (and they were delivered correctly).
I found older payloads that failed with a 400 and tried to redeliver them. I was then able to get an error from Roundup: the problem only showed up when the author and committer were different people, and the code was trying to format a string using a syntax only supported by 2.7. The tracker is still running on 2.6, so it was failing. I now fixed it (https://hg.python.org/tracker/roundup/rev/7d5f2a9f5f34) and tried to redeliver a few payloads, and the deliver was successful. Should I go back to redeliver all the payloads? It might cause some noise and confusion, but at least we will have proper references in the issues. _______________________________________________________ PSF Meta Tracker <[email protected]> <http://psf.upfronthosting.co.za/roundup/meta/issue613> _______________________________________________________ _______________________________________________ Tracker-discuss mailing list [email protected] https://mail.python.org/mailman/listinfo/tracker-discuss Code of Conduct: https://www.python.org/psf/codeofconduct/
