4poc / feedability

Node.js server that uses Readability to replace excerpts in feeds with the full articles.

Home Page:http://sixserv.org/2011/02/12/feedability-nodejs-feed-proxy-with-readability/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Error: Unable to load settings: Error: Socket is not writable

pdelanauze opened this issue · comments

Starting Feedability: NodeJS Feed Proxy With Readability

[load settings.json file]
[found and load the user_settings.json file]
Fatal Error: Unable to load settings: Error: Socket is not writable

All libs are installed and available..:

MacBook-Pro:feedability pat$ node

require('readability'); require('compress'); require('iconv'); require('node-expat');

Any chance you know the source of the problem?

node v0.4.4
npm v0.3.17

This commit should fix this error, I accidentally used to write log messages to stdin, when I really wanted to write to stdout. Thanks for reporting.