Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exercise 4/8 "Good Old Form" does not run verification #121

Closed
Orbyt opened this issue Oct 11, 2016 · 1 comment
Closed

Exercise 4/8 "Good Old Form" does not run verification #121

Orbyt opened this issue Oct 11, 2016 · 1 comment

Comments

@Orbyt
Copy link

Orbyt commented Oct 11, 2016

The Good Old Form exercise has you take input and reverse the input, printing it to the console. My app successfully prints the reversed string, but then does nothing, and the verification does not run.

I've tried killing all node processes and re-running, this seems to have no effect.

After a minute or two, the following is thrown and the app terminates:

events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: socket hang up
    at createHangUpError (_http_client.js:200:15)
    at Socket.socketOnEnd (_http_client.js:292:23)
    at emitNone (events.js:72:20)
    at Socket.emit (events.js:166:7)
    at endReadableNT (_stream_readable.js:913:12)
    at nextTickCallbackWith2Args (node.js:442:9)
    at process._tickCallback (node.js:356:17)
@Orbyt
Copy link
Author

Orbyt commented Oct 11, 2016

Ah, I was simply logging the provided result, the solution uses res.send(), which works, so closing.

Perhaps this should be noted in the instructions or hint.

@Orbyt Orbyt closed this as completed Oct 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant