nmdp-bioinformatics / gfe-db

Graph database representing IPD-IMGT/HLA sequence data as GFE
https://gfe-db.readthedocs.io
GNU General Public License v3.0
9 stars 15 forks source link

gfe-db build process failing due to seq-ann exception (Internal Server Error in Feature Service) #81

Closed chrisammon3000 closed 4 months ago

chrisammon3000 commented 1 year ago

Description

The build script is not working currently because of an internal server error when making calls to the Feature API:

seqann.feature_client.rest.ApiException: (500)
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json', 'Date': 'Thu, 23 Mar 2023 22:16:57 GMT', 'Content-Length': '121', 'Connection': 'keep-alive'})
HTTP response body: {
  "code" : 500,
  "message" : "There was an error processing your request. It has been logged (ID fa39ca816062e907)."
}

High priority since gfe-db depends on the Feature Service for data processing.