Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Chimeverse fails to load due to missing locale files #24

Closed
bremensaki opened this issue Jun 13, 2020 · 3 comments
Closed

Chimeverse fails to load due to missing locale files #24

bremensaki opened this issue Jun 13, 2020 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed
Milestone

Comments

@bremensaki
Copy link

On my Debian system, Chimeverse loads a blank, white page and fails to run. After doing a local build and investigating I've found that commenting out the locales and locales/dayjs lines in index.html makes Chimeverse load and function as expected.

Uncaught Error: Cannot find module './node_modules/converse.js/dist/locales/en-GB-LC_MESSAGES-converse-po.js'

Should there be a test to see if these files exist before attempting to load them? The dayjs file for en-GB does exist, but it's lower case so also won't be found.

@nick-denry nick-denry added the bug Something isn't working label Jun 13, 2020
@nick-denry nick-denry added this to the v0.1.55 milestone Jun 13, 2020
@nick-denry
Copy link
Owner

nick-denry commented Jun 13, 2020

Hi!

Fixed by 9a8d03a. Tested with en_GB, fr_FR and ru_RU locales. Please also check on your system if possible. Thank you.

@nick-denry nick-denry added the help wanted Extra attention is needed label Jun 13, 2020
@bremensaki
Copy link
Author

Yep, it starts up normally on my system when built from master now.

@nick-denry
Copy link
Owner

Many thanks for your help. Fix will be available with next release soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants