rest980 icon indicating copy to clipboard operation
rest980 copied to clipboard

{ } - Empty responses received ?

Open nodecentral opened this issue 2 years ago • 0 comments

Hi, I’ve set up the Docker instance on my QNAP and If i go to 192.168.1.111:3000, it presents the following,

{"documentation":"https://github.com/koalazak/rest980","pong":"2022-09-22T22:03:17.269Z"}

but if I try any other API call, e.g 192.168.1.111:3000/api/local/info/state, i just get an empty response ?

{ }

In the Docker console it reports the following, which I assume the 200 is a success code, and 2 is bytes received ?

GET 200 0.540 ms - 89
GET /api/local/info/state 200 101.331 ms - 2
GET 200 0.541 ms - 89

I’m thinking it’s network (connectivity) related, but wanted to see if anyone has any other ideas ?

nodecentral avatar Sep 29 '22 20:09 nodecentral