readium / r2-testapp-js

NodeJS Readium2 "test app"
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Does not launch, UnhandledPromiseRejectionWarning #16

Closed probonopd closed 5 years ago

probonopd commented 5 years ago

Thanks for providing an AppImage for Linux.

It does not launch, however, on linuxmint-18.1-cinnamon-64bit.iso:

me@host ~ $ chmod +x Downloads/Readium2_desktop_testapp.1.0.5.AppImage 
me@host ~ $ Downloads/Readium2_desktop_testapp.1.0.5.AppImage 
2422
(node:9541) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'forEach' of undefined
(node:9541) [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.
# hangs here, blinking cursor
danielweck commented 5 years ago

I am also testing this initial set of test installers: https://github.com/readium/r2-testapp-js/releases/tag/untagged-924aaf86662e64fb45fd Will report here.

danielweck commented 5 years ago

Should be fixed, see https://github.com/readium/r2-testapp-js/issues/17 (I'm testing the Linux Debian package and AppImage as we speak ...)