👻 Brief Description
The parallel code update mechanism fails on macOS during the update check. The application attempts to fetch latest-mac.yml from the GitHub release assets for version v1.10.0, but the server returns a 404 Not Found error, preventing the application from updating.
🥞 Action version
v1.10.0
🎩 workflow configuration
N/A - Encountered via the client application update interface built with electron-builder / builder-util-runtime.
Steps To Reproduce
Steps to reproduce the behavior:
- Launch Parallel Code on macOS.
- Open Settings.
- Trigger the parallel code update mechanism.
- See error in the console/logs.
🚓 Expected behavior
The update check should successfully retrieve latest-mac.yml from the release artifacts URL, parse the metadata, and proceed with the update process.
➕ Additional context
Error Stack Trace:
Update check failed: Cannot find latest-mac.yml in the latest release artifacts (https://github.com/johannesjo/parallel-code/releases/download/v1.10.0/latest-mac.yml): HttpError: 404 "method: GET url: https://github.com/johannesjo/parallel-code/releases/download/v1.10.0/latest-mac.ymlnnPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n" Headers: { "cache-control": "no-cache", "content-encoding": "gzip", "content-length": "29", "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'", "content-type": "text/plain; charset=utf-8", "date": "Tue, 02 Jun 2026 19:20:21 GMT", "referrer-policy": "no-referrer-when-downgrade", "server": "github.com", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With, Sec-Fetch-Site,Accept-Encoding, Accept, X-Requested-With", "x-content-type-options": "nosniff", "x-frame-options": "deny", "x-github-request-id": "F9FA:298A08:1B84CA47:1BD7A797:6A1F2CF5", "x-xss-protection": "0" } at createHttpError (/Applications/Parallel Code.app/Contents/Resources/app.asar/node_modules/builder-util-runtime/out/httpExecutor.js:21:12) at ElectronHttpExecutor.handleResponse (/Applications/Parallel Code.app/Contents/Resources/app.asar/node_modules/builder-util-runtime/out/httpExecutor.js:121:20) at ClientRequest. (/Applications/Parallel Code.app/Contents/Resources/app.asar/node_modules/builder-util-runtime/out/httpExecutor.js:87:26) at ClientRequest.emit (node:events:508:28) at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:133860) at SimpleURLLoaderWrapper.emit (node:events:508:28).
👻 Brief Description
The parallel code update mechanism fails on macOS during the update check. The application attempts to fetch
latest-mac.ymlfrom the GitHub release assets for versionv1.10.0, but the server returns a404 Not Founderror, preventing the application from updating.🥞 Action version
v1.10.0
🎩 workflow configuration
N/A - Encountered via the client application update interface built with
electron-builder/builder-util-runtime.Steps To Reproduce
Steps to reproduce the behavior:
🚓 Expected behavior
The update check should successfully retrieve
latest-mac.ymlfrom the release artifacts URL, parse the metadata, and proceed with the update process.➕ Additional context
Error Stack Trace:
Update check failed: Cannot find latest-mac.yml in the latest release artifacts (https://github.com/johannesjo/parallel-code/releases/download/v1.10.0/latest-mac.yml): HttpError: 404 "method: GET url: https://github.com/johannesjo/parallel-code/releases/download/v1.10.0/latest-mac.ymlnnPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n" Headers: { "cache-control": "no-cache", "content-encoding": "gzip", "content-length": "29", "content-security-policy": "default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'", "content-type": "text/plain; charset=utf-8", "date": "Tue, 02 Jun 2026 19:20:21 GMT", "referrer-policy": "no-referrer-when-downgrade", "server": "github.com", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With, Sec-Fetch-Site,Accept-Encoding, Accept, X-Requested-With", "x-content-type-options": "nosniff", "x-frame-options": "deny", "x-github-request-id": "F9FA:298A08:1B84CA47:1BD7A797:6A1F2CF5", "x-xss-protection": "0" } at createHttpError (/Applications/Parallel Code.app/Contents/Resources/app.asar/node_modules/builder-util-runtime/out/httpExecutor.js:21:12) at ElectronHttpExecutor.handleResponse (/Applications/Parallel Code.app/Contents/Resources/app.asar/node_modules/builder-util-runtime/out/httpExecutor.js:121:20) at ClientRequest. (/Applications/Parallel Code.app/Contents/Resources/app.asar/node_modules/builder-util-runtime/out/httpExecutor.js:87:26) at ClientRequest.emit (node:events:508:28) at SimpleURLLoaderWrapper. (node:electron/js2c/browser_init:2:133860) at SimpleURLLoaderWrapper.emit (node:events:508:28).