[BUG]: Cannot construct a Request with a Request object that has already been used.
#543
Closed
1 task done
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
What happened?
Today GitHub had an outage (related: #2) and the API was replying with 500s.
Due to this, the retry plugin has been retrying failed requests in our CI, but those retries were failing with
Cannot construct a Request with a Request object that has already been used.
.Versions
octokit-request 8.1.4
octokit-plugin-retry 6.0.1
node 20.10.0
Relevant log output
The underlying error comes from undici (which is nodejs built-in
fetch
impl) which is used byoctokit/request
:Code of Conduct
The text was updated successfully, but these errors were encountered: