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
Then when we tried to get the URL for the new PR that had been created with self.pr_url = self.gh_pr_returned_data["html_url"] we got: TypeError: byte indices must be integers or slices, not str
This affected all pipeline syncs and the crash meant that the code to close existing PRs never ran.
We got quite far this time:
Retry-After
header, but this time we had backup code that just waited a random number of seconds and that worked beautifully.Then when we tried to get the URL for the new PR that had been created with
self.pr_url = self.gh_pr_returned_data["html_url"]
we got:TypeError: byte indices must be integers or slices, not str
This affected all pipeline syncs and the crash meant that the code to close existing PRs never ran.
Example output from the GitHub Actions run (viralrecon):
The text was updated successfully, but these errors were encountered: