unconed / TermKit

Experimental Terminal platform built on WebKit + node.js. Currently only for Mac and Windows, though the prototype works 90% in any WebKit browser.
http://acko.net/
Other
4.43k stars 236 forks source link

TypeError: Object #<SocketNamespace> has no method 'indexOf' #72

Open k2c opened 12 years ago

k2c commented 12 years ago

Seeing this issue on the node server as soon as the app is launched on 10.7. Any ideas?

node_modules/protocol/core.js:108 method[':this-index'] = signature[key].indexOf(define) ^ TypeError: Object # has no method 'indexOf'

ribeto commented 12 years ago

Got the same error just the line number is different:

TermKit/Node/node_modules/protocol/core.js:99 method[':this-index'] = signature[key].indexOf(protocol) ^ TypeError: Object # has no method 'indexOf'

I'm also running on Lion

hpenedones commented 12 years ago

I am having exactly the same problem. Did any of you managed to solve it? If so, can you please share how you did it? Thanks

ribeto commented 12 years ago

I gave up at this point but would love to get it working. Let's hope some one replies

koodough commented 12 years ago

I have the same issue when I start node nodekit.js then run Termkit.

Object # has no method 'indexOf'