You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not hit POST /bulk/documents endpoint —got 500 internal server error.
Could not hit GET /_query/urls/metadata/q —got 500 internal server error.
Could not hit POST/ga4gh/dos/v1/dataobjects/list -got 500 internal server error.
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
Could not hit POST /bulk/documents endpoint —got 500 internal server error.
Could not hit GET /_query/urls/metadata/q —got 500 internal server error.
Could not hit POST/ga4gh/dos/v1/dataobjects/list -got 500 internal server error.
=======================================================
How to replicate error for POST /bulk/documents endpoint:
$ curl -X GET https://zlchitty.planx-pla.net/index/index/
{ some big JSON object will be returned in the response }
Maybe the GUIDs in there are:
"0b19a1b1-f5b0-4104-9250-f26205ca3ed9"
"768237a8-c79c-48f2-8c77-6e21007e53c3"
"d622beca-bce8-49bc-9433-746d3904982f"
or whatever.
$ curl
X POST-data '{ "ids":["0b19a1b1-f5b0-4104-9250-f26205ca3ed9","768237a8-c79c-48f2-8c77-6e21007e53c3"] }
'
H 'ContentType: application/json'H 'cachecontrol: no-cache'https://zlchitty.planx-pla.net/index/bulk/documents
^^ this returns:vv
<title>500 Internal Server Error</title>Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
The same thing happens with an empty list of ids:
$ curl
X POST-data '{ "ids":[] }
'
<title>500 Internal Server Error</title>H 'ContentType: application/json'H 'cachecontrol: no-cache' https://zlchitty.planx-pla.net/index/bulk/documentsInternal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
=======================================================
How to replicate error for GET /_query/urls/metadata/q :
$ curl -X GET https://zlchitty.planx-pla.net/index/_query/urls/metadata/q?key="somekey"&value="someval"
Without params:
$ curl -X GET https://zlchitty.planx-pla.net/index/_query/urls/metadata/q
Both print an error 500 and hang.
=======================================================
How to replicate error for POST/ga4gh/dos/v1/dataobjects/list:
$ curl
X POST https://zlchitty.planx-pla.net/index/ga4gh/dos/v1/dataobjects/list-data '{}'=======================================================
These also seem to cause a hang (when using multiple query params):
$ curl ~~X GET https://zlchitty.planx~~pla.net/index/urls/?hash=md5:4dfea689543c0939e0ae876b350d1b5d&size=42
The text was updated successfully, but these errors were encountered: