Closed djow2019 closed 6 years ago
Found the exact line causing the crash.
Output with print statements:
Specifically, passing the parameter "wd_item_id=..." causes it to become unresponsive. Tried setting a hard value like so:
wd_item_protein = wdi_core.WDItemEngine(wd_item_id='Q21168345')
But it also crashed the server
@putmantime @andrewsu Thoughts?
Problem with outdated wdi. Going to update it now.
HP now works, going to check with other annotations.
@khybiske when you get a chance, can you try resubmitting the annotation in the host pathogen interactions module? I believe it is fixed...
@djow2019 I just submitted one for CTL0260 and it said I was successful. Let's see if it updates.
I first removed all the "authorized" parameters in the path because that was not specified in urls.py. Now that the requests were receieved, this is the output I get from the console
Success is true, errors is empty....but then it times out. Will do more digging....