Since I wasn't able to get this to work on my RPI 3 I decided to try on my Ubuntu desktop and encountered a different issue now. Upon executing the AppImage I get a javascript popup error as well as this error in the terminal:
(node:11595) UnhandledPromiseRejectionWarning: Error: Failed to get 'logs' path
at resolve (/tmp/.mount_cast-wVSi9hg/resources/app/main.js:362:122)
at new Promise ()
at getInit (/tmp/.mount_cast-wVSi9hg/resources/app/main.js:361:12)
at WebContents.mainWindow.webContents.on (/tmp/.mount_cast-wVSi9hg/resources/app/main.js:49:9)
at WebContents.emit (events.js:182:13)
(node:11595) 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(). (rejection id: 2)
(node:11595) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The app does start but it gets stuck at the loading screen and I cannot click on start. Please advise.
Since I wasn't able to get this to work on my RPI 3 I decided to try on my Ubuntu desktop and encountered a different issue now. Upon executing the AppImage I get a javascript popup error as well as this error in the terminal:
(node:11595) UnhandledPromiseRejectionWarning: Error: Failed to get 'logs' path
at resolve (/tmp/.mount_cast-wVSi9hg/resources/app/main.js:362:122)
at new Promise ()
at getInit (/tmp/.mount_cast-wVSi9hg/resources/app/main.js:361:12)
at WebContents.mainWindow.webContents.on (/tmp/.mount_cast-wVSi9hg/resources/app/main.js:49:9)
at WebContents.emit (events.js:182:13)
(node:11595) 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(). (rejection id: 2)
(node:11595) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The app does start but it gets stuck at the loading screen and I cannot click on start. Please advise.