FrSkyRC / ETHOS-Feedback-Community

Feedback & suggestions are welcomed here for ETHOS by FrSky
187 stars 84 forks source link

Ethos Suite 1.5.4 not responding #3841

Closed fullmetalpacket closed 3 weeks ago

fullmetalpacket commented 4 months ago

Hello, I am having issues with Ethos Suite, it is not responding and freeze on startup. This happens when my x20s connected via usb and also when its not. Here are the logs I could find:

main-20240414.log 2024-04-14T17:03:41.729Z ERROR Error: Error: Cannot find latest.yml in the latest release artifacts (https://github.com/FrSkyRC/ETHOS-Feedback-Community/releases/download/1.5.6/latest.yml): HttpError: 404 "method: GET url: https://github.com/FrSkyRC/ETHOS-Feedback-Community/releases/download/1.5.6/latest.yml\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n" Headers: { "server": "GitHub.com", "date": "Sun, 14 Apr 2024 17:03:44 GMT", "content-type": "text/plain; charset=utf-8", "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With", "cache-control": "no-cache", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "no-referrer-when-downgrade", "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-encoding": "gzip", "content-length": "29", "x-github-request-id": "CA20:4945:220954D:2DCDD1B:661C0C70" } at createHttpError (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:84:10) at ElectronHttpExecutor.handleResponse (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:168:14) at ClientRequest.<anonymous> (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:134:16) at ClientRequest.emit (node:events:390:28) at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:101:6816) at SimpleURLLoaderWrapper.emit (node:events:390:28) at newError (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\index.js:212:17) at GitHubProvider.getLatestVersion (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\out\providers\GitHubProvider.js:134:50) at async NsisUpdater.getUpdateInfoAndProvider (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:491:13) at async NsisUpdater.doCheckForUpdates (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:506:20) 2024-04-14T17:03:41.730Z ERROR (node:25076) UnhandledPromiseRejectionWarning: Error: Cannot find latest.yml in the latest release artifacts (https://github.com/FrSkyRC/ETHOS-Feedback-Community/releases/download/1.5.6/latest.yml): HttpError: 404 "method: GET url: https://github.com/FrSkyRC/ETHOS-Feedback-Community/releases/download/1.5.6/latest.yml\n\nPlease double check that your authentication token is correct. Due to security reasons actual status maybe not reported, but 404.\n" Headers: { "server": "GitHub.com", "date": "Sun, 14 Apr 2024 17:03:44 GMT", "content-type": "text/plain; charset=utf-8", "vary": "X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With", "cache-control": "no-cache", "strict-transport-security": "max-age=31536000; includeSubdomains; preload", "x-frame-options": "deny", "x-content-type-options": "nosniff", "x-xss-protection": "0", "referrer-policy": "no-referrer-when-downgrade", "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-encoding": "gzip", "content-length": "29", "x-github-request-id": "CA20:4945:220954D:2DCDD1B:661C0C70" } at createHttpError (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:84:10) at ElectronHttpExecutor.handleResponse (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:168:14) at ClientRequest.<anonymous> (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\httpExecutor.js:134:16) at ClientRequest.emit (node:events:390:28) at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:101:6816) at SimpleURLLoaderWrapper.emit (node:events:390:28) at newError (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\node_modules\builder-util-runtime\out\index.js:212:17) at GitHubProvider.getLatestVersion (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\out\providers\GitHubProvider.js:134:50) at async NsisUpdater.getUpdateInfoAndProvider (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:491:13) at async NsisUpdater.doCheckForUpdates (C:\Program Files\Ethos Suite\resources\app.asar\node_modules\electron-updater\out\AppUpdater.js:506:20) (UseEthos Suite --trace-warnings ...to show where the warning was created) 2024-04-14T17:03:41.730Z ERROR (node:25076) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag--unhandled-rejections=strict(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)

crash-20240414.txt Decoding error: Error: Cannot parse given Error object

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 30 days.