We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many recent CI builds failed on MacOS only and passed after (several) restarts:
>>> Check for downloader release > [email protected] get-downloader-release > node ./scripts/get-downloader-release.js /Users/runner/work/1/s/scripts/get-downloader-release.js:37 const downloadUrl = jsonResponse.assets[0].browser_download_url; ^ TypeError: Cannot read properties of undefined (reading '0') at IncomingMessage.<anonymous> (/Users/runner/work/1/s/scripts/get-downloader-release.js:37:48) at IncomingMessage.emit (node:events:529:35) at endReadableNT (node:internal/streams/readable:1400:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Node.js v18.20.4 Download failed.
We should investigate whether there is a way to make this code more resilient.
The text was updated successfully, but these errors were encountered:
Ao-senXiong
No branches or pull requests
Many recent CI builds failed on MacOS only and passed after (several) restarts:
We should investigate whether there is a way to make this code more resilient.
The text was updated successfully, but these errors were encountered: