You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the codebase update to TypeScript, theres been an error when running Caprine (npm start). The icons from static folder are not included into the build for some reason. The process starts but Caprine window doesn't open.
Here's the log.
(node:2974) UnhandledPromiseRejectionWarning: TypeError: Error processing argument at index 0, conversion failure from /home/dusan/dev/caprine/dist-js/static/IconTray.png
at Object.create (/home/dusan/dev/caprine/dist-js/tray.js:42:16)
at /home/dusan/dev/caprine/dist-js/index.js:231:20
(node:2974) 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: 1)
(node:2974) [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.
I've tested this just on Linux (Ubuntu 18.10 with Gnome 3.30.1).
The text was updated successfully, but these errors were encountered:
CvX
added a commit
to CvX/caprine
that referenced
this issue
Jan 30, 2019
Since the codebase update to TypeScript, theres been an error when running Caprine (
npm start
). The icons fromstatic
folder are not included into the build for some reason. The process starts but Caprine window doesn't open.Here's the log.
I've tested this just on Linux (Ubuntu 18.10 with Gnome 3.30.1).
The text was updated successfully, but these errors were encountered: