cidgoh / DataHarmonizer

A standardized browser-based spreadsheet editor and validator that can be run offline and locally, and which includes templates for SARS-CoV-2 and Monkeypox sampling data. This project, created by the Centre for Infectious Disease Genomics and One Health (CIDGOH), at Simon Fraser University, is now an open-source collaboration with contributions from the National Microbiome Data Collaborative (NMDC), the LinkML development team, and others.
MIT License
97 stars 27 forks source link

Error at launching DataHarmonizer on web browser #449

Closed mmongy closed 3 weeks ago

mmongy commented 1 month ago

Hi everyone,

I tried to launch DataHarmonizer locally for trying purposes (to see if it is relevant for our case). I successfully installed it, but when trying to launch, i have this error (see screen capture) Screenshot 2024-10-11 at 16-54-12 DataHarmonizer

When opening the Firefox console, i have this:

[webpack-dev-server] Server started: Hot Module Replacement enabled, Live Reloading enabled, Progress disabled, Overlay enabled. index.js:485 [HMR] Waiting for update signal from WDS... log.js:39 Uncaught (in promise) TypeError: specification is undefined useTemplate DataHarmonizer.js:180 useSchema DataHarmonizer.js:162 loadSelectedTemplate Toolbar.js:370

After roughly examining the code, i don't see anything anormal. Did i miss something?

Thanks by advance.

ddooley commented 1 month ago

Thanks for reporting this. It looks like a renaming of one of the example templates last week wasn't copied over to the menu system, and I have fixed this now. With an update of your master branch GitHub code, it should work now. (Assuming you are running this via either "yarn dev" on command line or via "yarn build:web" and then opening "/web/dist/index.html").

Let us know!

Regards,

Damion

ddooley commented 1 month ago

@mmongy I imagine this is resolved now?

mmongy commented 1 month ago

I'll retry. I was on other things. Thanks anyway.


De : Damion Dooley @.> Envoyé : jeudi 17 octobre 2024 16:10 À : cidgoh/DataHarmonizer @.> Cc : mmongy @.>; Mention @.> Objet : Re: [cidgoh/DataHarmonizer] Error at launching DataHarmonizer on web browser (Issue #449)

@mmongyhttps://github.com/mmongy I imagine this is resolved now?

— Reply to this email directly, view it on GitHubhttps://github.com/cidgoh/DataHarmonizer/issues/449#issuecomment-2419664149, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGHO26RDIQNF4RN5Z6Y5GFTZ37APHAVCNFSM6AAAAABPZDADJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJZGY3DIMJUHE. You are receiving this because you were mentioned.Message ID: @.***>

mmongy commented 4 weeks ago

I tried to relaunch, it works. You solved the problem.

ddooley commented 3 weeks ago

Great, good to hear!