-
Notifications
You must be signed in to change notification settings - Fork 17
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
Payload error on some searches #41
Comments
To reproduce: |
Yet 21-29 seems to work fine. Taking a look, it seems there is an error |
A little poking has turned up that it chokes on: "transports_or_maintains_localization_of", which should not be there, it should be a JSON object to render correctly. This puts the root bug up in owltools. However, it would be nice to not have the crashes and actually display errors, so I've made it a little more robust down here so that errors get passed through with a "?" tagged onto the end. I'll deal with the owltools/loader issue separately. |
Stepping back from showstopper since AmiGO has a workaround for the upstream error. However, now that clients are contacting GOlr directly, it would be good to get the to bottom of this issue. |
Example of bad data: there is the line:
which is obviously not a healthy JSON relation. Compare to:
from: |
From David:
I searched on Lrp4 and selected the mouse gene. Amigo2 reported 29
results. When I page to results 11-20, the table is blank even though it
says "showing 11-20"
The text was updated successfully, but these errors were encountered: