You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same issue as described in python/the-knights-who-say-ni#148.
Bedevere is attempting to apply a label to such PR, causing gidgethub.BadRequest: Not Found error.
PR 5581 exists, but it just has been marked as "suspicious/spammy", so we and the bots can't access it. The PR was still open and we were receiving the "synchronize" events, breaking the bots.
I have asked GitHub to close the PR, and it has been closed now.
We can still improve the code though if this ever happens again :)
@brettcannon@Mariatta How do you think the right approach for this would be? Should we wrap every call to post with a try/except, where we log the event (which would be a bigger change) or maybe just do that for the code in set_status?
Same issue as described in python/the-knights-who-say-ni#148.
Bedevere is attempting to apply a label to such PR, causing
gidgethub.BadRequest: Not Found
error.bedevere/bedevere/bpo.py
Lines 35 to 42 in 7cd16ef
Perhaps we can catch the error here, so I won't keep getting error alerts.
Thanks.
The text was updated successfully, but these errors were encountered: