Skip to content
New issue

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

Intermittent MacOS CI failures #339

Open
wmdietl opened this issue Jul 26, 2024 · 0 comments
Open

Intermittent MacOS CI failures #339

wmdietl opened this issue Jul 26, 2024 · 0 comments
Assignees

Comments

@wmdietl
Copy link
Member

wmdietl commented Jul 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants