telepat-io / telepat-api

This is the Telepat API where HTTP calls are made. CRUD operations are not processed here directly. Messages are sent to the Telepat workers where CRUD operations are being taken care of along with client communication (notifications).
http://telepat.io
Other
332 stars 21 forks source link

TypeError: The header content contains invalid characters #11

Open jcampbell05 opened 8 years ago

jcampbell05 commented 8 years ago

On Mac OS X 10.11, I get the following error when trying to do anything with the CLI to do with creating an app or admin:.

TypeError: The header content contains invalid characters at ClientRequest.OutgoingMessage.setHeader (_http_outgoing.js:351:13)
at new ClientRequest (_http_client.js:87:12)
at Object.exports.request (http.js:31:10)
at doRequest (/Users/jamescampbell/.npm-packages/lib/node_modules/telepat-cli/helpers.js:102:2)
at AddController.app (/Users/jamescampbell/.npm-packages/lib/node_modules/telepat-cli/lib/addController.js:41:18)
at BaseController.respond (/Users/jamescampbell/.npm-packages/lib/node_modules/telepa-cli/lib/baseController.js:23:22)
at /Users/jamescampbell/.npm-packages/lib/node_modules/telepat-cli/lib/baseController.js:39:24
at Array.forEach (native)

The command I tried to run is telepat add app --name Sup --apiKey Sup. I am currently unable to make anything with telepat as I get this same error for making an admin or demo project.