Created
May 5, 2011 22:05
-
-
Save yozlet/958071 to your computer and use it in GitHub Desktop.
Error when trying to run Persevere with node 0.4.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yoz@pdp35:~/node/persevere$ bin/node-persvr example/ | |
example/ | |
(node) process.compile should not be used. Use require('vm').runInThisContext instead. | |
Downloading http://github.com/miksago/node-websocket-server/zipball/v1.4.01 | |
Downloading https://github.com/miksago/node-websocket-server/zipball/v1.4.01 | |
node.js:116 | |
throw e; // process.nextTick error, or 'error' event on first tick | |
^ | |
Error: Error: 400 | |
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:775:9 | |
at notify (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/promise.js:147:27) | |
at notifyAll (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/promise.js:136:7) | |
at [object Object].<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/promise.js:176:5) | |
at ClientRequest.<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules-utils/node-http-client.js:68:12) | |
at ClientRequest.emit (events.js:42:17) | |
at HTTPParser.onIncoming (http.js:1564:9) | |
at HTTPParser.onHeadersComplete (http.js:87:31) | |
at Client.onData [as ondata] (http.js:1442:27) | |
at Client._onReadable (net.js:654:27) failed to load jar:http://github.com/miksago/node-websocket-server/zipball/v1.4.01!/lib/ws/server.js | |
at Object.<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules.js:433:12) | |
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:309:23 | |
at Object.<anonymous> (jar:http://github.com/kriszyp/pintura/zipball/v0.2.5!/lib/start-node.js:3:7) | |
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:309:23 | |
at Object.<anonymous> (file:///home/yoz/node/persevere/example/lib/index.js:7:10) | |
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:309:23 | |
at /home/yoz/node/persevere/packages/nodules/lib/nodules.js:200:3 | |
at Array.<anonymous> (/home/yoz/node/persevere/packages/nodules/lib/nodules.js:446:7) | |
at EventEmitter._tickCallback (node.js:108:26) |
horstus
commented
Aug 27, 2011
via email
…
On 2011-08-27 19:13, yozlet wrote:
No, I'm afraid I didn't have time to, um, persevere with Persevere. :(
too bad, thanks anyway!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment