TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

ITRB-Test instance not working #146

Closed CaseyTa closed 1 year ago

CaseyTa commented 2 years ago

ITRB-Test instance seems to not be working.

As a quick test, posting to https://nodenorm.test.transltr.io/1.2/get_normalized_nodes:

{
  "curies": [
   "DOID:9053"
  ]
}

yields

{
    "detail": "Error occurred during processing."
}

The same query to CI or Prod works as expected.

gaurav commented 1 year ago

Confirmed that this bug is still present: https://nodenorm.test.transltr.io/1.3/get_normalized_nodes?curie=DOID:9053

We're planning to update all three ITRB NodeNorm databases in the coming weeks, so hopefully that will fix this. I'll recheck once we've updated ITRB-Test.

gaurav commented 1 year ago

This is now working! Closing, but please reopen if you see issues on any of the NodeNorm instances.