-
Notifications
You must be signed in to change notification settings - Fork 455
Open
Description
I got the following error message:
[App] Unhandled rejection at: Promise {
<rejected> Error: Cannot find channel "latest-linux.yml" update info: HttpError: 404
"method: GET url: https://cdn.21st.dev/releases/desktop/latest-linux.yml?noCache=1jgbmtapn\n\nPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n"
Headers: {
"cf-cache-status": "DYNAMIC",
"cf-ray": "9c6ea8b209fee373-NRT",
"content-encoding": "br",
"content-type": "text/html",
"date": "Sun, 01 Feb 2026 04:20:54 GMT",
"nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
"report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=bxY9LUwHSToplq6zAJiP9PBX3JvBgcauzrPAiqfG4BkhfQeSRqCdGxmXyhwT917R12KulHIyiTzbCRdU46KX70eF6323v2Z6xnG4\"}]}",
"server": "cloudflare",
"server-timing": "cfCacheStatus;desc=\"DYNAMIC\", cfEdge;dur=3,cfOrigin;dur=198",
"vary": "Accept-Encoding"
}
at createHttpError (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:21:12)
at ElectronHttpExecutor.handleResponse (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:121:20)
at ClientRequest.<anonymous> (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:87:26)
at ClientRequest.emit (node:events:519:28)
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:124429)
at SimpleURLLoaderWrapper.emit (node:events:519:28)
at newError (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/error.js:5:19)
at GenericProvider.getLatestVersion (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/out/providers/GenericProvider.js:27:63)
at async AppImageUpdater.getUpdateInfoAndProvider (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js:389:19)
at async AppImageUpdater.doCheckForUpdates (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js:402:24) {
code: 'ERR_UPDATER_CHANNEL_FILE_NOT_FOUND'
}
} reason: Error: Cannot find channel "latest-linux.yml" update info: HttpError: 404
"method: GET url: https://cdn.21st.dev/releases/desktop/latest-linux.yml?noCache=1jgbmtapn\n\nPlease double check that your authentication token is correct. Due to security reasons, actual status maybe not reported, but 404.\n"
Headers: {
"cf-cache-status": "DYNAMIC",
"cf-ray": "9c6ea8b209fee373-NRT",
"content-encoding": "br",
"content-type": "text/html",
"date": "Sun, 01 Feb 2026 04:20:54 GMT",
"nel": "{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}",
"report-to": "{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=bxY9LUwHSToplq6zAJiP9PBX3JvBgcauzrPAiqfG4BkhfQeSRqCdGxmXyhwT917R12KulHIyiTzbCRdU46KX70eF6323v2Z6xnG4\"}]}",
"server": "cloudflare",
"server-timing": "cfCacheStatus;desc=\"DYNAMIC\", cfEdge;dur=3,cfOrigin;dur=198",
"vary": "Accept-Encoding"
}
at createHttpError (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:21:12)
at ElectronHttpExecutor.handleResponse (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:121:20)
at ClientRequest.<anonymous> (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/httpExecutor.js:87:26)
at ClientRequest.emit (node:events:519:28)
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:2:124429)
at SimpleURLLoaderWrapper.emit (node:events:519:28)
at newError (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/node_modules/builder-util-runtime/out/error.js:5:19)
at GenericProvider.getLatestVersion (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/out/providers/GenericProvider.js:27:63)
at async AppImageUpdater.getUpdateInfoAndProvider (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js:389:19)
at async AppImageUpdater.doCheckForUpdates (/tmp/.mount_1Code-s37E6K/resources/app.asar/node_modules/electron-updater/out/AppUpdater.js:402:24) {
code: 'ERR_UPDATER_CHANNEL_FILE_NOT_FOUND'
}When I make the request to latest-linux.yml, I got 404, but latest-mac.yml works.
Metadata
Metadata
Assignees
Labels
No labels