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
{{ message }}
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.
curling against localhost results in empty response, server throws ECONNREFUSED and crashes
Analysis
I followed the example in the README to see how the project worked, but I was unable to get the output demonstrated in the README. The server starts up as expected, but when I tried curling, it crashes and I don't receive the payload.
It's unclear to me as to why it's not able to retrieve the data.
@mikefab Probably not. I was confused by this at first (see #4). I'm going to see if a Docker image could help with this so we don't have to make the user go out and figure out these pre-requisites.
Summary
curl
ing against localhost results in empty response, server throwsECONNREFUSED
and crashesAnalysis
I followed the example in the README to see how the project worked, but I was unable to get the output demonstrated in the README. The server starts up as expected, but when I tried
curl
ing, it crashes and I don't receive the payload.It's unclear to me as to why it's not able to retrieve the data.
Expected results
Actual results
The text was updated successfully, but these errors were encountered: