While querying the live data, I get the below error in my local host. Please help.
ERROR: ETIMEDOUT 54.208.186.182:443
And the same error while running the query from query explorer:
{
“errors”: [
{
“message”: “request to failed, reason: connect ETIMEDOUT 54.208.186.182:443”,
“locations”: [
{
“line”: 2,
“column”: 3
}
],
“path”: [
“tracksForHome”
],
“extensions”: {
“code”: “INTERNAL_SERVER_ERROR”,
“exception”: {
“message”: “request to https://odyssey-lift-off-rest-api.herokuapp.com/tracks failed, reason: connect ETIMEDOUT 54.208.186.182:443”,
“type”: “system”,
“errno”: “ETIMEDOUT”,
“code”: “ETIMEDOUT”,
“stacktrace”: [
“FetchError: request to https://odyssey-lift-off-rest-api.herokuapp.com/tracks failed, reason: connect ETIMEDOUT 54.208.186.182:443”,
" at ClientRequest. (C:\Users\apollo\odyssey-lift-off-part2\server\node_modules\apollo-datasource-rest\node_modules\node-fetch\lib\index.js:1491:11)“,
" at ClientRequest.emit (events.js:315:20)”,
" at TLSSocket.socketErrorListener (_http_client.js:469:9)“,
" at TLSSocket.emit (events.js:315:20)”,
" at emitErrorNT (internal/streams/destroy.js:106:8)“,
" at emitErrorCloseNT (internal/streams/destroy.js:74:3)”,
" at processTicksAndRejections (internal/process/task_queues.js:80:21)"
]
}
}
}
],
“data”: null
}