-
Notifications
You must be signed in to change notification settings - Fork 1
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
500 Error on Disease-Tissue 1-hop #64
Comments
Curious. WFR appears to run fine on the following query that is identical to my previous query except that I specify an allowlist with only aragorn:
This results in a 200 from WFR on all instances with knowledge graphs and results graphs as I would expect
I get the following warning back from WFR:
where I do not get a knowledge graph nor result graph. This behavior can be confirmed by pinging aragorn directly with the query above (removing the workflow) with the following call:
where I get a response back from aragorn with:
|
This has been fixed. Long story short, I think this was some sort of out-of-sync caching issue in Aragorn. I went in and fixed up the cache and it seems to be working now. I'm going to close this ticket and potentially open an issue in Aragorn to try and figure out how the cache got messed up. |
I am attempting to run a simple 1-hop (the first hop to workflow B for Clinical Data Committee) with a boiled down workflow. The json is as follows:
I send this to the WFR as follows:
This results in a 500 error at all deployment instances (dev, staging, test, prod)
@maximusunc indicated this is likely because someone is handing back invalid TRAPI
The text was updated successfully, but these errors were encountered: