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

Error on build & preview #59

Closed
lhagan opened this issue Oct 14, 2012 · 4 comments
Closed

Error on build & preview #59

lhagan opened this issue Oct 14, 2012 · 4 comments

Comments

@lhagan
Copy link
Contributor

lhagan commented Oct 14, 2012

I'm getting a cryptic error when running wintersmith build or after attempting to load content from the preview server.

events.js:66
        throw arguments[1]; // Unhandled 'error' event
                       ^
Error: write EPIPE
    at errnoException (net.js:768:11)
    at Object.afterWrite (net.js:592:19)

This is with wintersmith 1.1.1 and node 0.8.7 on NetBSD. It could be an issue with my node installation (node is still experimental on NetBSD) but I haven't had any other issues with it yet. Any thoughts on this one?

@lhagan
Copy link
Contributor Author

lhagan commented Oct 15, 2012

Confirmed that this is an issue with my system, not wintersmith. Closing.

@lhagan lhagan closed this as completed Oct 15, 2012
@cwood
Copy link

cwood commented Oct 24, 2012

Can you give us a hint of what the problem was and how you fixed it. I am getting this same issue on osx 10.8 with node 0.8.12 and wintersmith 1.1.1

@lhagan
Copy link
Contributor Author

lhagan commented Oct 24, 2012

The issue was with my wintersmith plugin on that particular system. It was actually a Pandoc problem that looked to me like a wintersmith problem because of some very poor error handling in the wrapper library.

@cwood
Copy link

cwood commented Oct 24, 2012

Ah gotcha. I had an issue that was producing the same error but it was related to the port already being used. Thanks for the help though.

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

2 participants