Estou recebendo o seguinte erro ao fazer o request:
{
"msg": "Oops! An unexpected error has occurred, create an issue with the information of this request.",
"err": {
"command": "GET",
"code": "NR_CLOSED",
"args": [
"179.130.237.119"
]
}
}
Você está fazendo o request com o usuário autenticado? Estava enfrentando o mesmo problema, mas depois que comecei a passar o token de autenticação junto da requisição o erro foi resolvido.
Estou recebendo o seguinte erro ao fazer o request:
{ "msg": "Oops! An unexpected error has occurred, create an issue with the information of this request.", "err": { "command": "GET", "code": "NR_CLOSED", "args": [ "179.130.237.119" ] } }