voila-dashboards / tljh-voila-gallery

Configuration for deploying the Voilà Gallery with The Littlest JupyterHub
BSD 3-Clause "New" or "Revised" License
82 stars 70 forks source link

500 error with codex-clustergrammer2 dashbaord #63

Closed cornhundred closed 5 years ago

cornhundred commented 5 years ago

@jtpio I'm seeing a 500 Internal server error when I try to run the codex-clustergrammer2 example from https://voila-gallery.org/services/gallery/

The console shows the following error:

Screen Shot 2019-08-05 at 10 48 14 AM
jtpio commented 5 years ago

Thanks for the report.

It seems to be related to voila being installed with pip (see #54 for reference).

I opened https://github.com/ismms-himc/codex_dashboard/pull/4 to update voila to the latest version (which includes the fix).

cornhundred commented 5 years ago

Thanks for the fix. I merged https://github.com/ismms-himc/codex_dashboard/pull/4, do I need to do anything else to fix the dashboard?

jtpio commented 5 years ago

Since that corresponds to a new version of the example, we need to update the ref field in gallery.yaml to the new commit hash: b8c8fb820c918d4fc343cf6d8a25bd81cad837c9

Would you like to open a PR?

cornhundred commented 5 years ago

@jtpio I made a pull request, feel free to edit if something was done incorrectly https://github.com/voila-gallery/gallery/pull/64

jtpio commented 5 years ago

Thanks @cornhundred.

Fixed by https://github.com/ismms-himc/codex_dashboard/pull/4 and https://github.com/voila-gallery/gallery/pull/64.