-
Notifications
You must be signed in to change notification settings - Fork 6
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
Internal error in API server when trying export to Terra #203
Comments
Fixing the above error (and a few other easy ones) led me to:
It looks like this call is returning |
Yes, added in DataBiosphere/data-explorer-indexers#81 Please reindex |
(To clarify, please sync indexer to head and reindex) Let me know if that works. I assume #204 isn't necessary. |
#204 does fix other bugs in the API layer |
I'm confused, what is the state of events after deleting the index, running the indexer at master, and running this repo at master? What is the exact bug that #204 fixes? Can this bug be reproduced at http://test-data-explorer.appspot.com, or running this repo at master? |
#204 fixes the bugs I hit before this error:
I am running the repo at master. They aren't reproducible at the test explorer because the hard-coded bits of the API align with the dataset / config of that explorer. |
Also can confirm that the branch we used for indexing (DataBiosphere/data-explorer-indexers#92) included DataBiosphere/data-explorer-indexers#81, and a samples export file was written to For now I'll just rename the existing export object. |
Moving the exported file to |
Thanks for fixing those things @danxmoran, just approved the PR with one note about The |
Can be reproduced at https://broad-gdr-encode.appspot.com. Clicking the export button causes an alert to be raised saying "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
With
gcloud --project=broad-gdr-encode app logs tail -s api
, I found:The problem is a type mismatch here (it should default to a dict, not a list). I'll send a PR.
The text was updated successfully, but these errors were encountered: