-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notify when no datasets are available for download #1803
Labels
bug
Something isn't working
Comments
joverlee521
added a commit
that referenced
this issue
Jul 31, 2024
joverlee521
added a commit
that referenced
this issue
Jul 31, 2024
An extra guard against empty dataset names during Auspice JSON downloads Related to <#1803>
3 tasks
joverlee521
added a commit
that referenced
this issue
Jul 31, 2024
joverlee521
added a commit
that referenced
this issue
Jul 31, 2024
An extra guard against empty dataset names during Auspice JSON downloads Related to <#1803>
joverlee521
added a commit
that referenced
this issue
Aug 6, 2024
An extra guard against empty dataset names during Auspice JSON downloads Related to <#1803>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prompted by nextstrain/auspice.us#93
The download Auspice JSON feature depends on fetching the original JSON by parsing the pathname.
It silently skips invalid datasets so users are not notified if the dataset is not available:
auspice/src/components/download/helperFunctions.js
Lines 634 to 635 in 835fbb2
Possible solutions
The text was updated successfully, but these errors were encountered: