omarciovsena / abibliadigital

A RESTful API for Bible
http://www.abibliadigital.com.br
BSD 2-Clause "Simplified" License
795 stars 126 forks source link

Erro GET /verses/nvi/gn/1 #468

Open pedigru3 opened 1 month ago

pedigru3 commented 1 month ago

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" ] } }

JamilFilho commented 1 month ago

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.